525ede54cb
[doc](fix)fix array_map doc tag wrong #19249
2023-05-05 12:44:46 +08:00
44d95aa3d9
[typo](docs)add new attention of str_to_date function ( #19264 )
2023-05-05 09:40:06 +08:00
52d25f41a4
[feature](multi-catalog) Rename multi-catalog config 'specified_database_list' to 'include_database_list', and introduce new multi-catalog config 'exclude_database_list' ( #18834 )
...
In my scene, We need to specify databases that are excluded to synchronize to doris,
like some databases store temporary table.
Since #17803 introduce `specified_database_list` to specify 'include databases',
this pr introduce new config `exclude_database_list` to specify 'exclude databases',
and rename `specified_database_list` to `include_database_list` for naming symmetry.
BTW, when `include_database_list` and `exclude_database_list` specify overlapping databases, `exclude_database_list` would take effect with higher privilege over `include_database_list`.
2023-05-04 09:30:02 +08:00
9d18be9dd3
[doc](thrift) update doc for thrift 0.16 ( #19217 )
...
* 1
update doc for thrift 0.16
2023-05-02 16:00:10 +08:00
224bca3794
[docker](hudi) add hudi docker compose ( #19048 )
2023-05-02 09:54:52 +08:00
bee3aa3007
be conf action supports specify item ( #19159 )
2023-04-28 19:12:51 +08:00
b87d21d836
[doc](spark-load)add spark load ha EN docs ( #19194 )
...
* 15000-doc-spark-ha english doc
* Update spark-load-manual.md format
---------
Co-authored-by: liujh <liujh@t3go.cn >
Co-authored-by: Luzhijing <82810928+luzhijing@users.noreply.github.com >
2023-04-28 18:18:42 +08:00
43e70ab252
[chore](recover) add a config to recover remaining data in emergency ( #18986 )
2023-04-28 17:42:00 +08:00
365ac54102
[doc](fqdn)fqdn doc cn ( #19179 )
...
* fqdn doc cn
* Update fqdn.md format
---------
Co-authored-by: Luzhijing <82810928+luzhijing@users.noreply.github.com >
2023-04-28 17:26:49 +08:00
48c4679019
[doc] fix broken link in docs ( #19175 )
2023-04-28 14:29:14 +08:00
ec517a53a8
[Chore](build) upgrade clang-format version to 16 && move thrift to fe-common ( #19155 )
...
upgrade clang-format version to 16
move thrift to fe-common
fix core dump on pipeline engine when operator canceled and not prepared
2023-04-28 14:14:51 +08:00
ffe27baeaf
[FAQ](docs) add a FAQ about hive catalog occurring UnknownHostException ( #19182 )
...
[FAQ](docs) add a FAQ about hive catalog occurring UnknownHostException (#19182 )
2023-04-28 13:50:24 +08:00
5e9c0c3500
[Enhancement](data-type) add FE config to prohibit create date and decimalv2 type ( #19077 )
...
* prohibits date and decimal type
* add config in test
2023-04-28 11:31:51 +08:00
86be6d27e7
[Enhencement](Cancel Export) Cancel export support to cancel IN_QUEUE state export job ( #19058 )
2023-04-28 09:27:23 +08:00
745f29f557
[typo](doc) add version label ( #19148 )
2023-04-27 23:22:24 +08:00
dfa3fd1bcf
Update CHAR.md ( #19154 )
2023-04-27 23:22:09 +08:00
4aa4abebe7
15000-doc-spark-ha ( #19153 )
...
Co-authored-by: liujh <liujh@t3go.cn >
2023-04-27 23:21:41 +08:00
e0ca4e061b
Update CHAR.md ( #19156 )
2023-04-27 23:21:26 +08:00
72799622e1
[typo](docs) Supplementary explanation on the hint section of insertSupplementary explanation on the hint section of INSERT.md ( #19171 )
2023-04-27 23:21:01 +08:00
027bd3f998
doc style fix ( #19158 )
2023-04-27 21:30:03 +08:00
f3f0496b99
[feature](multi-catalog) support oceanbase jdbc catalog and jdbc external table ( #18943 )
...
* [feature](multi-catalog) support oceanbase jdbc catalog and jdbc external table
2023-04-27 17:14:48 +08:00
a9480bdcf3
[doc](fix)Unified JSON format ( #19147 )
2023-04-27 14:59:18 +08:00
2727ad14cd
[typo](docs)Optimize the query acceleration directory structure ( #19113 )
2023-04-27 14:08:48 +08:00
ce5dd43a6a
[doc](fix)load json doc add through S3 table function load #19141
2023-04-27 14:08:21 +08:00
30b737059c
[typo](docs)release 1.2.4.1 ( #19139 )
2023-04-27 13:13:18 +08:00
20395ce501
[feature](array_function): add support for array_cum_sum function ( #18231 )
2023-04-27 09:57:13 +08:00
965682542d
[typo](docs)add hive catalog faq ( #19081 )
...
* add hive catalog faq
add hive catalog faq
* fix
2023-04-26 21:13:46 +08:00
0c60f0e266
fe conf action spec item ( #18916 )
2023-04-26 17:54:00 +08:00
ca19b972cc
[doc](update-key)add update key doc ( #18899 )
2023-04-26 13:41:14 +08:00
5a7a96f317
[doc](fix)fix doc link error ( #19083 )
2023-04-26 12:33:13 +08:00
1be5dac036
[improve] Refactor file cache and Improve the file cache strategy ( #18652 )
...
1. Refactor file cache. Before refactor, the file cache config format is "[{"path":"/path/to/file_cache","normal":21474836480,"persistent":10737418240,"query_limit":10737418240}]" and now change to "[{"path":"/mnt/disk3/selectdb_cloud/file_cache","total_size":21474836480,"query_limit":10737418240}]". It will be simpler than before.
2. Support more strategy. Support file cache priority. The file cache will have three queue, name as 'index'/'normal'/'disposable'. We can avoid that the higher priority data is eliminate by the lower priority data.
2023-04-25 23:14:28 +08:00
9c25b514f5
[fix](doc) fix jsonb_extract doc ( #19059 )
...
This will cause FE start fail
1. docs under sql-manual need strict format.
2. Change the rule of github checks, to run FE ut if docs under sql-manual is changed
2023-04-25 20:01:51 +08:00
41fbe711b0
[typo][samples](docs)(java) add read bitmap sample and update document. ( #19005 )
2023-04-25 19:07:51 +08:00
7c9e6e6ad5
[typo](docs) format function Syntax desc ( #19019 )
2023-04-25 13:31:32 +08:00
4ef43f5374
[improvement](docs) Add sync statement docs ( #18972 )
2023-04-25 10:35:20 +08:00
fd4576e420
[Fix](auth) fix some problem of skip_localhost_auth_check in FE config #18996
2023-04-25 09:10:01 +08:00
bf75e74065
[typo](docs) add oceanbase jdbc catalog doc ( #18994 )
...
* [typo](docs) add oceanbase jdbc catalog doc
* fix
2023-04-25 08:50:31 +08:00
8e808abbd4
[doc](remove-useless-code)remove useless doc description #18957
...
Co-authored-by: journeychen <journeychen@tencent.com >
2023-04-25 08:49:24 +08:00
6b219ab599
[typo](doc) add declaration of row level auth policy #18959
2023-04-24 14:27:45 +08:00
ab2a6864bc
[function](json) Json unquote ( #18037 )
2023-04-24 10:33:29 +08:00
b4282641c1
[typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md ( #18969 )
...
* [typo](doc) Fixed typos in ADMIN-SHOW-CONFIG.md
* Update ADMIN-SHOW-CONFIG.md
2023-04-24 08:29:55 +08:00
e4f058bad5
modified some text errors ( #18968 )
2023-04-24 08:29:45 +08:00
5c31a0867c
[typo](doc) Fixed typos in OUTFILE.md ( #18967 )
2023-04-24 08:29:35 +08:00
27b8227cb5
[typo](docs)Optimize the installation And deployment directory structure ( #18966 )
2023-04-24 08:29:24 +08:00
29fdf1fb7e
[typo](docs) add enable_ssl config doc ( #18961 )
2023-04-23 22:27:28 +08:00
2c776584e5
[doc](releasenote)release 1.2.4 ( #18934 )
...
* release 1.2.4
* Update README.md
* Update sidebars.json
2023-04-23 16:04:25 +08:00
166bed11d4
[Enchancement](auth) Forbid to login doris from 127.0.0.1 without password ( #18816 )
...
* forbid to login from 127.0.0.1 without password
* add localhost limit
* rename
2023-04-23 13:56:31 +08:00
bc379eebed
[doc](show-rollup)delete SHOW-ROLLUP doc. ( #18924 )
...
Co-authored-by: smallhibiscus <844981280>
2023-04-22 23:39:24 +08:00
e44aad2b86
[typo](docs)add new attention of doris flink connector ( #18930 )
2023-04-22 23:38:48 +08:00
a49311b48e
[typo](doc) Fixed typos in DROP-CATALOG.md ( #18909 )
2023-04-22 08:39:42 +08:00