7366f187d7
[doc](schema change) Correct Schema Change error description ( #11456 )
...
Correct Schema Change error description
2022-08-03 18:35:55 +08:00
71ea3f2906
fix(typo): in docs(zh-CN) how to be a committer ( #11445 )
2022-08-03 08:45:22 +08:00
4850873f66
[doc](sql-block-rule) add more example ( #11416 )
...
sql-block-rule : add more example
2022-08-02 18:39:13 +08:00
6e684c695d
fix-doc ( #11436 )
...
fe-config fix
2022-08-02 18:38:30 +08:00
f730a048b1
[feature-wip](load) Support single replica load ( #10298 )
...
During load process, the same operation are performed on all replicas such as sort and aggregation,
which are resource-intensive.
Concurrent data load would consume much CPU and memory resources.
It's better to perform write process (writing data into MemTable and then data flush) on single replica
and synchronize data files to other replicas before transaction finished.
2022-08-02 11:44:18 +08:00
abbf75d302
[doc][refactor](metrics) Reorganize FE and BE metrics and add document ( #11307 )
2022-08-02 11:34:06 +08:00
f8f63874a3
[docs](routine-load)modify config name ( #11394 )
...
modify config name
2022-08-02 11:17:37 +08:00
8537ec6c02
[doc] Add missing ADMIN DIAGNOSE TABLET doc ( #11273 )
...
Add missing ADMIN DIAGNOSE TABLET doc
2022-08-02 11:13:57 +08:00
22f5dedf8a
[doc]Doc fix ( #11384 )
...
* fix document,pull-request and get-starting
2022-08-02 11:12:11 +08:00
5c1cd058f2
[Feature] Add interface to check tablet segment lost ( #10711 )
...
Co-authored-by: weizuo <weizuo@xiaomi.com >
2022-08-02 09:40:04 +08:00
547c18d28b
[feature](load) support CLEAN LABEL stmt ( #11362 )
2022-08-01 10:43:33 +08:00
e002b55b01
fix be config buffer_pool_limit default value ( #11373 )
...
fix be config buffer_pool_limit default value
2022-08-01 08:46:15 +08:00
e7635e54ee
[doc](unique key) add suggestion for replace_if_not_null ( #11223 )
2022-07-29 20:02:18 +08:00
a7e7df658c
[Doc] update FAQ about ODBC ( #11263 )
2022-07-29 19:18:28 +08:00
4cbfd7822a
update flink connecotr problem ( #11075 )
...
update flink connecotr problem
2022-07-29 17:22:59 +08:00
ea2fac597e
update json import with read json by line ( #11061 )
...
update json import with read json by line
2022-07-29 17:04:45 +08:00
d3c88471ad
[tracing] Support opentelemtry collector. ( #10864 )
...
* [tracing] Support opentelemtry collector.
1. support for exporting traces to multiple distributed tracing system via collector;
2. support using collector to process traces.
2022-07-29 16:49:40 +08:00
337a2fe2b9
[Doc] Add alter table comment doc ( #11294 )
...
Add alter table comment doc
2022-07-29 16:47:16 +08:00
303963cfdd
[doc]Stream load doc fix ( #11328 )
...
Stream load doc fix
2022-07-29 16:46:44 +08:00
512ff192bf
[Doc] Resolve Historical Conflict Documents ( #10997 )
...
* Resolve Historical Conflict Documents
2022-07-29 16:33:59 +08:00
4f8e66c4b3
[doc][fix]Modify docs/community to keep the same as the website site directory structure ( #11327 )
...
Modify docs/community to keep the same as the website site directory structure
2022-07-29 14:51:37 +08:00
63bdf8497e
ADD: backup by minio ( #11245 )
...
ADD: backup by minio
2022-07-29 14:47:31 +08:00
92bb7d0720
[improvement]Remove the website build framework from the docs directory ( #11081 )
...
Remove the website build framework from the docs directory
2022-07-29 13:51:57 +08:00
8eac06134f
[Doc]Add Introduction to Apache Doris ( #11114 )
...
Add Introduction to Apache Doris
2022-07-29 13:41:16 +08:00
6d0c59d4f0
[doc]Added auto_broadcast_join_threshold variable description ( #11323 )
...
Add auto_broadcast_join_threshold variable description
2022-07-29 13:05:30 +08:00
f70bbd274e
[doc]Correct jump link error in flink-doris-connector ( #11074 )
...
* Correct jump link error in flink-doris-connector
2022-07-29 12:12:19 +08:00
c256a689e8
[doc](website)Update node status column name for show backends command ( #11312 )
...
[doc](website)Update node status column name for `show backends` command
2022-07-29 12:03:58 +08:00
bac280e803
[Vectorized] Support both distinct and order by of group_concat ( #11278 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-07-29 09:11:34 +08:00
5913c7c52c
[feature-wip](array-type) add function array_slice ( #11054 )
...
array_slice function returns a slice of the array.
2022-07-27 18:43:52 +08:00
d9066440f6
[fix](fe_plugins) update fe plugins' dependency to fe 1.0-SNAPSHOT ( #11141 )
2022-07-25 09:13:15 +08:00
3744321f01
[feature-wip](array-type) add function array_union/array_except/array_intersect ( #10781 )
...
Add array_union/array_except/array_intersect function.
2022-07-22 13:50:13 +08:00
900430f55e
[docs] update invaid links ( #10272 )
2022-07-22 09:59:53 +08:00
4960043f5e
[enhancement] Refactor to improve the usability of MemTracker (step2) ( #10823 )
2022-07-21 17:11:28 +08:00
b95dedd07b
[doc]Gis function style ( #11015 )
2022-07-20 19:18:35 +08:00
6aadee9a2e
[data lake]Support hdfs ha for Iceberg table. ( #11002 )
...
* Support Iceberg on HDFS with HA mode enabled.
2022-07-20 19:03:58 +08:00
a607c30ad4
[docs] Fe build idea doc ( #10996 )
...
* [doc](fe): enhance the fe-idea-dev
* [doc](fe)add solution for m1 mac compile error
Co-authored-by: jackwener <jakevingoo@gmail.com >
2022-07-20 19:03:29 +08:00
ba9c7e50aa
[doc] missing sidebar for cloudcanal ( #10998 )
2022-07-19 23:51:12 +08:00
b70274e2af
[docs] Changing the symbol of dataX doriswriter table creation statement ( #10632 )
...
* Update datax.md
2022-07-19 10:15:27 +08:00
6736e06679
[feature](udf) Vectorization support remote udaf #10683 ( #10685 )
2022-07-18 17:15:34 +08:00
9adbd8abbd
[feature](resource-tag) support multi tag for a single Backend ( #10901 )
2022-07-18 16:50:45 +08:00
d199283df0
[Docs] add doc of tablet local debug ( #10944 )
...
Co-authored-by: lihaopeng <lihaopeng@baidu.com >
2022-07-18 16:02:29 +08:00
16866e3c55
[doc] Add compression properties to the create table document ( #10829 )
...
Co-authored-by: smallhibiscus <844981280>
2022-07-18 15:25:53 +08:00
108e6207b1
[doc] fix sequence_column_manual.md ( #10907 )
...
Co-authored-by: yixiutt <yixiu@selectdb.com >
2022-07-18 15:24:15 +08:00
d0dc93654e
[doc] update proxy_connect_timeout and proxy_timeout from 30s to 300s ( #10753 )
2022-07-18 10:55:41 +08:00
2d5aca18fb
[feature-wip](array) add the array_sort function ( #10598 )
...
Co-authored-by: hucheng01 <hucheng01@baidu.com >
2022-07-18 10:52:42 +08:00
09d19e3f0f
[feature-wip](array-type) explode support more sub types ( #10673 )
...
1. explode support more sub types;
2. explode support nullable elements;
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com >
2022-07-17 18:08:30 +08:00
5793cb11d0
[feature-wip] (array-type) function concat_ws support array ( #10749 )
...
Issue #10052
function concat_ws support array
2022-07-17 17:50:39 +08:00
464830437a
[doc] add cloudcanal docs ( #10813 )
2022-07-17 11:50:40 +08:00
c8e13caf63
[docs] Fixed description about GROUPING_ID in GROUPING SETS DESIGN. ( #10805 )
2022-07-15 19:59:28 +08:00
cc84cfcc0e
[feature-wip](array-type) add function array_remove ( #10385 )
...
Description:
array_remove function remove all elements in array which is equal to the target.
2022-07-15 17:57:49 +08:00