Commit Graph

3174 Commits

Author SHA1 Message Date
31984bb4f0 [feature](function) support quote string function #33055 2024-04-12 15:09:25 +08:00
3d66723214 [branch-2.1](auto-partition) pick auto partition and some more prs (#33523) 2024-04-11 17:12:17 +08:00
b0b5f84e40 [feature](load) support compressed JSON format data for broker load (#30809) 2024-04-10 14:20:53 +08:00
59aa923bce [bug](function) fix milliseconds_diff function return wrong result (#32897)
* [bug](function) fix milliseconds_diff function return wrong result
2024-04-10 11:34:30 +08:00
7e802c9127 [fix](variant)group name optimization (#32598)
1. Change the group name stars to repo_name
2024-04-10 11:34:30 +08:00
dcfdbf0629 [chore](show) support statement to show views from table (#32358)
MySQL [test]> show views;
+----------------+
| Tables_in_test |
+----------------+
| t1_view        |
| t2_view        |
+----------------+
2 rows in set (0.00 sec)

MySQL [test]> show views like '%t1%';
+----------------+
| Tables_in_test |
+----------------+
| t1_view        |
+----------------+
1 row in set (0.01 sec)

MySQL [test]> show views where create_time > '2024-03-18';
+----------------+
| Tables_in_test |
+----------------+
| t2_view        |
+----------------+
1 row in set (0.02 sec)
2024-04-10 11:34:28 +08:00
ec43f65235 [feature](hudi) support hudi incremental read (#32052)
* [feature](hudi) support incremental read for hudi table

* fix jdk17 java options
2024-03-26 15:31:07 +08:00
0cde0cbf19 (invert index) modify of time series compaction policy 2024-03-22 08:16:30 +08:00
b92a764665 [feature](function) Support for aggregate function foreach combiner for some error function (#31913)
Support for aggregate function foreach combiner for some error function
2024-03-21 14:07:49 +08:00
279ea2f366 [feature](proxy-protocol) Support proxy protocol v1 (#32338)
Enable proxy protocol to support IP transparency.
See: `IP Transparency` in f57387b502/docs/en/docs/admin-manual/cluster-management/load-balancing.md
for details
2024-03-21 14:07:22 +08:00
7874edf992 [doc](ranger)change path of access_controller.class (#32138) 2024-03-21 14:07:19 +08:00
85b2c42f76 [Enhancement](jdbc catalog) Add a property to test the connection when creating a Jdbc catalog (#32125) (#32531) 2024-03-21 14:05:59 +08:00
b5a322297b Refactor active queries (#31742) (#32312) 2024-03-15 19:39:54 +08:00
9e014cfb8a [fix](nereids) fix bug when grouping has same grouping set (#32235) 2024-03-15 18:06:20 +08:00
42ccc5489e [doc](ldap) opt the doc format (#31956) 2024-03-15 18:06:15 +08:00
abff6f0699 [doc](mtmv)fix doc char2 bug (#32271) 2024-03-15 18:05:35 +08:00
ea2fbfaffa [feature](Nereids) support agg state type in create table (#32171)
this PR introduce a behavior change, syntax of create table with agg_state type is changed.
2024-03-15 18:04:49 +08:00
7d3a485665 [typo](docs) add additional explanation to the repeat function (#32158) 2024-03-15 18:04:02 +08:00
0dc081088c [doc](auto-inc) fix example sql (#32206) 2024-03-15 18:02:01 +08:00
9ffe8842a2 [improvement](mtmv) Remove useless code and add some doc (#32047)
1. Use visitor to remove the result sink in mv plan
2. Remove useless code
3. Add more doc
2024-03-15 18:00:42 +08:00
d0e296e88d [docs](docs) Fix invalid link and typo of v2.1 (#32216) 2024-03-14 11:16:05 +08:00
2ffcfb4bc5 [fix](doc) fix wrong download link (#32082) 2024-03-12 14:20:39 +08:00
ae206596c9 [DOC](Variant) add bloom filter description and correct some benchmark results (#31998) 2024-03-12 14:20:39 +08:00
65835cdd2b [doc](sql-dialect) update sql convertor tool to 1.0.1 (#32077) 2024-03-12 14:20:39 +08:00
cf6b22c621 [fix](jdbc catalog) fix type conversion error in MySQL JDBC Driver 5.x (#31880) 2024-03-12 14:07:57 +08:00
15f859272f [docs](docs) Update 2.0.6 release note and 1.2.8 release note(#32090) 2024-03-12 13:15:21 +08:00
81a22ccb27 [docs](docs) Update 2.1 release note (#32056) 2024-03-11 17:35:51 +08:00
d5bf20c96e [improvement](mtmv) Improve the performance for query rewritting by materialized view (#31886)
- Limit the number of times for the query rewritting to the group
- Remove the unnecessary log and explain detail info in query
2024-03-09 19:55:47 +08:00
cae80cfa15 [doc](apache-superset) Fix zh-CN documentation of apache-superset (#31976) 2024-03-09 19:45:46 +08:00
e3611f6a1d [improve](routine-load) increase routing load max_batch _size max limit (#31846) 2024-03-09 19:45:03 +08:00
c6a8146db5 [typo](doc)Doriswriter document modification (#31322) 2024-03-09 19:43:21 +08:00
xy
92320bbd2d [Fix](doc) Adjust default values (#31882)
Co-authored-by: xingying01 <xingying01@corp.netease.com>
2024-03-09 19:43:21 +08:00
9fa470caca [doc](external) delete external table docs in 1.2 (#28353) 2024-03-09 19:43:21 +08:00
197b204e02 [type](docs) delete duplicated sidebar items (#31991) 2024-03-08 16:26:06 +08:00
1898517b2f [type](doc) update 2.1 doc label (#31942) 2024-03-07 17:12:03 +08:00
009ca9b90b [fix] (doc)Fix invalid link on benchmark tool page #31920 2024-03-07 16:53:49 +08:00
370b050cae [doc](apache-superset)add doc for apache superset compatible (#31314) 2024-03-07 16:53:19 +08:00
474cacd572 [type](doc) Standardize the name in the sql-dialect document and modify the format (#31636) 2024-03-07 16:53:19 +08:00
42776eefdf [typo](doc) Add a full backup case and modify sidebars (#31801) 2024-03-07 16:53:19 +08:00
5b00f4fbeb [improvement](jdbc catalog) opt get db2 schema list & xml type mapping (#31856)
1. Trim Schema Names: Adapted the system to remove trailing spaces from DB2 schema names, ensuring compatibility without affecting query operations.
2. XML Mapping: Implemented a feature to directly map XML types to String.
2024-03-07 16:53:19 +08:00
d276610694 [deps](docker) update docker build env to add jdk17 (#31644) 2024-03-07 16:16:05 +08:00
f897db666c [docs](flink-connector) Fix Flink Doris Connector typo (#31830) 2024-03-07 16:12:23 +08:00
f5991d8b02 [docs](jdbc catalog) add sqlserver timestamp type mapping doc (#31832) 2024-03-07 16:11:23 +08:00
5ed3c7eeef [opt](doc) update release verify (#31773) 2024-03-06 13:06:27 +08:00
2a1c00f180 [docs](kafka-connector) Add doris-kafka-connector usage documentation (#31729) 2024-03-06 13:06:26 +08:00
cca0773261 [feature](function) round function defaults to rounding normally 2024-03-06 13:06:26 +08:00
4888b4405b [Chore](Docs)Update release guide (#31654) 2024-03-01 16:59:43 +08:00
07224686ef [feature](jdbc catalog) support db2 jdbc catalog (#31627) 2024-03-01 14:19:28 +08:00
6b2af74a63 [doc](fix) add k8s operator doc for upgrade doris (#31586) 2024-03-01 04:25:43 +08:00
05f525e922 [improvement](docs)add faq for flink-connector-doris (#31426) 2024-03-01 04:25:43 +08:00