Commit Graph

2109 Commits

Author SHA1 Message Date
c82964a294 [typo](doc) Fixed typos in lateral-view.md (#18842) 2023-04-21 15:59:04 +08:00
5570b57e41 [typo](doc)fix invalid url (#18855)
Co-authored-by: hechao <hechao@selectdb.com>
2023-04-21 15:58:46 +08:00
dba27a67bc [typo](docs) fix docs SHOW-COLUMNS.md (#18875) 2023-04-21 15:58:29 +08:00
ec1ab1a3d2 [Improve](GEO)wkb input and output are represented as hexadecimal strings And delete EWKB (#18721) 2023-04-21 15:11:18 +08:00
3007cd49f2 [enhancement](mysql) enable two-way ssl authentication (#18530)
According to the mysql-ssl, enable two-way SSL authentication.
2023-04-21 14:39:14 +08:00
2cc811bd54 [typo](docs)Fix explode_json_array document error (#18867) 2023-04-21 12:35:14 +08:00
5a0c1cb1b9 [typo](doc)Update materialized-view.md (#18826) 2023-04-21 09:12:42 +08:00
c6b1b9de80 [Improvement](broker) support broker load from tencent Goose File System (#18745)
Including below functions:
1. broker load
2. export
3. select into outfile
4. create repo and backup to gfs
after config env, use gfs like other hdfs system.
2023-04-20 23:12:17 +08:00
2c79f630fb change function version (#18811) 2023-04-20 23:10:39 +08:00
8e2146f48c [Enhencement](Export) support export with outfile syntax (#18325)
`Export` syntax provides asynchronous export function, but `Export` does not achieve vectorization.
`Outfile` syntax provides synchronous export function`.
So we can reimplement the export syntax with oufile syntax.
2023-04-20 17:27:04 +08:00
fa2a50f4c1 Update materialized-view.md (#18827) 2023-04-19 23:31:23 +08:00
19a4c7fae6 [improvement](doc) add --cap-add SYS_PTRACE command for docker-dev.md (#18790) 2023-04-19 09:07:35 +08:00
f520e5a2c6 [typo](docs) fix insert load doc error (#18773) 2023-04-18 21:13:23 +08:00
380bc16595 fix doc (#18772) 2023-04-18 19:54:28 +08:00
1b4be46ce5 [typo](docs) optimization Monitoring and alarming doc (#18767)
* [typo](docs) optimization Monitoring and alarming doc

* fix
2023-04-18 14:14:29 +08:00
18898db09d [feature](function) Add new parameters to 'trim'. (#18580) 2023-04-18 14:13:30 +08:00
7fe281b7a6 [docs](docs)Modify the wrong information about the concept description in the document (#18760) 2023-04-18 10:43:53 +08:00
16cdd9e95a [feature](segcompaction) enable segcompaction by default (#18722)
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
2023-04-17 18:00:49 +08:00
32c1d0acea [typo](docs) Add directory level for ST doc (#18719) 2023-04-17 11:15:37 +08:00
a8a133b497 [typo](docs)Optimize Monitoring and alarming documentation (#18718) 2023-04-17 11:01:54 +08:00
092d81f88a [BugFix](functions) fix multi_search_all_positions #18682 2023-04-17 08:32:57 +08:00
0788ff115c [Fix][Docs]: from ARRAY\<T\> to ARRAY<T>(#18713) 2023-04-16 22:36:48 +08:00
b7d7525e9d [doc][multi-catalog] add timed refresh en (#18705)
For a catalog, we can set the metadata_refresh_interval_sec parameter to specify a timed refresh
2023-04-16 22:36:16 +08:00
dc6a3e088e [doc](multi-catalog)added timing refresh (#18704)
For a catalog, we can set the metadata_refresh_interval_sec parameter to specify a timed refresh
2023-04-16 22:35:59 +08:00
24dd3f19cd [feature](extension) support beats output to doris (#18448) 2023-04-16 18:17:48 +08:00
7dd96bc341 [fix](olap) remove zorder support when create table (#18698) 2023-04-16 09:24:18 +08:00
30a783908e [test][typo](alter) enhance the suspicious rollup case for alter LSC and add experimental docs (#18612)
* improve rollup case

* add docs and mark it as experimental

* adjust the unique key in uniq-rollup-case to add flexibility
2023-04-14 21:15:04 +08:00
9634d21a28 [fix](info_db) avoid infodb query timeout when external catalog info is too large or is not reachable (#18662)
When query tables in information_schema databases, it may timeout due to:

There are external catalog with too many tables.
The external catalog is unreachable
So I add a new FE config infodb_support_ext_catalog.
The default is false, which means that when select from tables in information_schema database,
the result will not contain the information of the table in external catalog.

Describe your changes.
2023-04-14 14:40:31 +08:00
f422fe888c [Doc](typo) Remove redundant words #18659 2023-04-14 10:35:26 +08:00
dedcfd7c28 [Doc] (Show) add doc for show create repository statement (#18542) 2023-04-14 09:44:54 +08:00
72236d2b08 [typo](docs) add row to column doc (#18546)
* [typo](docs) add row to column doc
2023-04-14 09:04:55 +08:00
281ceee3cc [feature-wip](resource-group) Support resource group tvf (#18519)
related: #18098
2023-04-13 20:11:20 +08:00
33eec9096f [Enhancement](FE) use customized grpc threadpool to get better metric for grpc from FE to BE (#13983)
Previously in Doris FE, there is no specific thread pool for grpc-client-channel,
by default the underlying netty logic would use one dynamic unbounded cache threadpool.
The workload for this grpc threadpool is unseen.
Use ThreadpoolMgr to create one customized threadpool to get Prometheus-compatible metric data.
2023-04-13 20:09:26 +08:00
2519931a04 [vectorized](function) support time_to_sec function (#18354)
support time_to_sec function
2023-04-13 19:31:12 +08:00
05badac053 [Improve](docs)new libraries check (#18634) 2023-04-13 17:57:38 +08:00
2f64a8b387 [feature](GEO)Support read/write WKB/EWKB to gis types (#18526)
Support mutual conversion from wkb and gis types.also compatible with EWKB format
https://cwiki.apache.org/confluence/display/DORIS/DSIP-033%3A+More+GEO+functions
2023-04-13 16:25:18 +08:00
c4e9808382 [feature](multi-catalog) support trino jdbc catalog and jdbc external table (#18497) 2023-04-13 16:00:09 +08:00
f9c6d7791c [typo](docs)Optimize SeaTunnel documentation (#18584) 2023-04-12 21:33:31 +08:00
43392918cd [Optimization](functions)Optimize function call for const columns. (#18310) 2023-04-12 11:11:01 +08:00
2209b714d1 [chore](orc) Update orc lib to third party lib(1.8.3) using git submodule. (#18531) 2023-04-12 10:37:50 +08:00
cbe2e138c3 [Enhancement](HttpServer) Support https in be (#17034)
* [Enhancement](HttpServer) Support https in be
2023-04-12 10:27:07 +08:00
bdd853b951 [typo](docs) enhance docs SHOW-TABLES.md (#18572) 2023-04-12 10:17:01 +08:00
80754edae3 [typo](docs) fix docs multi-catalog.md (#18573) 2023-04-12 10:13:18 +08:00
0290f0f770 [doc](https) Add https certificate docs (#18558)
* add https certificate docs

* add version

* add version

* add version
2023-04-12 09:40:51 +08:00
c45f8c4371 [typo](doc)update hight-concurrent-point-query.md (#18570) 2023-04-12 00:21:50 +08:00
ef462fc74b modify introduction to String Type (#18562) 2023-04-11 23:40:02 +08:00
1238f6de97 [bug](array) fix be core in array_with_constant/array_repeat function when the first argument is nullable (#18404)
fix be core in array_with_constant/array_repeat function when the first argument is nullable
2023-04-11 19:46:41 +08:00
a832d24206 [doc](typo) remove the LTS version explanation about 1.2.x (#18459) 2023-04-11 12:01:40 +08:00
317c9491c2 modify datev2 (#18512) 2023-04-11 08:54:49 +08:00
6413ede8c5 [docs](clion) Add Clion remote development and debugging documents. (#18490)
* [docs] Add clion remote development and debugging documents.

* Add blanks.
2023-04-10 14:01:18 +08:00