Commit Graph

18263 Commits

Author SHA1 Message Date
04c295c4c2 Improve show column stats performance. (#31298) 2024-02-23 19:03:28 +08:00
0bf13525d7 [opt](cancel) Cancel get result future immediately if query is cancelled (#31228) 2024-02-23 19:03:16 +08:00
940fbd4dad [test](mtmv)add p0 filter case (#31271)
* [test](mtmv)add p0 filter case

* add same todo case
2024-02-23 19:03:16 +08:00
d68067630a [docs](fix) modify identity in DROP-USER.md (#30891) 2024-02-23 19:03:16 +08:00
7bb276d071 change to rc09 2024-02-22 22:23:01 +08:00
e56fe682c9 fix total task exec time is far more than actual (#31279) 2024-02-22 22:22:29 +08:00
18f9ca9242 [fix](jdbc catalog) Fix Resource Closing Logic After Connection Abort (#31219)
* [improvement](jdbc catalog) Optimize the closing logic of Jdbc connection after abort

* [improvement](jdbc catalog) Optimize the closing logic of Jdbc connection after abort

* fix
2024-02-22 20:35:10 +08:00
f42935560d [tools] remove useless conf (#31295)
Co-authored-by: zhongjian.xzj <zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
2024-02-22 20:35:10 +08:00
7fd53a92b8 fix partial-update doc (#30612) 2024-02-22 20:35:10 +08:00
f65876d803 [Feature](explode) support explode map type (#30151) 2024-02-22 20:08:44 +08:00
caf68f3f60 [enhancement](fe) Accelerate replay journal when meta out of date (#31161) 2024-02-22 20:06:50 +08:00
100cea16d9 [fix](nereids)show error message if use wrong alias to bind the table (#31264) 2024-02-22 20:06:50 +08:00
9481728b37 [tools] update tools script (#31286) 2024-02-22 19:51:51 +08:00
22efb1cb7a [fix](Nereids) not equals and hashCode should contains generate flag (#31123) 2024-02-22 19:51:20 +08:00
f1a7f9a70f [opt](Nereids)choose better column for count star (#31227) 2024-02-22 19:51:20 +08:00
9f8906269b [regression-test](VariantType) fix and disable unstable case (#31269) 2024-02-22 19:51:20 +08:00
a6c0be611c [fix](mtmv) fix mtmv workload group case failed (#31218) 2024-02-22 19:51:20 +08:00
4c3a96e7df [fix](memory) Fix LRU cache frequent prune (#31220) 2024-02-22 19:51:20 +08:00
64056bb96b [Fix](seq-col) Fix sequence column check fail #31252
When FE generates plans and reaches the sequence column for rule judgment, an insertion statement that should have been correctly processed fails. This failure occurs because the judgment logic for the sequence part is case-sensitive to column names: the column name is in lowercase in the create table statement, but in uppercase in the insertion statement, causing the sequence column not to be correctly identified. However, Doris itself is case-insensitive to column names. This PR fixes the issue through the use of the ignoreCase method.
2024-02-22 19:51:20 +08:00
260568db17 [update](hudi) update hudi version to 0.14.1 and compatible with flink hive catalog (#31181)
1. Update hudi version from 0.13.1 to .14.1
2. Compatible with the hudi table created by flink hive catalog
2024-02-22 19:51:20 +08:00
a5ee1b3c87 [fix](keyword) add BELONG as reserve keyword (#31230)
This #27994 introduce a new keyword BELONG, need to add it as reserve keyword
2024-02-22 19:51:20 +08:00
241a2fc25c [nereids] downgrade bucket shuffle if tablet num < instance num (#31222) 2024-02-22 19:51:20 +08:00
8e24b42d7a Revert "[chore](ci) Update .asf.yaml (#31272)" (#31281)
This reverts commit 223419ff67275a5201924ffa261482c02f9382f1.

Co-authored-by: stephen <hello-stephen@qq.com>
2024-02-22 19:51:20 +08:00
86c800ce59 [doc](doc)add some k8s doc (#31194)
* add some k8s doc

* fix
2024-02-22 19:51:20 +08:00
b898b83667 [chore](ci) Update .asf.yaml (#31272) 2024-02-22 19:51:20 +08:00
98c3cb825f [fix](Nereids) simplify airthmetic should not change return type (#31237) 2024-02-22 19:50:47 +08:00
fa83a8f86a [fix][doc] one of the Chinese document references is missing #31236
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com>
2024-02-22 19:50:07 +08:00
7647cec509 [Fix](Job)TVF Query JOB Concurrent Reading and Writing Causes Exception (#31248) 2024-02-22 19:50:07 +08:00
e3b4b83bca [test](regression) add regression test for schange change of complex type (#31207)
Add regression test for #31128
2024-02-22 19:50:07 +08:00
389c702a3f [improvement](hudi)Obtain partition information through HMS's API (#30962)
When a Hudi table is synchronized to HMS, the partition information is also synchronized, so even if the metastore is not enabled in the Hudi table (for example, if the Metastore is false for a Hudi table created with Flink), you can still obtain the partition information through the HMS API.
2024-02-22 19:50:07 +08:00
99697c5bcb Update multi-tenant.md (#31256) 2024-02-22 19:50:07 +08:00
ef22bd3318 [fix](txn insert) Txn insert can not write to table with mv (#31167) 2024-02-22 13:01:49 +08:00
90ab5ec2d9 [fix](invert index) fix the error issue in the unit test remove_element_only_in_table (#31238) 2024-02-22 13:01:49 +08:00
ad07dec0ed [Improve](InPredict) enhance in predict with struct type (#30840) 2024-02-22 13:01:49 +08:00
6096227fea [bugfix](docs)Fix some spelling mistakes in english doc (#31241) 2024-02-22 13:01:49 +08:00
90a7f04349 [refine](pipelinex) get sink local state does not require an id. #31195 2024-02-22 13:01:49 +08:00
52b9af06fb [pipelineX](refactor) Delete subclasses inherited from Dependency (#31216) 2024-02-22 13:01:48 +08:00
bb73561b71 [doc](create table) add since version for some new features (#30506) 2024-02-22 13:01:48 +08:00
b66583551c [fix](group_commit)Fix bound checking problem when reading wal block (#31112) 2024-02-22 13:01:48 +08:00
d080fe8c89 [log](query) add debug log for check query visible version (#31217) 2024-02-22 13:01:48 +08:00
6ef90b2ad9 Window function sum/avg does not support distinct document modification (#31066) 2024-02-22 13:01:48 +08:00
70dc40ab3c [fix](audit) The time field in the audit log table is set to the millisecond level (#31096) 2024-02-22 13:01:48 +08:00
f2a38e6345 [chore](columns) remove update_hashes_with_value for SipHash (#31224) 2024-02-22 13:01:48 +08:00
98a1b12ac6 [Enhancement] [plsql] support drop store procedure (#30966) (#31001) 2024-02-22 13:01:48 +08:00
c56cb0ac3e [Exec](RF) Support merge remote rf local first (#31067) 2024-02-22 13:01:48 +08:00
8a496bf554 [regression test]Optimize testUniqueModelSchemaKeyChange (#31150) 2024-02-22 13:01:48 +08:00
9c096710fa [Enhancement](group commit) Add bvar and log for group commit (#31017) 2024-02-22 13:01:32 +08:00
2069f9ff63 [fix](Nereids): OuterJoinAssoc reject literal condition (#31172) 2024-02-22 13:01:32 +08:00
e183e9ac46 [fix](stream-load) print stream load profile for pipeline and pipelinex (#31198) 2024-02-22 13:01:32 +08:00
57f3ea6d7b Example Modify audit log documents (#31192) 2024-02-22 13:01:32 +08:00