Commit Graph

  • 3ea68d576b [improve](group commit) Fix select tablet policy for random partition and remove some log (#28498) meiyi 2023-12-16 11:02:52 +08:00
  • f12a225844 [fix](session variables) Make default value of max_execution_time same to query_timeout #28474 zhiqiang 2023-12-16 10:59:05 +08:00
  • 4538f1ba8f [feature](pipelineX) add local_shuffle in nested loop join #28428 Mryange 2023-12-16 10:53:13 +08:00
  • f741ce5b7b [fix](iterator) Fix mem leak when initial iterator failed (#28480) walter 2023-12-16 10:49:05 +08:00
  • f770403cca [enhancement](pipeline) add bvar for pipeline fragment instance and task (#28500) zhangstar333 2023-12-16 10:47:53 +08:00
  • 20d815f0e7 [refactor](style) Using C++style and changing to smart pointers (#28454) 赵硕 2023-12-16 10:44:43 +08:00
  • fb925bdd08 [Bug](memory) Fix exception-unsafe in aggregation node (#28483) xy720 2023-12-15 19:17:18 +08:00
  • 0f93ee8793 [fix](Nereids): TransposeSemiJoinAgg can't apply in Scalar Agg (#28434) jakevin 2023-12-15 16:18:16 +08:00
  • 8986bb6bb4 [fix](Planner): parse more Punctuation Date/DateTime (#28432) jakevin 2023-12-15 16:17:44 +08:00
  • 0f25a4b3c6 [bug](json)Fix the problem of be down caused by json path ending with \ (#28180) Liqf 2023-12-15 15:57:08 +08:00
  • 088bb80a9c [fix](test) fix case of test_unique_table_new_sequence (#28442) Xin Liao 2023-12-15 15:10:39 +08:00
  • 501a79a45c [Fix](format) compatible run_clang_format format string with python2/3.6/higher (#28469) airborne12 2023-12-15 15:03:23 +08:00
  • 97b033813a [perf](Nereids) add back canEliminate temporary (#28017) morrySnow 2023-12-15 14:26:29 +08:00
  • 2018ab23f0 [chore](build) Add MVN_OPT env variable to enrich building FE with extra options (#28375) Gavin Chou 2023-12-15 13:20:39 +08:00
  • e6b135c76a [improvement](fe) Add reason log when Env is not ready (#28286) Lei Zhang 2023-12-15 12:22:06 +08:00
  • 6f3fb81965 [fix](doc) spell errors fixes multi-tenant.md (#28436) Nitin-Kashyap 2023-12-15 09:51:46 +05:30
  • 4c51558f6b [feature](nereids) Support basic aggregate rewrite and function rollup using materialized view (#28269) seawinde 2023-12-15 11:30:02 +08:00
  • c4242ab69e [Chore](Job)Add the configuration of the maximum number of persistence tasks for the job (#28411) Calvin Kirs 2023-12-15 11:14:06 +08:00
  • 8661b5ec21 [Bug](function) fix npe on select http_stream directly (#28423) Pxl 2023-12-15 11:09:45 +08:00
  • ce60064573 [regression-test](variant) fix unstable query result m… (#28390) lihangyu 2023-12-15 10:52:50 +08:00
  • 1877389f12 [fix](Nereids) set card to olap table break card block rule (#28417) morrySnow 2023-12-15 10:28:05 +08:00
  • 4d9b6c272d [Fix](vcompound pred) Corrected evaluation for compound predicates with constant columns (#28421) airborne12 2023-12-15 10:10:48 +08:00
  • eb99e4270d [Fix](parquet_reader) Fix dict filtering doesn't work with plain dict encoding in parquet reader. (#28290) Qi Chen 2023-12-15 09:27:02 +08:00
  • eebedbc879 [optimize](cooldown)Reduce unnecessary sort operations for vector (#27147) xy 2023-12-15 00:13:56 +08:00
  • 415c6d854d [fix](partial update) Fix some bugs about partial update (#28358) bobhan1 2023-12-15 00:04:29 +08:00
  • 8ca7bd8f98 [enhancement](bitmap)support bitmap type for non-key column in duplicate table (#28392) bobhan1 2023-12-14 23:59:12 +08:00
  • 310d1ab9a9 [feature](pipelineX)add parent-child relationship between the sink and downstream operators in profile (#28406) Mryange 2023-12-14 23:54:54 +08:00
  • 4300fdce43 [feature](merge-on-write) enable merge-on-write by default again (#28105) bobhan1 2023-12-14 19:35:52 +08:00
  • a540b7eb43 [fix](Nereids) multi_distinct_sum should inherit NullableAggregateFunction (#28349) morrySnow 2023-12-14 19:27:06 +08:00
  • 82a91380e6 [enhancement](compaction) Add support for limiting low priority compaction scheduling (#27648) Xiaocc 2023-12-14 18:31:23 +08:00
  • 429a3ed4df [fix](Nereids) simplify range produce true when reference is nullable (#28386) morrySnow 2023-12-14 18:10:17 +08:00
  • 23941ef305 [improve](pipelineX) improve partition node dependency logical (#28399) zhangstar333 2023-12-14 18:05:39 +08:00
  • 01c94a554d [fix](autoinc) Fix broker load when target table has autoinc column (#28402) bobhan1 2023-12-14 18:02:54 +08:00
  • c08ab9edc7 [feature](HiveCatalog) Support for getting hive meta data from relational databases under HMS (#28188) Tiewei Fang 2023-12-14 17:50:17 +08:00
  • 38e79e32fa [fix](mtmv)fix start time can not be earlier than the current time (#28379) zhangdong 2023-12-14 17:28:04 +08:00
  • 9fe2fce306 [minor](refactor) remove unused code (#28383) Gabriel 2023-12-14 17:16:41 +08:00
  • 6c9c1ef2f2 [test](regression) add flink sync db case (#19328) wudi 2023-12-14 17:06:17 +08:00
  • e1f7b6cff4 [typo](doc) update spark connector doc for version 1.3.0 (#28239) gnehil 2023-12-14 16:48:10 +08:00
  • 634292ec1d [Enhancement](build support) make run_clang_format compatible with python3 (#28404) airborne12 2023-12-14 16:02:47 +08:00
  • 9e62e3e868 [doc](readme)Update README.md (#28391) Luzhijing 2023-12-14 14:50:43 +08:00
  • ee24667b9f [fix](group commit) Fix some group commit problems (#28319) meiyi 2023-12-14 14:38:56 +08:00
  • e53cfa09da [fix](join) incorrect result of right anti join with nullable (#28301) Jerry Hu 2023-12-14 14:07:12 +08:00
  • bb23078d43 [feture](Nereids) support delete from without using (#28083) morrySnow 2023-12-14 13:54:33 +08:00
  • e5a57f82ec [fix](Variant Type) Fixes the desc failure (#28343) Sun Chenyang 2023-12-14 13:20:43 +08:00
  • 79f03d6fde [docs](releasenote)2.0.3 release note (#28373) Luzhijing 2023-12-14 13:07:24 +08:00
  • c00dca70e6 [pipelineX](local shuffle) Support parallel execution despite of tablet number (#28266) Gabriel 2023-12-14 12:53:54 +08:00
  • b443db6e3e [fix](doriswriter)Fix multiple concurrent import label duplication issues #28344 caoliang-web 2023-12-14 12:39:22 +08:00
  • 48937fef48 [Performance](json reader) optimize filling default values (#25542) lihangyu 2023-12-14 10:20:29 +08:00
  • 97df5981a1 [Fix](inverted index) update clucene (#28356) airborne12 2023-12-14 10:01:23 +08:00
  • 1901f0f35b [fix](function) bad performance caused by creating Status::RuntimeError (#28362) Jerry Hu 2023-12-14 09:29:22 +08:00
  • e5be751697 [bug](exchange) Fix core dump if prepare failed (#28363) Gabriel 2023-12-13 22:59:12 +08:00
  • 33e24436d6 [fix](regression) mow cases should use assertEquals not assertTrue (#28338) meiyi 2023-12-13 22:14:32 +08:00
  • a271fee3c5 [test](statistics)Add external empty table test case. (#28267) Jibing-Li 2023-12-13 21:48:01 +08:00
  • e4f7b25276 [optimize](invert index) inverted indexes optimize the file cache (#27887) zzzxl 2023-12-13 20:48:53 +08:00
  • 099b1b7106 [fix](statistics)Fix column stats trigger info bug (#28303) Jibing-Li 2023-12-13 20:31:03 +08:00
  • 0868526f6a [fix](sequence column) fix update fail on nereids planner (#28031) zhannngchen 2023-12-13 19:41:41 +08:00
  • dbc2b081d7 [fix](Nereids) could not do partition prunning when predicates is NULL (#28294) morrySnow 2023-12-13 19:36:42 +08:00
  • ec91dd1129 [opt](vfilescanner) interrupt running parquet/orc readers when scannode is finished (#28223) Ashin Gau 2023-12-13 19:31:08 +08:00
  • 524bce3c07 [doc](auditlog) update description of field sql_digest (#28340) zhiqiang 2023-12-13 19:27:48 +08:00
  • 4f5821407f [case]Load data with load_parallelism=any > 1 and stream load with compress type (#27306) Zhiyu Hu 2023-12-13 18:41:14 +08:00
  • 43327383c3 [regression test](broker laod) add exception case for merge type (#27840) Guangdong Liu 2023-12-13 18:34:34 +08:00
  • 9b94faf403 fix](memory_leak) fix memory leak on vrow_distribution #28336 zclllyybb 2023-12-13 18:22:14 +08:00
  • ea832744df [fix](journal) ensure txns are matched with the master before replaying (#28192) walter 2023-12-13 18:14:51 +08:00
  • 62859f38c1 [fix](nereids)cast string to integer type use wrong datatype's valueOf method (#28174) starocean999 2023-12-13 17:53:07 +08:00
  • ac262fa176 [fix](partial update) Fix session variable enable_unique_key_partial_update will affect the behavior of insert statement when the target table is not unique table (#28321) bobhan1 2023-12-13 17:14:30 +08:00
  • e6e8632167 [improvement](merge-on-write) Optimize publish when there are missing versions (#28012) Xin Liao 2023-12-13 16:59:25 +08:00
  • dee89d2c4a [refactor](Nereids) let create table compatible with legacy planner (#28078) starocean999 2023-12-13 16:35:40 +08:00
  • 8ac52aeda7 [fix](nereids) wrong result when simplify int compare with decimal literal (#28195) starocean999 2023-12-13 16:13:42 +08:00
  • 3e08bec27f [opt](regression test) use select count from tablet api (#28327) qiye 2023-12-13 16:12:56 +08:00
  • 2005fee430 [fix](user) Avoid throw unknown UserProperty after FE rollback version (#28325) Xinyi Zou 2023-12-13 16:00:04 +08:00
  • 5f66335e54 [feature](pipelineX) add local_shuffle in set_operation / assert_num operator (#28293) Mryange 2023-12-13 15:15:20 +08:00
  • cd6d75e518 [fix](memory) TabletSchema and Schema no longer track memory, only track columns count. (#28149) Xinyi Zou 2023-12-13 15:06:46 +08:00
  • 613b0bd552 [fix](decimal) fix decimal overflow caused by null value (#28260) TengJianPing 2023-12-13 14:53:39 +08:00
  • 862cb0912a [fix](load) count MemTable::to_block memory in flush tracker (#28312) Kaijie Chen 2023-12-13 14:49:25 +08:00
  • 764d893cbf Remove unused const variables NUMBER, ZERO in vnumbers_tvf.cpp (#28317) Jack Drogon 2023-12-13 13:16:48 +08:00
  • 78b0fec33a [Fix](Outfile) Support export nested complex type data to orc file format (#28182) Tiewei Fang 2023-12-13 11:55:27 +08:00
  • a719d7a222 [fix](memory) Fix LRU Cache of type NUMBER charge (#28175) Xinyi Zou 2023-12-13 11:15:57 +08:00
  • b901800963 [Fix] Support BE log sys_log_level modify to take effect dynamically (apache#26060) (#28203) Guangming Lu 2023-12-13 11:08:48 +08:00
  • 805673dd53 [typo](doc)Add spark load faq (#28015) caoliang-web 2023-12-13 09:45:15 +08:00
  • bb4c192a57 [improvement](doris compose) show all cluster (#28288) yujun 2023-12-13 01:35:41 +08:00
  • eda2818b95 [fix](group commit) Fix insert_group_commit_into_unique_sync_mode (#28283) meiyi 2023-12-13 01:12:57 +08:00
  • 9372959410 Revert "[regression-test](case) forbid group commit case first #28244" (#28250) meiyi 2023-12-13 01:12:11 +08:00
  • 78cf401c92 [enhancement](err-msg) expose real error msg for invalid delete conf (#28287) Siyang Tang 2023-12-13 01:07:31 +08:00
  • 5e374c6a35 Fix FE web insecure cookie setting #26056 (#26057) Guangming Lu 2023-12-12 22:50:40 +08:00
  • 15553e6335 [Bug](fold-constant) fix result error with fold constant on BE (#28194) zhangstar333 2023-12-12 21:24:29 +08:00
  • cdb452ff3d [typo](docs)update jdk download version to 8u391 #28216 FreeOnePlus 2023-12-12 21:20:54 +08:00
  • 7f604276c7 [improvement](truncate table) truncate skip empty partition (#28229) yujun 2023-12-12 21:12:31 +08:00
  • 7f9cecb623 [fix](fe) Key column varchar length change should't light schema change (#28235) Lei Zhang 2023-12-12 21:08:38 +08:00
  • 13b9350aeb [Bug](scan)fix some case query timeout of not schedule scanner (#28243) zhangstar333 2023-12-12 21:00:22 +08:00
  • ace2b45c37 [fix](decimalv2) avoid crashing caused by decimalv2 arithmetic with check_overflow_for_decimal enabled (#28219) Jerry Hu 2023-12-12 20:32:10 +08:00
  • 5c1d69de70 [opt](session var) throw exception when setting query time out to zero (#28247) zhiqiang 2023-12-12 20:30:47 +08:00
  • 0a5a579151 [test](jdbc catalog) Use different table names to prevent case errors (#28276) zy-kkk 2023-12-12 19:19:02 +08:00
  • 15f5acf1ae [feature](pipelineX) add local_shuffle in sort partition sort analytic node (#28265) Mryange 2023-12-12 18:47:46 +08:00
  • b821c377b6 [Refact](inverted index) comment out block_column_predicate for inverted index and refact some code (#28281) airborne12 2023-12-12 18:12:01 +08:00
  • 6e5f84635b [fix](Nereids): remove duplicated dependency (#28279) jakevin 2023-12-12 17:57:52 +08:00
  • 7ac12ac7d7 [feature](Nereids): return edges that can be pulled up (#28280) 谢健 2023-12-12 17:55:59 +08:00
  • f401a9c7ec [fix](pipelineX) fix use-after-free in filter timer queue (#28236) Mryange 2023-12-12 17:25:14 +08:00
  • 4e50b2791a [fix](Nereids) pull up cte anchor should also pull up cte in apply (#28214) morrySnow 2023-12-12 16:56:04 +08:00
  • 45b2dbab6a [improve](group commit) Group commit support max filter ratio when rows is less than value in config (#28139) meiyi 2023-12-12 16:33:36 +08:00
  • d25cbdd4dc [feature](Nereids): one side eager aggregation (#28143) jakevin 2023-12-12 15:38:31 +08:00