Commit Graph

  • cf089d2cbe [Cherry-pick](branch-2.1) Pick "[Enhancement](wal) modify wal api which hard to use (#38895)" (#39188) abmdocrt 2024-08-15 09:37:10 +08:00
  • c12137a8d6 [branch-2.1][fix](expr) Enhance SQL Expression Handling by Introducing printSqlInParens to CompoundPredicate (#39082) zy-kkk 2024-08-14 21:14:58 +08:00
  • 226e01889c [fix](array_apply) pick array apply fix (#39328) amory 2024-08-14 18:52:29 +08:00
  • 78d6e318fb [fix](ip)pick ip rowstore (#39345) amory 2024-08-14 18:51:58 +08:00
  • b26af32934 [fix](function) fix error return type in corr(float32,float32) (#39251) (#39350) Mryange 2024-08-14 18:47:14 +08:00
  • a9692a305e [fix](function)timediff with now function causes a error signature (… (#39349) Mryange 2024-08-14 18:36:14 +08:00
  • 701e23b65b [Fix](nereids) fix condition function partition prune (#39298) (#39332) feiniaofeiafei 2024-08-14 18:32:50 +08:00
  • d2709f8600 [fix](test) fix test_numbers case (#39303) Tiewei Fang 2024-08-13 22:26:39 +08:00
  • 187461e2fd [Fix](Export) Export delete multiple times when specify the delete_existing_files property () (#39304) Tiewei Fang 2024-08-13 22:26:02 +08:00
  • 6f1d9812bb [Bug](brpc) fix sync_filter_size/apply_filterv2 has wrong closure (#39299) Pxl 2024-08-13 19:01:22 +08:00
  • aeffb18ba6 [test](mtmv)Add the cases of upgrade and downgrade of mtmv (#39289) zfr95 2024-08-13 17:46:26 +08:00
  • 677435cef8 [Pick](Branch-2.1) pick json reader fix and support specify $. as column (#39271) lihangyu 2024-08-13 17:44:45 +08:00
  • 7e7729c4b0 [cherry-pick](branch-21) fix partition-topn calculate partition input rows have error (#39100) (#39281) zhangstar333 2024-08-13 17:42:29 +08:00
  • c9949f24e5 [fix](compaction) fix the longest continuous rowsets cannot be selected when missing rowsets (#38728) (#39262) Luwei 2024-08-13 17:41:11 +08:00
  • b976cbf14d [opt](log) avoid lots of json parse error logs (#39190) (#39246) camby 2024-08-13 17:01:10 +08:00
  • 33220109f7 [Bug](materialized-view) fix analyze where clause failed on mv (#39061) (#39209) Pxl 2024-08-13 16:08:20 +08:00
  • 9fb103e979 [opt](fe) Optimize calculate load job num metric in FE (#39267) htyoung 2024-08-13 15:42:15 +08:00
  • 000ea20562 [fix](inverted index)Add exception check when write bkd index (#39248) (#39277) qiye 2024-08-13 15:14:16 +08:00
  • 43cc8d648d [fix](ES Catalog)Check isArray before parse json to array (#39104) (#39273) qiye 2024-08-13 15:13:40 +08:00
  • 8f9a858452 [fix](suites) fix backup cancelled cases #39204 (#39274) walter 2024-08-13 14:08:58 +08:00
  • 0309f0f6b0 [fix](pipeline) LocalExchangeSource was closing without opening (#39237) (#39266) Mryange 2024-08-13 12:30:35 +08:00
  • 8cc9830b26 [Bug](http-api) fix core dump on /api/reset_rpc_channel coz exec_env not initialized (#39207) Pxl 2024-08-13 11:54:36 +08:00
  • 228f78b80d [fix] (nereids) fix Match Expreesion in filter estimation (#39050) (#39215) Sun Chenyang 2024-08-13 10:57:53 +08:00
  • 60eeec3754 [fix] (inverted index) Fix match function without inverted index (#38989) (#39220) Sun Chenyang 2024-08-13 10:55:54 +08:00
  • a6155a517d [fix] (topn) fix uncleared block in topn_next() (#39119) (#39224) Sun Chenyang 2024-08-13 10:34:17 +08:00
  • beab6a81c1 [fix] (compaction) fix time series compaction policy (#39170) (#39228) Sun Chenyang 2024-08-13 10:33:04 +08:00
  • f5e896f6eb [improvement](balance) don't balance tablet which has unfinish alter job #39121 (#39202) yujun 2024-08-13 09:33:26 +08:00
  • ee6f9d0e90 [branch-2.1](regression) Fix case test_schema_change_unique_mow (#39173)(#39196) (#39213) bobhan1 2024-08-12 19:04:49 +08:00
  • c2044409da [branch-2.1] Picks "[fix](delete) Fix delete stmt on MOW table doesn't use partial update in Nereids planner #38751" (#39214) bobhan1 2024-08-12 17:02:48 +08:00
  • 01c39d73c2 [Refact](inverted index) refact no need read data opt logic #36969 (#39225) airborne12 2024-08-12 16:47:13 +08:00
  • 0c39b88804 [Improvement](expr) fold child when const expr not folded (#38493) (#38961) LiBinfeng 2024-08-12 15:13:48 +08:00
  • 635ea39aaf [fix](regression-test) fix output of jsonb (#39217) lihangyu 2024-08-12 15:07:10 +08:00
  • 96260d97bd [fix](ub) undefined behavior in FixedContainer (#39191) (#39201) Jerry Hu 2024-08-12 10:02:07 +08:00
  • ebf5d70c9d [fix](function) MicroSecondsSub without scale (#38945) (#39194) Mryange 2024-08-12 10:01:28 +08:00
  • b38caed808 [Improve](columns)replace fatal with exception #38035 (#38996) amory 2024-08-12 09:51:30 +08:00
  • 3da2d1c9d6 [bug](parquet)Fix the problem that the parquet reader reads the missing sub-columns of the struct and fails. (#38718) (#39192) daidai 2024-08-11 20:37:40 +08:00
  • 0ee0dd6ae3 [fix](routine load) reset Kafka progress cache when routine load job topic change (#38474) (#39181) hui lai 2024-08-10 23:00:39 +08:00
  • 5f77f909d9 [cherry-pick](branch-2.1) Pick "[feature](function) support ip functions named ipv4_to_ipv6 and cut_ipv6" (#39058) yangshijie 2024-08-10 18:37:11 +08:00
  • 0db158386a [chore](rowset writer) print rowset rows number when meet too many segments (#39091) (#39182) hui lai 2024-08-10 18:36:24 +08:00
  • 9b4354fcb7 [fix](mtmv) second level MTMV always refresh all partition by mistake… (#39167) zhangdong 2024-08-10 18:26:56 +08:00
  • 4dd9d4e1dc [enhance](mtmv) change mysql table type of mtmv to table (#38797) (#39166) zhangdong 2024-08-10 18:20:48 +08:00
  • 878ce29fa7 [fix](mtmv) Fix rewrite by materialized view fail when query hive table (#38909) (#39163) seawinde 2024-08-10 18:15:11 +08:00
  • df45398912 [fix](mtmv)fix can not show create mtmv use follower fe (#38794) (#39162) zhangdong 2024-08-10 18:12:01 +08:00
  • 29ad364007 [enhance](mtmv)Disable mtmv list rollup (#38124) (#39158) zhangdong 2024-08-10 18:06:38 +08:00
  • 3dc150a0da [Fix](nereids) fix bind expression compare dbname ignore cluster (#39114) (#39142) feiniaofeiafei 2024-08-10 18:00:48 +08:00
  • 5e1e725cee [feature](inverted index) Add multi_match function #37722 #38931 #39149 (#38877) zzzxl 2024-08-10 15:20:08 +08:00
  • 80b6345270 [fix](create table) fix nereids create table no check buckets=0 #38971 (#38999) yujun 2024-08-09 21:34:35 +08:00
  • 1a3f547d35 [fix](move-memtable) ignore single replica load when move memtable (#32845) (#39154) Kaijie Chen 2024-08-09 20:25:05 +08:00
  • 3f6c71e47b [enhancement](Nereids) fast compute hash code of deep expression tree to reduce conflict (#38981) (#39133) 924060929 2024-08-09 16:28:24 +08:00
  • 8a682d43ec [fix](ut) repair segcompaction ut (#38165) (#38225) zhannngchen 2024-08-09 15:52:18 +08:00
  • 4aae68f62f [test](catalog) add upgrade test cases for external catalog (#39063) (#39140) Mingyu Chen 2024-08-09 15:12:26 +08:00
  • b6faf3910e [fix](gson) Fix GSON pretty printting setting #37211 (#39135) walter 2024-08-09 15:06:48 +08:00
  • 0c0b1095c7 [fix] (regression test) Fix unstable regression test (#36563) (#39055) Sun Chenyang 2024-08-09 15:04:19 +08:00
  • 5db4184178 [fix] (compaction) fix time series (#38791) (#39052) Sun Chenyang 2024-08-09 15:02:58 +08:00
  • 1ef42dd94b [Fix](load) The value of the index id printed in the log is incorrect #38790 (#39131) Xin Liao 2024-08-09 12:31:33 +08:00
  • 3c535e80dd [fix](compatibility) type toSql should return lowercase string (#38012) (#38517) morrySnow 2024-08-09 11:35:42 +08:00
  • e2f45225d6 [branch-2.1] Picks "[opt](merge-on-write) eliminate reading the old values of non-key columns for delete stmt in publish phase #38703" (#39074) bobhan1 2024-08-09 10:42:52 +08:00
  • b4e1e90232 [fix](cases) array contains with index cases (#39087) amory 2024-08-09 04:06:47 +08:00
  • 2244880bad [fix](Nereids) set operation output nullable maybe wrong (#39109) (#39129) morrySnow 2024-08-09 04:03:14 +08:00
  • e15b6cfc68 [fix](be) return correct canceled status from scanner (#36392) (#39111) Jerry Hu 2024-08-09 04:02:42 +08:00
  • 0571342538 [fix](sink) The issue with 2GB limit of protocol buffer (#37990) (#39112) Jerry Hu 2024-08-09 04:01:56 +08:00
  • 4a8ea241fe [opt](test) add header check test case (#38758) (#39125) morrySnow 2024-08-09 04:01:20 +08:00
  • 08bd2baa8e [fix](Nereids) cast to boolean wrong when constant folding by be (#39019) (#39128) morrySnow 2024-08-09 04:00:21 +08:00
  • 8678fcea32 [config](inverted index)Make inverted_index_ram_dir enable by default(#35094) (#39120) qiye 2024-08-09 01:38:14 +08:00
  • e95e777b34 [opt](test)Add expected indices count check (#39024) (#39060) qiye 2024-08-09 01:37:44 +08:00
  • 30e2c3fb11 [feat](lock)add deadlock detection tool and monitored lock implementations #39015 (#39099) Calvin Kirs 2024-08-08 21:15:49 +08:00
  • f8f5be7ce7 [fix](schema-change) Fix wrong intput column for cast validity check (#38894) (#39107) Siyang Tang 2024-08-08 19:36:06 +08:00
  • 21b6b863ae [fix](planner) Empty table source should not begin a transaction to avoid infinite transaction (#38991) (#39108) Siyang Tang 2024-08-08 19:35:01 +08:00
  • efdd75f286 [fix](function) stddev with DecimalV2 type will result in an error (#… (#39072) Mryange 2024-08-08 17:53:17 +08:00
  • 54772dc3d8 [fix](case) adjust ak sk for multi cloud test case (#38749) (#39070) Dongyang Li 2024-08-08 16:38:55 +08:00
  • 1fbfb81b8a [branch-2.1] Picks "[Fix](partial update) Persist partial_update_info in RocksDB in case of BE restart after a partial update has commited #38331" (#39035) bobhan1 2024-08-08 14:50:08 +08:00
  • 4668ebd1f6 [fix](regression) fix test_group_commit_timeout failed due to different error message (#38995) (#39068) meiyi 2024-08-08 14:37:10 +08:00
  • 2ec1a6a7e7 [fix](group commit) Modify group commit commit/abort txn timeout as stream load (#39003) (#39069) meiyi 2024-08-08 14:36:29 +08:00
  • 44cb7978a9 [opt](index) add more inverted index profile metrics #36696 (#38858) Kang 2024-08-08 14:16:55 +08:00
  • 329187895e [fix](test) fix conflict create table by different regression test (#39004) (#39059) 924060929 2024-08-08 13:15:44 +08:00
  • c94b7377f1 [feature](sql-block-rule) sql block rule support external table (#37041) (#37765) Mingyu Chen 2024-08-08 11:50:52 +08:00
  • 357ec97851 Revert "[pick](cases)add array_contains cases from mysql_fulltext" (#39067) Kang 2024-08-08 10:58:32 +08:00
  • 0a3874f203 [fix](move-memtable) close stream when cancel load stream stub (#38912) (#39039) Kaijie Chen 2024-08-07 23:24:00 +08:00
  • fcdd0cb4e3 [test](inverted index) Change the duplicate name test (#39017) zzzxl 2024-08-07 22:10:44 +08:00
  • e083dc26a0 [cherry-pick](branch-2.1) Pick "[Fix](group commit) Fix multiple cluster group commit BE select strategy (#38644)" (#39010) abmdocrt 2024-08-07 22:07:30 +08:00
  • 749c9f7b56 [fix](group commit) fix repaly wal check label status (#38883) (#38997) meiyi 2024-08-07 22:06:59 +08:00
  • 773008d6fa [Fix](Json) fix some cast issue (#38683) (#39025) lihangyu 2024-08-07 22:05:43 +08:00
  • 91dcaaf7dd [fix](MoW) fix MoW & segcompaction conflict on cache of temp segment … (#38992) Yongqiang YANG 2024-08-07 21:18:10 +08:00
  • fd3f95066e [fix](Nereids) lock table when generate distribute plan (#38950) (#39029) 924060929 2024-08-07 19:00:44 +08:00
  • 931fa5bd1b [pick](cases)add array_contains cases from mysql_fulltext (#38709) amory 2024-08-07 17:13:27 +08:00
  • 6f37e483f8 [improve](config)del useless creation config for inverted index (#39005) amory 2024-08-07 17:13:05 +08:00
  • 36edfa0c65 [cherry-pick](branch-2.1) Pick "[Enhancement](audit log) Set print audit log sesssion variable default value to false #38865" (#39009) abmdocrt 2024-08-07 16:59:26 +08:00
  • 7e95d7cbec [bugfix](backup)(cooldown) cancel backup properly when be backup failed (#38724) (#38993) walter 2024-08-07 15:58:11 +08:00
  • 843afccdf9 [fix](catalog) remove backend in black list from candidate backends for external table (#38984) Mingyu Chen 2024-08-07 14:09:06 +08:00
  • f9788b4ca5 [Fix](nereids) fix partition_prune or expression evaluate wrongly (#38897) (#38998) feiniaofeiafei 2024-08-07 13:49:42 +08:00
  • 7550fbaff7 [Fix](Exception) throw exception in defer may result std::terminate (… (#39007) lihangyu 2024-08-07 13:46:23 +08:00
  • 8cb5aa64f4 [test](inverted index) add an Inverted Index Testing Switch (#38077) (#38947) zzzxl 2024-08-07 11:25:36 +08:00
  • fc0222a64c [opt](info) processlist schema table support show all fe (#38701) (#38953) wangbo 2024-08-07 11:01:46 +08:00
  • b856530b09 [fix](inverted index) disable range query in StringTypeInvertedIndexReader (#38218) (#38926) Sun Chenyang 2024-08-07 10:44:02 +08:00
  • e400859531 [fix](update null map) Fix update_null_map #38787 (#38920) zhiqiang 2024-08-07 10:21:41 +08:00
  • 2b1aa05370 pick some pr from to branch21 #38115 #38008 #37929 (#38940) seawinde 2024-08-07 10:19:41 +08:00
  • 2543b569bb [Optimize](Row store) pick #37145, #38236 (#38932) Xr Ling 2024-08-07 09:55:42 +08:00
  • bc644cb253 [opt](catalog) merge scan range to avoid too many splits (#38311) (#38964) Mingyu Chen 2024-08-06 21:57:02 +08:00
  • 2540835b58 [opt](log) Remove unnecessary log for analysis (#38943) camby 2024-08-06 21:44:18 +08:00
  • 07ea511141 [opt](optimizer) Remove unused code to unify code (#38918) Lijia Liu 2024-08-06 19:09:25 +08:00