Commit Graph

1295 Commits

Author SHA1 Message Date
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
ecdcc883bc [docs]Replenish-streamload-document (#10844) 2022-07-15 15:56:54 +08:00
dd70feb35f [docs]update flink-connector-doc (#10875)
Co-authored-by: wudi <>
2022-07-15 15:53:15 +08:00
c4426aa7e2 [doc] Improve the alter table part of the documentation (#10872) 2022-07-15 14:20:46 +08:00
799300c475 [website]1.1 release formulation (#10838) 2022-07-14 14:43:33 +08:00
190daee9f3 [doc] Fixed doc typo for materialized views 2022-07-14 14:16:45 +08:00
575a1cb173 [Release] add download links for v1.1 (#10836) 2022-07-14 14:01:52 +08:00
bb0d023abd [docs] Change the incubator fields before and after Doris' Graduation (#10482)
Change the incubator fields before and after Doris' Graduation
2022-07-14 10:48:20 +08:00
ad7702f06e add flink local debug log dep doc (#10806)
add flink local debug log dep doc
2022-07-13 17:43:42 +08:00
7906866826 Fix show table status docs. (#10782)
Co-authored-by: smallhibiscus <844981280>
2022-07-13 08:41:49 +08:00
a9a08d3d0b [doc]Add common errors to broker load import documentation (#10773)
* Add common errors to broker load import documentation

* Add common errors to broker load import documentation
2022-07-13 08:31:17 +08:00
d278f400d4 [enhancement](show data skew) Support show avg_row_count for data skew of one table (#10790) 2022-07-13 08:27:20 +08:00
eb079950cb [feature-wip] (array-type) add the array_distinct function (#10388)
* add the array_distinct function

* add the support for decimal and update variable names

* add docs and regression test for array_distinct function

Co-authored-by: hucheng01 <hucheng01@baidu.com>
2022-07-12 17:02:42 +08:00