4ac38ca67a
[typo](docs) add a python example for stream load. ( #20697 )
2023-06-13 08:57:01 +08:00
550584e4e9
[docs](docs)Add the list of BI tools supported by Doris. ( #20690 )
2023-06-13 08:56:01 +08:00
b4e552c3c3
[typo](docs) add parameter version ( #20672 )
2023-06-12 18:47:32 +08:00
153f91f77e
[typo](doc) Update doc for newly released 1.2.0 version of spark connector ( #20639 )
2023-06-12 17:42:10 +08:00
99c0592157
[Feature](array-function) Support array_pushback function #17417 ( #19988 )
...
Implement array_pushback.
mysql> select array_pushback([1, 2], 3);
+--------------------------------+
| array_pushback(ARRAY(1, 2), 3) |
+--------------------------------+
| [1, 2, 3] |
+--------------------------------+
1 row in set (0.01 sec)
2023-06-12 16:51:12 +08:00
a02a2f4163
[doc](create-function) Update CREATE-FUNCTION.md to remove the usage of c++ ( #20654 )
2023-06-12 11:48:14 +08:00
4c340f2851
[Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1 ( #19413 )
...
Issue Number: close #17895
2023-06-12 11:16:19 +08:00
206b5a4235
[doc](flink-connector) add flink cdc sync mysql database ( #20486 )
2023-06-10 10:52:15 +08:00
ab6c1f152c
[Chore](build) adjust build script about pch setting ( #20637 )
...
try to make be-ut workflow stable
2023-06-09 22:27:13 +08:00
c8bda9508e
[doc](catalog) remove external table doc ( #20632 )
2023-06-09 14:16:44 +08:00
101e75d633
[pipeline](doc) Update pipeline doc ( #20623 )
2023-06-09 12:38:36 +08:00
019e2353d3
[Feature](load)RoutineLoad support multi table load ( #20307 )
...
1. Support mutli table for routine load
2. Multi-table dynamic setting table information
3. Add multi-table syntax rules
4. Add new multi-table execution plan
2023-06-09 11:52:20 +08:00
7b85ec5b08
[fix](multi-catalog)fix hive catalog docs, obs impl, dlf properties ( #20342 )
...
1. fix hive catalog docs
2. fix dlf properties
3. fix obs impl
2023-06-09 09:18:43 +08:00
6afb09e7ba
[typo](fix)Fixed documentation for some string functions ( #20598 )
2023-06-09 01:43:01 +08:00
5468d1fa69
[typo](docs)fix get start doc download and Decompress ( #20558 )
2023-06-08 22:20:11 +08:00
7f39d58e92
[typo](docs) fix some description error about segcompaction_small_threshold ( #20421 )
2023-06-08 14:31:04 +08:00
ee4c041444
[doc](flink) add flink delete column from kafka specified columns ( #20545 )
2023-06-08 13:42:27 +08:00
f429276863
[typo(docs)Change docker docs DorisImage version ( #20580 )
2023-06-08 13:41:48 +08:00
d4b568d5ab
[typo](doc)Add Broker installation and upgrade to 1.2.2 ( #17878 )
...
Add Broker installation and upgrade 1.2.2 docker image version
2023-06-07 23:32:17 +08:00
37d636cd11
[typo](docs) Update profile screenshot. ( #20255 )
2023-06-07 23:23:10 +08:00
809bb46518
[doc](multi-catalog)huawei mrs event sync doc ( #20466 )
2023-06-07 20:05:12 +08:00
09344eaab5
[feature](load) introduce single-stream-multi-table load ( #20006 )
...
For routine load (kafka load), user can produce all data for different
table into single topic and doris will dispatch them into corresponding
table.
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com >
2023-06-07 17:55:25 +08:00
7ead287405
[typo](doc)Fixed some date function documentation descriptions ( #20539 )
2023-06-07 16:30:19 +08:00
40205503d7
[doc](fix) update cold hot separation chinese doc ( #20542 )
2023-06-07 16:29:57 +08:00
c910e9b78b
[doc](disk)fix disk capacity doc error ( #20506 )
2023-06-07 15:20:04 +08:00
732526ba58
[doc](multi-catalog) paimon catalog doc ( #20503 )
2023-06-07 14:21:07 +08:00
105d9a9513
[typo](doc) Fix a wrongly written in the release note for 1.2.0 version ( #20496 )
2023-06-07 09:39:42 +08:00
880e2d8373
[typo](doc) update spark connnector version compatibility instructions ( #20477 )
2023-06-06 23:33:27 +08:00
43ae2c59c3
[typo](doc) Fixed some description of date_format function documentation ( #20504 )
2023-06-06 23:32:34 +08:00
5a749e6f4d
[doc](catalog-hive) Add the property of hive catalog with kerberos. ( #20502 )
...
Co-authored-by: smallhibiscus <844981280>
2023-06-06 23:30:19 +08:00
17259672ff
[typo](docs)modify http_port to webserver_port ( #20447 )
2023-06-06 16:08:45 +08:00
a3bcdf7b44
[docs](docs)Fix docker example doc ( #20472 )
...
fix run-docker-cluster docs docker volumes:conf
2023-06-06 15:24:32 +08:00
1f032a551d
[Improve](array-functions) support array first function ( #20397 )
...
add array_first(lambda, [1,2,3,null]) function for doris
2023-06-06 12:08:46 +08:00
d02737a293
[feature](struct-type) support struct_element function ( #19045 )
...
This commit support a function allows return a field column in named struct column.
Since the function can return any type, this commit also supports ANY_STRUCT_TYPE
and ANY_ELEMENT_TYPE.
2023-06-06 10:44:08 +08:00
e576d533b2
[typo](doc)Remove useless hints ( #20457 )
...
Co-authored-by: hechao <hechao@selectdb.com >
2023-06-05 21:13:52 +08:00
d392791114
[Chore](docs)Remove the Committer-related description in the contribution guide ( #20418 )
2023-06-05 12:03:48 +08:00
a6d8115cbc
[Improvement](planner) expand sql-block-rule to make it can be used on all kinds of sql stmt ( #19540 )
...
Currently, sql-block-rule can only be used for query statements, while it's useful for other stmts like insert / delete / alter / drop etc. Now remove the limitation and expand its using scenario.
2023-06-05 11:01:43 +08:00
26201dfdd1
[typo](doc) Fixed typos in bitmap_subset_limit.md ( #19582 )
2023-06-05 09:15:44 +08:00
5b026df60d
[typo](doc) Fixed typos in hive.md ( #19457 )
2023-06-03 21:24:07 +08:00
dd958b9745
[typo](doc)Remove the description of the BE configuration 'serialize_batch' which has been removed ( #20163 )
2023-06-03 21:23:25 +08:00
4c9b94a726
[typo](doc)Update runtime-filter.md ( #20292 )
2023-06-03 21:22:28 +08:00
282e3a3e85
[typo](doc)Update compilation-general.md ( #20261 )
...
Add some explanations about docker run parameter
2023-06-03 17:32:12 +08:00
ebc12ac55e
[typo](doc)Update compilation-general.md ( #20262 )
...
Add some explanations about docker run parameter
2023-06-03 17:31:41 +08:00
4c2de40c17
[typo](doc)Update stream-load-manual.md ( #20277 )
...
Modify the sequential label
2023-06-03 17:31:21 +08:00
bc830d611a
[docs](auth) forbid 127.0.0.1 passwd free login ( #19096 )
2023-06-03 17:30:21 +08:00
ad5e34ab9c
[Doc](statistics) supplement stats doc (regression test and automatic collection) ( #20071 )
2023-06-03 17:25:33 +08:00
ce3be0c0a7
[docs](load-balancing):delete duplicate sentences and improve the documentation description ( #20297 )
2023-06-03 17:02:16 +08:00
160eae80c0
[docs](workload-group) add user binding workload group docs ( #20382 )
2023-06-03 17:01:31 +08:00
997f7ecc07
[typo](doc)Add a demo of export minio ( #20323 )
2023-06-03 16:59:32 +08:00
ffadaa4935
[improvement](inverted index) skip write index on load and generate index on compaction ( #20325 )
2023-06-03 16:03:21 +08:00