Commit Graph

17125 Commits

Author SHA1 Message Date
e50a427113 [improvment](doc) add FAQ for Jdbc catalog (#31338) 2024-02-23 20:44:43 +08:00
57d604c48a Fix statistics p0 case. (#31330) 2024-02-23 20:44:43 +08:00
4085657a28 [doc](group commit) Add group commit performance (#31343) 2024-02-23 20:44:43 +08:00
bb31f4adb6 [fix](mtmv)fix generate partition name illegality when partition value contains colon (#31282) 2024-02-23 19:05:20 +08:00
30ef9b70c3 [regression](cold_heat)add cold heat test for hdfs (#31074)
* add cold heat test for hdfs
2024-02-23 19:05:08 +08:00
52c45e38af [Refactor](RF) refactor the profile of rf and pipeline-x support local ignore (#31287)
* [Refactor](RF) refactor the profile of rf and pipeline-x support local ignore

* fix local merge filter
2024-02-23 19:05:06 +08:00
3576304e3e [regression test]Test UniqueModel Schema Value Change (#31260)
* Test UniqueModel Schema Value Change

* Opt Test UniqueModel Schema value Change
2024-02-23 19:03:28 +08:00
b5ec1e7b7d [fix](Nereids) support check authorization for view but skip check in the view (#31289)
move UserAuthentication in BindRelation, support check authorization view but skip check in the view

relate pr: #23295
2024-02-23 19:03:28 +08:00
9a40b6c978 Refactor get row count related interface, add row count cache for external table. (#31276) 2024-02-23 19:03:28 +08:00
9508546cc8 [fix](script) Fix start_fe.sh missing METADATA_FAILURE_RECOVERY with foreground (#31258) 2024-02-23 19:03:28 +08:00
8f77e6363a [Feature](function) Support xxhash function like murmur hash function (#31193) 2024-02-23 19:03:28 +08:00
1456785aa1 [fix](join) incorrect result of mark join in nested loop join (#31280) 2024-02-23 19:03:28 +08:00
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