Commit Graph

  • 6798a24a27 [Enhencement](Nereids) reduce child output rows if agg child is literal (#32188) LiBinfeng 2024-04-03 12:23:41 +08:00
  • 0ab8b57db7 [enhance](mtmv)support create mtmv with other mtmv (#32984) zhangdong 2024-04-03 11:49:24 +08:00
  • 77ad3f6a19 [feature](hive)Get updated information from coordinate and commit (#32441) (#33466) Mingyu Chen 2024-04-10 15:07:18 +08:00
  • 9bc7902e5a [fix](Nereids) fix bind group by int literal (#33117) 924060929 2024-04-01 21:28:53 +08:00
  • cc363f26c2 [fix](Nereids) fix group concat (#33091) 924060929 2024-04-01 21:28:39 +08:00
  • 38d580dfb7 [fix](Nereids) fix link children failed (#33134) 924060929 2024-04-02 10:24:44 +08:00
  • ff990eb869 [enhancement](Nereids) refactor expression rewriter to pattern match (#32617) 924060929 2024-04-10 13:30:00 +08:00
  • 6c5dd820c0 [improvement](spill) improve spill timers (#33156) TengJianPing 2024-04-02 22:31:46 +08:00
  • 7f2fdf78ac [Enhancement](inverted index) set need to read data only when delete predicate contains the column (#33172) airborne12 2024-04-03 10:48:59 +08:00
  • c61d6ad1e2 [Feature] support function uuid_to_int and int_to_uuid #33005 zclllyybb 2024-04-02 14:55:07 +08:00
  • bf022f9d8d [enhancement](function truncate) truncate can use column as scale argument (#32746) zhiqiang 2024-04-02 14:56:26 +08:00
  • a69f3eb870 [fix](fe) partitionInfo is null, fe can not start (#33108) Lei Zhang 2024-04-02 11:25:45 +08:00
  • 8b1d174b13 [Optimize] Move strings_pool from individual tree nodes to the tree itself (#33089) lihangyu 2024-04-02 11:15:28 +08:00
  • 02b24abed2 [Fix](Nereids) ntile function should check argument (#32994) LiBinfeng 2024-04-02 10:42:09 +08:00
  • a7c8abe58c [feature](nereids) support common sub expression by multi-layer projections (fe part) (#33087) minghong 2024-04-02 08:52:03 +08:00
  • 1b3a11a02b [Enhancement](merge-on-write) Support dynamic delete bitmap cache (#32991) abmdocrt 2024-04-01 22:53:21 +08:00
  • 3b42dc73af [improvement](spill) avoid spill if memory is enough (#33075) TengJianPing 2024-04-01 16:14:10 +08:00
  • 517c12478f [improvement](spill) spill trigger improvement (#32641) TengJianPing 2024-03-29 16:56:57 +08:00
  • b0b5f84e40 [feature](load) support compressed JSON format data for broker load (#30809) 超威老仲 2024-04-01 18:45:45 +08:00
  • 1a2177adb9 [Fix](test) add sync to ensure data synchronization in test_set_operater (#32993) LiBinfeng 2024-04-01 15:06:44 +08:00
  • 09db427eed [Feature](materialized-view) support ignore not slot is null when count(slot) not has key in mv (#32912) Pxl 2024-04-01 14:35:08 +08:00
  • 1d0908e80d [feature](profile) make WaitForLocalExchangeBuffer timer merge (#32946) Mryange 2024-04-01 11:57:32 +08:00
  • e4993a19e5 [Chore](column) remove ColumnVectorHelper (#33036) Pxl 2024-04-01 10:45:11 +08:00
  • 8e19cdd745 [featrue](expr) support common subexpression elimination be part (#32673) Mryange 2024-04-01 10:20:35 +08:00
  • 61e214c327 [Fix](Hive-Metastore) fix that if JDBC reads the NULL value, it will cause NPE (#32831) Tiewei Fang 2024-03-31 21:55:44 +08:00
  • 5116724494 [Fix](hive-writer) Fix the issue of block was not copied to do filtering when hive partition writer write block to file. (#32775) (#33447) Qi Chen 2024-04-09 22:23:25 +08:00
  • 4963d60a07 [Fix](multi-catalog)Fix the issue of not initializing the writer caused by refactoring and add hive writing regression test. (#32721) (#33446) Qi Chen 2024-04-09 22:19:19 +08:00
  • caea45586f fix compile yiguolei 2024-04-02 11:17:16 +08:00
  • cf7595d423 [opt](memory) Optimize mem tracker accuracy (#32039) (#33140) Xinyi Zou 2024-04-02 09:24:36 +08:00
  • 39fba884fb [fix](typo) typo fix for 'delete bimap' changing to 'delete bitmap' (#32341) DuRipeng 2024-03-31 17:58:10 +08:00
  • 3243053fcd [fix](memory) Fix MemTableWriter flush_async attach task in thread context (#33071) Xinyi Zou 2024-03-30 23:47:53 +08:00
  • 285e2fcb5a [fix] (vectorization) regexp all_pass string (#32515) Qifeng 2024-03-30 19:36:24 +08:00
  • fb910e5304 [fix](planner) retain groupingSlotIds as materialized for aggregate (#33060) xueweizhang 2024-03-30 13:14:00 +08:00
  • c5a3af5c27 [partitionsort](fix) Fix DCHECK failure (#33035) Gabriel 2024-03-29 23:07:55 +08:00
  • c5ab7ca573 [fix](planner) remove and retain input slot for aggregate slot which is not materialized (#33033) xueweizhang 2024-03-29 18:54:54 +08:00
  • 5b162a80f2 [Improvement](materialized-view) The materialized view can not involved auto increment column (#32885) Pxl 2024-03-29 17:59:07 +08:00
  • 35fa9f98e9 1 Add running query num/waiting query num (#33024) wangbo 2024-03-29 17:52:31 +08:00
  • d7c1c7dcd4 [fix](mtmv)partition limit #32978 zhangdong 2024-03-29 17:04:17 +08:00
  • 59aa923bce [bug](function) fix milliseconds_diff function return wrong result (#32897) zhangstar333 2024-03-29 16:51:49 +08:00
  • 3b7d75fb4b [fix](inverted index) Clear the index cache corresponding to the table after deleting the table. (#32921) zzzxl 2024-03-29 16:20:53 +08:00
  • 193600ad9d [Performance](sink) opt mysql result writer (#31816) HappenLee 2024-03-29 15:51:19 +08:00
  • fdb9500023 [fix](nereids) null-safe-eq runtime filter denies outer join #32927 minghong 2024-03-29 15:32:58 +08:00
  • 1f1932c6b7 [enhancement](nereids)add some date functions for constant fold (#32772) starocean999 2024-03-29 15:25:38 +08:00
  • 814e4ed3ec [fix](nereids)partition prune should consider <=> operator (#32965) starocean999 2024-03-29 15:24:49 +08:00
  • 2ee6f28cec [fix](nereids)column name should be case insensitive when selecting mv (#33002) starocean999 2024-03-29 15:24:16 +08:00
  • a7be070021 [chore](session_variable) change parallel_scan_min_rows_per_scanner' default value to 16384 (#32939) Jerry Hu 2024-03-29 14:45:26 +08:00
  • 7b26feb6de [fix](invert index) Fix the issue of high memory usage. (#31739) zzzxl 2024-03-29 14:09:08 +08:00
  • 53309e32a9 [Improvement](execution) Use single phase execution commit if only 1 BE is used (#32937) Gabriel 2024-03-29 12:02:17 +08:00
  • e214eb1ea7 [chore](ci) fix ci check (#32992) Dongyang Li 2024-03-29 10:16:54 +08:00
  • 3ee14a80ab [chore](ci) adjust ckb expect result (#32856) Dongyang Li 2024-03-29 10:16:15 +08:00
  • 7e802c9127 [fix](variant)group name optimization (#32598) RotKang 2024-03-28 22:22:52 +08:00
  • a6fc2ae176 [fix](test) replace 'null' to null for date/datetime column (#32972) morrySnow 2024-03-28 21:54:27 +08:00
  • 528a889077 [Fix](hive-writer) Fix correct num when hive writing data to an unpartitioned table if size large than hive_sink_max_file_size. (#32959) Qi Chen 2024-03-28 19:06:48 +08:00
  • 97a2977f2a [improvement](executor)Add tag property for workload group #32874 wangbo 2024-03-28 17:31:47 +08:00
  • f1ee7f5767 [fix](merge-iterator) fix NOT_IMPLEMENTED_ERROR when read next block view (#32961) Xin Liao 2024-03-28 17:28:49 +08:00
  • dcddd88e01 Limit the max string length to 1024 while collecting column stats to control BE memory usage. (#32470) Jibing-Li 2024-03-28 17:22:57 +08:00
  • 0499d4013e Support identical column name in different index. (#32792) Jibing-Li 2024-03-28 17:22:28 +08:00
  • 121a0901c8 [chore](test) let suite compatible with Nereids (#32964) morrySnow 2024-03-28 17:14:23 +08:00
  • 407f8642da [Enhancement](data skew) extends show data skew (#32732) Jensen 2024-03-28 17:13:36 +08:00
  • 3a6c37c6d5 [exec](column) change some complex column move to noexcept (#32954) HappenLee 2024-03-28 17:10:26 +08:00
  • ed0949f6c5 [fix](compile) fe cannot compile in idea (#32955) morrySnow 2024-03-28 15:42:53 +08:00
  • e980cd3e7f [feature](Nereids): add ColumnPruningPostProcessor. (#32800) jakevin 2024-03-28 14:48:47 +08:00
  • 26e86d53a4 [enhance](mtmv)support olap table partition column is null (#32698) zhangdong 2024-03-28 11:52:03 +08:00
  • 22a7fc3c55 [improvement](mtmv) Support to get tables in materialized view when collecting table in plan (#32797) seawinde 2024-03-28 11:51:47 +08:00
  • bb8bc75af4 [feature](agg) add aggregate function sum0 (#32541) Jensen 2024-03-28 11:46:31 +08:00
  • e3bd2311b1 [Performance](exec) replace SipHash in function by XXHash (#32919) HappenLee 2024-03-28 11:00:52 +08:00
  • 28e2d89ce3 [Improve](inverted_index) update clucene and improve array inverted index writer (#32436) amory 2024-03-28 10:33:09 +08:00
  • 8e6ed80692 [improvement](spill) Disable DistinctStreamingAgg when spill is enabled (#32932) Jerry Hu 2024-03-28 10:17:47 +08:00
  • 830d4c14c1 [fix](spill) SpillStream's writer maybe may not have been finalized (#32931) Jerry Hu 2024-03-28 10:14:19 +08:00
  • 80cdc74908 [fix](arrow-flight) Fix reach limit of connections error (#32911) Xinyi Zou 2024-03-28 10:00:30 +08:00
  • d959291c98 [improvement](decommission be) decommission check replica num (#32748) yujun 2024-03-28 09:37:54 +08:00
  • 06e5c6c966 [fix](grace-exit) Stop incorrectly of reportwork cause heap use after free #32929 Xinyi Zou 2024-03-28 09:08:38 +08:00
  • f23a72b937 [chore](log) print query id before logging profile in be.INFO (#32922) zhiqiang 2024-03-27 23:28:05 +08:00
  • 87f99271e1 [fix](spill) Avoid releasing resources while spill tasks are executing (#32783) Jerry Hu 2024-03-27 23:10:54 +08:00
  • f5340039fc [fix](multicatalog) fix no data error when read hive table on cosn (#32815) Yulei-Yang 2024-03-27 18:45:58 +08:00
  • 66536c2976 [fix](Nereids) NPE when create table with implicit index type (#32893) morrySnow 2024-03-27 17:33:27 +08:00
  • dcfdbf0629 [chore](show) support statement to show views from table (#32358) xy720 2024-03-27 15:01:57 +08:00
  • 96b995504c [enhancement](statistics) excluded delta rows num for rollup&mv tablets (#32568) zhengyu 2024-03-27 14:22:34 +08:00
  • e8d67e79fd [fix](test) fix duplicated catalog name in regression cases (#32442) Mingyu Chen 2024-03-27 12:40:28 +08:00
  • 217514e5dd [minor](test) Add Iceberg hadoop catalog FE unit test (#32449) Mingyu Chen 2024-03-27 12:37:32 +08:00
  • b130df2488 2.1.2-rc04 yiguolei 2024-04-09 16:28:02 +08:00
  • c35b2becdd [fix][docker] fix kafka test scritps (#33417) XuJianxu 2024-04-09 16:11:09 +08:00
  • 005f7af21f [bugfix](deadlock) should not use query cancelled in fragment mgr yiguolei 2024-04-09 15:45:51 +08:00
  • e574b35833 [Enhancement](partition) Refine some auto partition behaviours (#32737) (#33412) zclllyybb 2024-04-09 15:51:02 +08:00
  • 97850cf2bb [fix](cooldown) Fix hdfs path (#33315) plat1ko 2024-04-09 12:55:53 +08:00
  • a1f80eaa7a 2.1.2-rc03 yiguolei 2024-04-09 12:49:05 +08:00
  • 2a0644f442 [Fix](function) Fix unix_timestamp core for string input (#32871) zclllyybb 2024-03-27 11:19:03 +08:00
  • b5b0181a79 2.1.2-rc02 yiguolei 2024-04-09 12:28:59 +08:00
  • 3c4ccb3981 Revert "[opt](scan) read scan ranges in the order of partitions (#31630)" yiguolei 2024-04-09 12:37:04 +08:00
  • bfc9260507 [bugfix](deadlock) avoid deadlock in memtracker cancel query (#33400) yiguolei 2024-04-09 12:19:28 +08:00
  • 0c8d3d007d [fix](jni) don't delete global ref if scanner is not openned (#33398) Mingyu Chen 2024-04-09 09:06:16 +08:00
  • 0e1a15960c 2.1.2-rc01 yiguolei 2024-04-08 23:11:12 +08:00
  • 7892e7300f [fix](external catalog) Reset external table creation status on log replay (#33393) zy-kkk 2024-04-08 23:13:33 +08:00
  • 4d98fe23a2 [enhancement](rpc) should print fe address in error msg during thrift rpc call (#33381) yiguolei 2024-04-08 23:05:56 +08:00
  • dbf2326f62 [regression-test](case) fix unstable test case in multi fe env (#33385) yiguolei 2024-04-08 23:05:28 +08:00
  • 0234976ab7 [refactor](meta scan) Remove RPC from execute threads (#33378) Gabriel 2024-04-08 20:27:17 +08:00
  • 5e5fffe4e3 Set enable_unique_key_partial_update to false in statistics session variable. (#33220) Jibing-Li 2024-04-08 13:42:43 +08:00
  • a8232c67f9 [pipelineX](runtime filter) Fix task timeout caused by runtime filter (#33332) (#33369) Gabriel 2024-04-08 16:30:32 +08:00
  • d60d804d9c [fix](memory) Fix task repeat attach task DCHECK failed #32784 (#33343) Xinyi Zou 2024-04-08 10:22:45 +08:00
  • 1f3ab4fd24 [fix](jdbc catalog) fix db2 test connection sql (#33335) zy-kkk 2024-04-08 09:05:03 +08:00