Commit Graph

  • 091725e915 [case](paimon/iceberg)move cases from p2 to p0 for 2.1 (#37276) (#37818) wuwenchi 2024-07-15 21:08:52 +08:00
  • 78eb9d8e33 [case](restart_fe) add demo case for restart_fe test (#37091) (#37313) Dongyang Li 2024-07-15 19:42:20 +08:00
  • 63c2d22513 [cherry-pick](branch-2.1) Pick "[Fix](delete command) Mark delete sign when do delete command in MoW table (#35917)" (#37594) abmdocrt 2024-07-15 18:54:01 +08:00
  • 03e21dddff [cherry-pick](branch-21) fix cast string to int return wrong result (#36788) (#37803) zhangstar333 2024-07-15 18:48:49 +08:00
  • e5219467dd [Bug](join) avoid overflow on bucket_size+1 (#37807) Pxl 2024-07-15 18:47:36 +08:00
  • b7dbd5c186 [feature](inverted index) add ordered functionality to match_phrase query (#37751) zzzxl 2024-07-15 18:42:48 +08:00
  • d1fc4e2e60 [Bug](query) fix meet invalid column when direct scan on mow mv (#37806) Pxl 2024-07-15 18:29:30 +08:00
  • ce4983eaf2 [datalake](hudi) add hudi docker compose to run hudi examples (#37774) Ashin Gau 2024-07-15 17:16:59 +08:00
  • 967173d7d0 [cherry-pick-2.1](table-function) pick some table functions exec performance (#34090) (#37778) zhangstar333 2024-07-15 17:15:56 +08:00
  • a4d37d96ca [opt](file-scanner) add not found file number in profile (#37042) (#37764) Mingyu Chen 2024-07-15 17:11:06 +08:00
  • 57301920e3 [fix](colocate join) fix wrong use of colocate join (#37361) (#37714) camby 2024-07-15 16:47:17 +08:00
  • e5339a4014 [feature](ES Catalog)Support control scroll level by config #37180 (#37290) qiye 2024-07-15 16:41:38 +08:00
  • 8df2432e94 [fix](inverted index) implementation of match function without index #36471 (#36918) zzzxl 2024-07-15 16:19:41 +08:00
  • ea12114549 [fix](dockerfile) Switch repos to point to to vault.centos.org because CentOS 7 is EOL (#37568) (#37763) Mingyu Chen 2024-07-15 15:57:56 +08:00
  • ff7a04093e [fix](fe) fix several blocking bugs #37756 (#37757) Mingyu Chen 2024-07-15 15:56:01 +08:00
  • 8360e3f6cf [fix](sleep) sleep with character const make be crash (#37681) (#37775) camby 2024-07-15 14:57:46 +08:00
  • de61887cdc [chore](log) reduce print warning msg during be starting up #36710 (#37780) zhiqiang 2024-07-15 14:46:54 +08:00
  • 7bd6818350 [branch-2.1][improvement](jdbc catalog) Added support for Oracle Raw type (#37776) zy-kkk 2024-07-15 14:43:05 +08:00
  • 79f6b647d5 [FIX] should check fe host standing when coordinator is not found. (#37772) zhiqiang 2024-07-15 12:27:31 +08:00
  • 232202b71f [improve](load) reduce memory reserved in memtable limiter (#37511) (#37699) Kaijie Chen 2024-07-15 11:09:09 +08:00
  • 2759383365 [branch-2.1](timezone) refactor tzdata load to accelerate and unify timezone parsing (#37062) (#37269) zclllyybb 2024-07-15 10:56:48 +08:00
  • 351ba4aeb2 [opt](spill) handle oom exception in spill tasks (#35025) (#35171) Jerry Hu 2024-07-15 10:33:33 +08:00
  • 31b3afa2c8 [fix](pipeline) fix exception safety issue in MultiCastDataStreamer (#36814) Jerry Hu 2024-07-15 10:32:20 +08:00
  • 3da5b17abf [branch-2.1](timezone) make TimeUtils formatter use correct time_zone (#37465) (#37652) zclllyybb 2024-07-15 10:23:38 +08:00
  • 9556c07a16 [mac](compile) fix compile error on mac (#37726) camby 2024-07-15 10:19:42 +08:00
  • 8de13c5cc8 [fix](function) error scale set in unix_timestamp (#36110) (#37619) Mryange 2024-07-15 10:00:04 +08:00
  • b55dd6f644 [fix](delete) fix the error message for valid decimal data for 2.1 (#37710) lw112 2024-07-15 09:54:42 +08:00
  • 16de141743 [regression](kerberos)add hive kerberos docker regression env (#37657) slothever 2024-07-15 09:35:39 +08:00
  • 8f39143c14 [test](fix) replace hardcode s3BucketName (#37750) Dongyang Li 2024-07-14 18:38:52 +08:00
  • 747172237a [branch-2.1](memory) Pick some memory GC patch (#37725) Xinyi Zou 2024-07-14 15:19:40 +08:00
  • ec8467f57b [fix](auto bucket) Fix hit not support alter estimate_partition_size #33670 (#37633) deardeng 2024-07-13 22:12:38 +08:00
  • 00a5718541 [fix](test) fix test typo (#37741) Mingyu Chen 2024-07-13 20:00:56 +08:00
  • 5162789234 [Refactor](Variant) make many insterfaces exception safe (#37640) (#37719) lihangyu 2024-07-13 16:52:10 +08:00
  • 8930df3b31 [Feature](iceberg-writer) Implements iceberg partition transform. (#37692) Qi Chen 2024-07-13 16:07:50 +08:00
  • 56a207c3f0 [case](paimon/iceberg)move cases from p2 to p0 (#37276) (#37738) Mingyu Chen 2024-07-13 10:01:05 +08:00
  • d91376cd52 [bugfix](paimon)adding dependencies for clang #37512 (#37737) Mingyu Chen 2024-07-13 09:59:35 +08:00
  • 7887f51e9b [fix](partial update) fix a mem leak issue (#37706) (#37730) zhannngchen 2024-07-13 09:20:01 +08:00
  • 20758576b2 [fix](split) remove retry when fetch split batch failed (#37637) Ashin Gau 2024-07-12 22:46:03 +08:00
  • 019cd9b4ec [fix](hudi) return empty if there is no commit implemented (#37703) Ashin Gau 2024-07-12 22:44:58 +08:00
  • f2556ba182 [feature](insert)support external hive truncate table DDL (#37659) slothever 2024-07-12 22:37:47 +08:00
  • 326b40cde2 [branch-2.1](memory) Add HTTP API to clear data cache (#37704) Xinyi Zou 2024-07-12 17:21:52 +08:00
  • a61030215e [branch-2.1](memory) Support make all memory snapshots (#37705) Xinyi Zou 2024-07-12 16:21:37 +08:00
  • ab8204b33b [fix](regression) fix multi replica case not executed (#37425) (#37698) Kaijie Chen 2024-07-12 15:53:20 +08:00
  • 035027f831 [fix](query cancel) Fix query is cancelled when it comes from follower FE #37662 (#37707) zhiqiang 2024-07-12 15:50:45 +08:00
  • 259d28407e [improvement](statistics)Enable estimate hive table row count using file size. (#37218) (#37694) Jibing-Li 2024-07-12 13:47:27 +08:00
  • 37583d2d0a [test](statistics)Add test case for set global variables. (#37582) (#37691) Jibing-Li 2024-07-12 13:46:53 +08:00
  • ef031c5fb2 [branch-2.1](memory) Fix reserve memory compatible with memory GC and logging (#37682) Xinyi Zou 2024-07-12 11:43:26 +08:00
  • ffa9e49bc7 [feature](mtmv) pick some mtmv pr from master (#37651) seawinde 2024-07-12 10:35:54 +08:00
  • 6214d6421f [Fix](planner) fix bug of char(255) toSql (#37340) (#37671) feiniaofeiafei 2024-07-12 10:33:24 +08:00
  • 4dc933bb28 [cherry-pick] (branch-2.1) fix query errors caused by ignore_above (#37685) Sun Chenyang 2024-07-12 09:31:45 +08:00
  • 87912de93f [fix](scan) catch exceptions thrown in scanner (#36101) (#37408) Jerry Hu 2024-07-12 08:49:39 +08:00
  • 79a208259e [cherry-pick] (branch-2.1) Remove the check for inverted index file exists #36945 (#37423) Sun Chenyang 2024-07-11 21:35:52 +08:00
  • 217eac790b [pick](Variant) pick some refactor and fix #34925 #36317 #36201 #36793 (#37526) lihangyu 2024-07-11 21:25:34 +08:00
  • cf2fb6945a [branch-2.1](memory) Refactor LRU cache policy memory tracking (#37658) Xinyi Zou 2024-07-11 21:04:01 +08:00
  • 62e0230523 [branch-2.1](memory) Add ThreadMemTrackerMgr BE UT (#37654) Xinyi Zou 2024-07-11 21:03:49 +08:00
  • fed632bf4a [fix](move-memtable) check segment num when closing each tablet (#36753) (#37536) Kaijie Chen 2024-07-11 20:33:44 +08:00
  • fdf21ec251 [fix](readconsistency) avoid table not exist error (#37593) (#37641) Yongqiang YANG 2024-07-11 18:57:53 +08:00
  • cee3cf8499 [fix](statistics)Fix column cached stats size bug. (#37545) (#37667) Jibing-Li 2024-07-11 18:53:12 +08:00
  • d7cae940d2 [fix](test) fix case conflict between test_tvf_based_broker_load and test_broker_load #37622 (#37631) Xin Liao 2024-07-11 17:52:21 +08:00
  • 8a0d940914 [fix](publish) Pick Fix publish failed because because task is null (#37546) meiyi 2024-07-11 15:22:04 +08:00
  • 39ded1f649 [branch-2.1][improvement](jdbc catalog) Change JdbcExecutor's error reporting from UDF to JDBC (#37635) zy-kkk 2024-07-11 15:11:41 +08:00
  • ef754487d9 [branch-2.1][improvement](jdbc catalog) Catch AbstractMethodError in getColumnValue Method and Suggest Updating to ojdbc8+ (#37634) zy-kkk 2024-07-11 15:10:47 +08:00
  • e66ffc1b6d [branch-2.1](arrow-flight-sql) Fix pipelineX Unknown result sink type (#37540) Xinyi Zou 2024-07-11 12:30:46 +08:00
  • 1eb04cf538 [feature](mtmv) Support query rewrite by materialized view when query is aggregate and materialized view has no aggregate (#36278) (#37497) seawinde 2024-07-11 10:54:50 +08:00
  • e6b8ebc847 [Fix](Short Circuit) fix no project list in OlapScanNode (#37121) (#37504) lihangyu 2024-07-11 10:04:28 +08:00
  • e1cb568d11 [Optimize] Add session variable `max_fetch_remote_schema_tablet_count… (#37505) lihangyu 2024-07-11 10:04:20 +08:00
  • 9f4e7346fb [fix](compaction) fixing the inaccurate statistics of concurrent compaction tasks (#37318) (#37496) Luwei 2024-07-10 22:23:25 +08:00
  • 741807bb22 [performance](move-memtable) only call _select_streams when necessary (#35576) (#37406) Kaijie Chen 2024-07-10 22:20:23 +08:00
  • f58032f1da [fix](dynamic partition) drop partition exclude history_partition_num #37539 (#37570) yujun 2024-07-10 22:09:00 +08:00
  • a54ba2ea63 [fix](partition) Fix test partition regression case unstabitily #37439 (#37583) deardeng 2024-07-10 22:08:15 +08:00
  • 3d4ec81eeb [fix](regression test) fix unstable test_alter_colocate_group #37544 (#37609) yujun 2024-07-10 21:51:46 +08:00
  • 0a95757a4d [opt](test) Optimize execution time of test_s3_load case #37562 (#37612) Xin Liao 2024-07-10 19:09:46 +08:00
  • a7416f6ff9 [fix](dump) do not report success if dumping fails (#37510) Yongqiang YANG 2024-07-10 16:26:14 +08:00
  • afcc6170f6 [fix](txn_manager) Add ingested rowsets to unused rowsets when removing txn (#37417) walter 2024-07-10 14:25:44 +08:00
  • f65d1c4011 [chore](ci) rm repeat function name (#37579) Dongyang Li 2024-07-10 11:44:32 +08:00
  • 0cdb371624 [branch-2.1](memory) Disable Arrow Jemalloc step 2 (#37556) Xinyi Zou 2024-07-10 11:34:18 +08:00
  • a4aaace481 [Fix](branch-2.1) Fix partial update regression test (#37560) abmdocrt 2024-07-10 10:44:24 +08:00
  • 87cd366636 [chore](dependencies)Remove Unnecessary Dependencies (#37469) (#37555) Calvin Kirs 2024-07-10 09:33:43 +08:00
  • 770e7d21a4 [dependencies](fe)upgrade paimon to 0.8.1 (#37205) (#37554) Calvin Kirs 2024-07-10 09:32:33 +08:00
  • 27283b2915 [branch-2.1](memory) Disable Arrow Jemalloc (#37529) Xinyi Zou 2024-07-09 23:48:27 +08:00
  • 90757a9283 [test](auth)add upgrade and downgrade compatibility test case (#37523) zfr95 2024-07-09 21:13:54 +08:00
  • 08b3b73c3a [fix](regression) Fix regression run in cloud use non-root user #34340 (#37279) deardeng 2024-07-09 20:48:30 +08:00
  • db4d061a68 [fix](Nereids) null type result with alias name should keep alias name (#37457) (#37524) morrySnow 2024-07-09 20:46:51 +08:00
  • 8ef83259ff [fix](planner) fix bug of select stmt toSql(#37274) (#37344) feiniaofeiafei 2024-07-09 20:34:57 +08:00
  • 9b075bc873 [fix](nereids) derive column stats for 'expr and A is not null' (#37235) (#37498) minghong 2024-07-09 17:46:57 +08:00
  • 5247e0ff3a [fix](clone) Increase robustness for clone #36642 (#37413) deardeng 2024-07-09 17:18:14 +08:00
  • 7f6b846f58 [improve](fe) Add a counter metric for recording large editlog write (#37328) (#37474) Lei Zhang 2024-07-09 17:16:31 +08:00
  • 7cda8db020 [fix](load) The NodeChannel should be canceled when failed to add block #37500 (#37527) Xin Liao 2024-07-09 17:01:04 +08:00
  • f7f0c20f00 [branch-2.1](cgroup memory) Correct cgroup mem info cache (#37440) Xinyi Zou 2024-07-09 16:19:37 +08:00
  • 005304953e [performance](load) do not copy input_block in memtable (#36939) (#37407) Kaijie Chen 2024-07-09 15:59:44 +08:00
  • 81360cf897 [opt](test) shorten the external p0 running time (#37320) (#37473) Mingyu Chen 2024-07-09 15:35:15 +08:00
  • 19eb9decba [chore](ci) add isCloudMode (#37518) Dongyang Li 2024-07-09 14:09:16 +08:00
  • 9b500faa0c [fix](create table) create table fail not write drop table editlog #37488 (#37506) yujun 2024-07-09 13:44:43 +08:00
  • 2d5eb55310 [cherry-pick](branch-2.1) Pick "[Enhancement](partial update) Add some partial update case (#36385)" (#37382) abmdocrt 2024-07-09 10:52:04 +08:00
  • 8d46f0e138 [fix](manager)fix manager insterface case.(#37082) (#37317) daidai 2024-07-09 10:42:22 +08:00
  • 4426d6d80f [fix](fe) Add check editlog size mechanism for backupJob (#35653) (#37466) Lei Zhang 2024-07-09 10:33:28 +08:00
  • ca0e44f83f [fix](case) fix struct format out files (#37350) (#37499) Mingyu Chen 2024-07-09 10:11:50 +08:00
  • 3337c1bbe3 [[enhancement](compaction) adjust compaction concurrency based on compaction score and workload (#37491) Luwei 2024-07-09 09:56:35 +08:00
  • 1e3ab0ff8c [fix](group commit) Pick make group commit cancel in time (#36249) (#37404) meiyi 2024-07-09 09:25:11 +08:00
  • 1a25270918 [fix](group commit) Pick Fix the incorrect group commit count in log; fix the core in get_first_block (#36408) (#37405) meiyi 2024-07-09 09:24:43 +08:00