Commit Graph

  • 89441b0cb0 [fix](tablet invert index) fix tablet invert index leaky caused by auto partition (#33714) yujun 2024-04-20 23:02:54 +08:00
  • 60253c827c [fix](nereids) do not push RF into nested cte (#33769) minghong 2024-04-20 20:05:00 +08:00
  • 27662c3d62 [fix](row-count-cache) use cached row count for show (#33911) Mingyu Chen 2024-04-20 17:37:57 +08:00
  • 36a70ba1e7 [Fix](Csv-Reader)Fix the issue of BE core dump caused by improper configuration of column_seperator and line_delimiter. (#33693) Tiewei Fang 2024-04-20 17:18:50 +08:00
  • 03c3419265 [Refactor](executor)Add workload schedule policy table (#33729) wangbo 2024-04-20 12:32:27 +08:00
  • 0e3ad5cd9d [fix](parquet) fix time zone error(isAdjustedToUTC=true) in parquet reader (#33675) (#33924) Mingyu Chen 2024-04-20 19:06:54 +08:00
  • f38b00b64a [bugfix](hive)Modify the method used to obtain the txnId #33883 wuwenchi 2024-04-20 11:42:37 +08:00
  • 1ca96a1611 [fix](stream-load) fix stream load and http stream metric error #33899 HHoflittlefish777 2024-04-20 01:27:37 +08:00
  • 80307354b2 [fix](Nereids): add whole tree rewriter when root is not CTEAnchor (#33591) (#33906) 谢健 2024-04-20 01:05:57 +08:00
  • cb5a94d4fc [opt](coord) use single instance only with small limit (#33888) Mingyu Chen 2024-04-20 00:44:24 +08:00
  • 00adad8e2d [fix](variable) modify @@auto_commit column type to BIGINT in Nereids. #33887 Mingyu Chen 2024-04-20 00:41:56 +08:00
  • 365fcec473 Revert "[Improvementation](join) empty_block shall be set true when build block only one row (#33721)" yiguolei 2024-04-19 23:52:24 +08:00
  • 09b973db49 [Chore](runtime-filter) adjust need_local_merge setting conditions (#33886) Pxl 2024-04-19 23:49:09 +08:00
  • 5bddbcd933 [chore](errmsg) Fix confusing error message and clang tidy hints (#33893) zclllyybb 2024-04-19 21:25:07 +08:00
  • 42e91149e4 [enhancement](auto-partition) Forbid use Auto and Dynamic partition at the same time (#33736) zclllyybb 2024-04-19 20:15:01 +08:00
  • bec7c36c46 [fix](stacktrace) Fix dwarf_location_info_mode is passed as parameter to stack trace (#33863) Xinyi Zou 2024-04-19 19:18:20 +08:00
  • ee687a43fd [fix](plsql) Fix regression test for routine select (#33860) Xinyi Zou 2024-04-19 18:12:56 +08:00
  • f2a0ac8ff2 [feature] (partition) Dynamic partition behavior changes (#33712) Uniqueyou 2024-04-19 16:29:32 +08:00
  • 25358564ca [Fix](compile) Fix gcc compile on master (#33864) zclllyybb 2024-04-19 15:50:11 +08:00
  • 74590e4836 [refine](node) Remove the cse DCHECK from the constructor (#33856) Mryange 2024-04-19 15:43:17 +08:00
  • 7e91e69eb9 [fix](compaction) fix single compaction (#33907) Sun Chenyang 2024-04-19 23:30:25 +08:00
  • 439027119e [fix](schema change) fix schema change check does not calculate reader merged rows (#33825) (#33908) Luwei 2024-04-19 22:57:25 +08:00
  • 0ac7849a9d [exec](table_fun) opt bitmap/split vexplode table func performance (#33876) HappenLee 2024-04-19 15:10:11 +08:00
  • 15f8014e4e [enhancement](Nereids) Enable parse sql from sql cache and fix some bugs (#33867) 924060929 2024-04-19 15:18:09 +08:00
  • c747714c18 [fix](memory) Fix ExecEnv destroy memory tracking (#33781) Xinyi Zou 2024-04-19 14:41:22 +08:00
  • f4704b3821 [improvement](storage) support glibc <2.21 for system call eventfd (#33218) On-Work-Song 2024-04-19 14:27:28 +08:00
  • 175e85d616 [Bug](runtime-filter) fix coredump on no null string type rf (#33869) Pxl 2024-04-19 14:07:12 +08:00
  • 8b061c7055 [Enhancement](group commit) Add fault injection case for group commit abmdocrt 2024-04-19 13:05:19 +08:00
  • ad75b9b142 [opt](auto bucket) add fe config autobucket_max_buckets (#33842) Kang 2024-04-19 13:04:21 +08:00
  • e38d844d40 [fix](multi-table-load) fix single stream multi table load cannot finish (#33816) HHoflittlefish777 2024-04-19 13:02:45 +08:00
  • 659900040f [Fix](inverted index) fix wrong need read data opt when encounters columnA > columnB predicate (#33855) airborne12 2024-04-19 12:06:14 +08:00
  • 1a6f8c443e [bugfix](paimon) Create paimon catalog with hadoop user (#33833) wuwenchi 2024-04-19 11:23:19 +08:00
  • 6776a3ad1b [Fix](planner) fix create view star except and modify cast to sql (#33726) feiniaofeiafei 2024-04-19 10:43:54 +08:00
  • a8ba933947 [Fix](nereids) fix bind order by expression logic (#33843) feiniaofeiafei 2024-04-19 10:43:26 +08:00
  • ffd9da44a2 [fix](move-memtable) fix commit may fail due to duplicated reports (#32403) Kaijie Chen 2024-04-19 10:13:18 +08:00
  • 2675e94a93 [feature](variable) add read_only and super_read_only (#33795) Mingyu Chen 2024-04-18 23:56:19 +08:00
  • 56eb5ea00c [enhancement](partial-update) print more log while missed some rowsets (#33711) zhannngchen 2024-04-18 20:40:06 +08:00
  • 5abc84af71 [fix](txn insert) Fix txn insert commit failed when schema change (#33706) meiyi 2024-04-18 20:37:55 +08:00
  • 315f6e44c2 [Branch-2.1](Outfile) Fixed the problem that the concurrent Outfile wrote multiple Success files (#33870) Tiewei Fang 2024-04-19 12:09:53 +08:00
  • 561afde0c4 [feature](insert)support default value when create hive table (#33666) slothever 2024-04-19 11:28:10 +08:00
  • 734520a77b [bugfix](hive)delete write path after hive insert (#33798) wuwenchi 2024-04-19 11:25:12 +08:00
  • ba05ef4405 [Chore](runtime-filter) add tmp debug info to investigate unknown filter error #33857 Pxl 2024-04-18 21:03:09 +08:00
  • 1300317723 [Exec](join) Support column string64 to avoid join failed in string size overflow the uint32 (#33511) (#33850) HappenLee 2024-04-18 19:43:08 +08:00
  • 8f6f4cf0eb [Pick](Variant) pick #33734 #33766 #33707 to branch-2.1 (#33848) lihangyu 2024-04-18 19:42:44 +08:00
  • c8a92b82cc [fix](restore) Reset index id for MaterializedIndexMeta (#33831) walter 2024-04-18 17:06:31 +08:00
  • 46fa64f34b [minor](Nereids): remove useless getFilterConjuncts() filter() in Translator (#33801) jakevin 2024-04-18 16:34:05 +08:00
  • 3eca9da0dd [refactor](filesystem)refactor filesystem interface (#33361) wuwenchi 2024-04-18 15:57:59 +08:00
  • 34a97d5e8b [fix](Nereids)fix unstable plan shape in limit_push_down case 谢健 2024-04-18 15:47:29 +08:00
  • 657a29fd9e [refactor](partitioner) refine get channel id logics (#33765) Gabriel 2024-04-18 14:27:40 +08:00
  • f17ac173b4 [Improvementation](join) empty_block shall be set true when build block only one row (#33721) Pxl 2024-04-18 14:26:39 +08:00
  • ea19224d14 [exec](table_fun) opt numbers table func performance (#33804) HappenLee 2024-04-18 11:39:45 +08:00
  • 75b47b7189 [opt](nereids)clear min/max column stats if table is partially analyzed (#33685) minghong 2024-04-18 11:17:00 +08:00
  • e106d34190 [enhancement](plsql) regression for routine select and show create procedure (#33608) Vallish Pai 2024-04-18 08:46:13 +05:30
  • ad80a650e4 [fix][mow] segment_creator should not flush data when encouter abnormal exit (#33802) huanghaibin 2024-04-18 11:06:09 +08:00
  • 04e30c91a0 [Fix](Variant) VariantRootColumnIterator::read_by_rowids with wrong null map size (#33734) lihangyu 2024-04-18 10:59:02 +08:00
  • a05d738b6c [fix](planner) create view statement should forbid mv rewrite (#33784) starocean999 2024-04-18 10:46:10 +08:00
  • 8c535c51b5 [Improvement](materialized-view) support multiple agg function have same base table slot (#33774) Pxl 2024-04-18 10:33:24 +08:00
  • 5a5b0c07d7 [fix](inverted index) fix incorrect case test_index_delete (#33609) zzzxl 2024-04-18 10:03:07 +08:00
  • 4de357ccfb [Fix](Variant Type) forbit distribution info contains variant columns (#33707) lihangyu 2024-04-17 23:03:11 +08:00
  • a57e0d3500 [Pick](nerids) pick #33010 #32982 #33531 to branch 2.1 (#33829) minghong 2024-04-18 18:40:36 +08:00
  • 20b37e7a18 Add workload group id in workload policy's property (#33483) wangbo 2024-04-17 21:22:36 +08:00
  • 048448eb32 [fix](Nereids) dphyper support evaluate join that has one side condition (#33702) 谢健 2024-04-17 20:41:15 +08:00
  • 461561fed0 [minor](Nereids): remove useless stream filter() in Translator (#33758) jakevin 2024-04-17 18:35:48 +08:00
  • ee3b6fdf58 [fix](conf) make be conf disable_storage_page_cache modifiable (#33773) zhengyu 2024-04-17 17:53:36 +08:00
  • d72d5c9b5d [fix](inverted index) normal process query for null condition when index is missing (#33663) zzzxl 2024-04-17 16:43:00 +08:00
  • 520f0f51d1 [improvement](spill) avoid occuping too much memory while spill build block during the hash join build phase (#33747) Jerry Hu 2024-04-17 15:50:29 +08:00
  • b518b9dd15 [shuffle](minor) Log error status if exchange is shutdown early (#33748) Gabriel 2024-04-17 15:09:04 +08:00
  • 4460d23cd9 [chore](variable) update nereids timeout second default value to 30 (#33749) morrySnow 2024-04-17 15:07:38 +08:00
  • b5640ae763 [fix](restore) add indexes as part of table signature (#33650) walter 2024-04-17 15:06:01 +08:00
  • ffa0e57122 [enhancement](auditlog) ignore any errors in write audit log (#33750) yiguolei 2024-04-17 14:42:47 +08:00
  • 5555cc175f [feature](windows function)Improve error handling for window functions (#33673) Mryange 2024-04-17 14:32:19 +08:00
  • cb255f688f [Fix](inverted index) fix memory leak when inverted index writer not close (#33724) airborne12 2024-04-17 14:09:04 +08:00
  • f48a4680a8 [fix](test) remove array_intersect case since its result is not stable (#33742) morrySnow 2024-04-17 13:59:38 +08:00
  • c6d1d75ff2 [Fix](Json type) forbit schema change adding JSON columns with none null default value (#33686) lihangyu 2024-04-17 11:28:51 +08:00
  • 2ca4278c42 [refactor](pipelineX) Reduce prepare overhead (PART III) (#33689) Gabriel 2024-04-17 11:20:10 +08:00
  • 2648a92594 [FIX](load)fix load with split-by-string (#33713) amory 2024-04-17 11:17:17 +08:00
  • 9bcb23351c [Improvement](runtime-filter) make sync rf size work when need_local_merge (#33717) Pxl 2024-04-17 11:11:03 +08:00
  • 6a33067daf [fix](chore) update some CHECK to CHECK_EQ, to print more details while CHECK failed (#33709) zhannngchen 2024-04-17 11:10:34 +08:00
  • bb33375dba [test](xor) add test for xor #33731 zhiqiang 2024-04-17 10:49:56 +08:00
  • 89c4fa5a75 [fix](move-memtable) close wait on all sinks (#33710) Kaijie Chen 2024-04-17 10:40:17 +08:00
  • f52067415b Improve analyze mv/mtmv wait row count report logic. (#33695) Jibing-Li 2024-04-17 09:56:44 +08:00
  • ff8cb3cc43 [Fix](executor)Fix routine load failed when can not find group (#33596) wangbo 2024-04-17 09:48:37 +08:00
  • b44fed8dc2 [fix](restore) Reset index id for restore (#33648) walter 2024-04-16 22:53:00 +08:00
  • 11f7d11a96 [branch-2.1](regression-test) fix test_chema_change_fail (#33753) #33788 yujun 2024-04-17 18:16:27 +08:00
  • 5734e2bd30 [opt](meta-cache) refine the meta cache (#33449) (#33754) Mingyu Chen 2024-04-17 12:22:26 +08:00
  • 6976d019a3 [opt](inverted index) topn opt reads only limit number of records (#33665) zzzxl 2024-04-17 11:33:30 +08:00
  • 2854048eb5 fix compile yiguolei 2024-04-16 20:32:19 +08:00
  • 5053ac2b59 [improve](CI)Core modules require maintainer review (#32468) caoliang-web 2024-04-16 19:15:37 +08:00
  • 43974a2334 (Fix)(nereids) modify create view privilege check error message (#33669) feiniaofeiafei 2024-04-16 19:09:06 +08:00
  • db846709d2 [opt](Nereids) auto fallback when meet udf override (#33708) morrySnow 2024-04-16 18:30:55 +08:00
  • 81f7c53bad [fix](Nereids) could not query variant that not from table (#33704) morrySnow 2024-04-16 17:19:07 +08:00
  • 1c025c0488 [docker](hive) add hive3 docker compose and modify scripts (#33115) 苏小刚 2024-04-16 16:43:49 +08:00
  • 22a6b1d3f5 [feature](function) support hll functions hll_from_base64, hll_to_base64 (#32089) Chester 2024-04-16 16:27:02 +08:00
  • 3096150d1b [feature](agg) support aggregate function group_array_intersect (#33265) Chester 2024-04-16 16:25:48 +08:00
  • 07a8f44443 [improvement](spill) improve config and fix spill bugs (#33519) TengJianPing 2024-04-16 15:46:13 +08:00
  • 3f267e36d1 [fix](nereids)InSubquery's withChildren method lost typeCoercionExpr (#33692) starocean999 2024-04-16 14:40:54 +08:00
  • b07e0a2f06 [FIX](cast)fix full/right out join for cast array (#33475) amory 2024-04-16 14:28:07 +08:00
  • 2890f6c3cf [opt](Nereids) date literal support basic format with timezone (#33662) morrySnow 2024-04-16 14:07:17 +08:00
  • 11266dd9b8 [minor](Nereids): remove useless override (#33651) jakevin 2024-04-16 12:30:19 +08:00
  • 16e9eb3b05 [fix](analyze) avoid java.util.ConcurrentModificationException (#33674) Mingyu Chen 2024-04-16 11:53:04 +08:00