Commit Graph

2368 Commits

Author SHA1 Message Date
62fb0e642e [chore](dynamic schema) deprecated create dynamic schema table (#21058) 2023-06-21 14:44:57 +08:00
d7cc05502a [typo](doc) To access a Kafka cluster with PLAIN authentication enabled (#21019) 2023-06-20 23:19:59 +08:00
19dd35f908 [doc](fix) cold hot separation cache doc (#20994) 2023-06-20 18:18:22 +08:00
824bc02603 [Function] Support date function: microsecond() (#20044) 2023-06-20 10:32:54 +08:00
63b9684696 [Feature](broker-load) Support priority for Broker Load job. (#20628)
Support priority for Broker Load job.
2023-06-19 14:16:48 +08:00
26cca5e00a [Enhancement](tvf) Add frontends table-valued-function (#20857) 2023-06-19 13:57:40 +08:00
60ef9e9cfe [website](homepage) update pictures in homepage (#20968) 2023-06-19 13:31:41 +08:00
124db9addc [docs](releasenote)add 1.2.5 release note (#20965) 2023-06-19 12:12:49 +08:00
e3454494b4 [improvement](extension) add new features to Mysql to doris tools (#14243) 2023-06-19 11:08:48 +08:00
06806dc737 [typo](doc) fix bucket description and style (#20922) 2023-06-17 21:56:00 +08:00
15a4eca467 [typo](docs) Delete invalid streaming hint. (#20929) 2023-06-17 01:03:48 +08:00
483d96368c [doc](insert-overwrite) add related doc (#20657) 2023-06-16 21:11:04 +08:00
97135a1cbb [Feature] (json)add json_contains function (#20824) 2023-06-16 15:10:12 +08:00
05e5ebfdeb [typo][docs] Fix a parameter error (#20841) 2023-06-16 11:37:41 +08:00
c3e6db827c [typo][docs] remove unuse config mysql_service_nio_enabled (#20862) 2023-06-16 09:58:33 +08:00
9daa277b0d [typo](doc) Fix the description of the alter-table-partition document (#20800) 2023-06-15 21:27:59 +08:00
71aba93e19 [typo](doc) spark connector add new param and a way to write bitmap and hll col (#20850) 2023-06-15 21:27:37 +08:00
835a1e8af9 [typo](doc)delete document optimization (#20748) 2023-06-15 21:22:43 +08:00
6d4c16b497 [typo](doc) Fix formatting errors in CREATE-TABLE documents due to line indentation (#20839) 2023-06-15 21:22:01 +08:00
e4e4f11b14 [typo](docs) Optimize the JDBC Catalog document (#20861) 2023-06-15 21:09:22 +08:00
11e164e7a5 [typo](doc) Added a description of inconsistent results (#20849) 2023-06-15 17:17:24 +08:00
9716b87e36 [typo](docs) Update doris-future.md (#20817)
Change doris to Doris
2023-06-15 11:51:13 +08:00
2a2e485456 [Enhancement](compaction) time-series scenario cumulative compaction policy (#20715)
new compaction policy for log and time-series scenario
2023-06-14 23:48:44 +08:00
Pxl
3727483c06 [Chore](build) update ldb_toolchain to v0.18 (#20802)
* update ldb_toolchain to v0.18

* update
2023-06-14 18:38:35 +08:00
a58a0d4003 [doc](community)update connector release doc (#20476)
Co-authored-by: wudi <>
2023-06-14 01:01:00 +08:00
ba3e065955 [typo](doc) add column type description for range partition (#20691) 2023-06-14 00:59:30 +08:00
ee0e2b40da [Improvement](meta) support return brief info of restore job (#20653) 2023-06-13 10:47:31 +08:00
ef4410821f [typo](doc)document optimization (#20645)
* document optimization

* document optimization
2023-06-13 09:01:03 +08:00
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
Pxl
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