Commit Graph

  • 011f203d71 [opt](log) Remove unnecessary warning log (#37093) zhiqiang 2024-07-02 10:53:36 +08:00
  • 3f382b797a [branch-2.1][improvement](sqlserver catalog) Configurable whether to use encrypt when connecting to SQL Server using the catalog (#36971) zy-kkk 2024-07-02 10:14:43 +08:00
  • 6f944549d1 [fix](regression)fix case failure (#37058) starocean999 2024-07-02 09:55:18 +08:00
  • 6425ce8a89 [Fix](Prepared Statment) use fixed charset to init StringLiteral (#37084) lihangyu 2024-07-01 23:11:13 +08:00
  • e686e85f27 [opt](split) add max wait time of getting splits (#36842) Ashin Gau 2024-07-01 22:05:25 +08:00
  • 72c20d3ccc [branch-2.1](function) fix date_format and from_unixtime core when meet long format string (#35883) (#36158) zclllyybb 2024-07-01 20:35:31 +08:00
  • 89b4918e88 [branch-2.1](stmt) fix show create table consistency #37074 (#37079) zclllyybb 2024-07-01 20:35:05 +08:00
  • 798d9d6fc6 [pick21][opt](mow) reduce memory usage for mow table compaction (#36865) (#36968) camby 2024-07-01 15:33:18 +08:00
  • 24d236b210 [feat](Nereids) Optimize Sum Literal Rewriting by Excluding Single Instances (#35559) (#37047) 谢健 2024-07-01 14:57:15 +08:00
  • 14c991f09b [Feature](Prepared Statement) fix and enable enable_server_side_prepared_statement by default #36581 (#36818) lihangyu 2024-07-01 14:35:17 +08:00
  • 62c4451c97 [branch-2.1][improvement](jdbc catalog) Modify the maximum number of connections in the connection pool to 30 by default (#37023) zy-kkk 2024-07-01 12:22:20 +08:00
  • 4210a6a8d6 [branch-2.1] PIck "[Fix](autoinc) Hanlde the processing of auto_increment column on exchange node rather than on TabletWriter when using TABLET_SINK_SHUFFLE_PARTITIONED #36836" (#37029) bobhan1 2024-07-01 09:56:30 +08:00
  • 92cbbd2b75 [fix](clone) Fix clone and alter tablet use same tablet path #34889 (#36858) deardeng 2024-06-30 20:40:54 +08:00
  • 07278e9dcb [improvement](segmentcache) limit segment cache by memory or segment … (#37035) Yongqiang YANG 2024-06-30 20:34:13 +08:00
  • 12dddfc26c [branch-2.1] Pick "[Fix](autoinc) try fix concurrent load problem with auto inc column #36421" (#37027) bobhan1 2024-06-30 13:10:03 +08:00
  • d237a4d303 [fix](array)fix array_except/union for left const return only one row result #36776 (#36986) amory 2024-06-30 12:25:17 +08:00
  • 021ed1d690 [fix](map)fix upgrade behavior from 1.2 version #36635 (#36983) amory 2024-06-30 12:11:03 +08:00
  • e25b0d7c37 [branch-2.1][improvement](mysql catalog) disable mysql AbandonedConnectionCleanupThread (#36970) zy-kkk 2024-06-29 18:35:41 +08:00
  • a9855ca173 [Improvement](set) enable admin_set_frontend_config can apply to all fe (#37022) Yulei-Yang 2024-06-29 09:17:38 +08:00
  • d0c0a7b9ae [Fix](variant) ignore serialization of nothing type (#37006) lihangyu 2024-06-28 18:41:40 +08:00
  • 7c6d280def [Test](manager_interface)append manager interface test. (#35889) (#36912) Mingyu Chen 2024-06-28 18:38:33 +08:00
  • cb80ae906f [Bug](runtime-filter) disable sync filter when pipeline engine is off (#36994) Pxl 2024-06-28 16:59:26 +08:00
  • 4dcceaefea [test](ES Catalog) Add test cases for ES 5.x (#34441) (#36993) qiye 2024-06-28 16:58:07 +08:00
  • 4bec08c7e8 [fix](inverted index)Make build index operation only affect base index (#36869) (#36988) qiye 2024-06-28 16:57:07 +08:00
  • 72de9c1b8f [fix](autoinc) avoid duplicated auto inc when role of fe changes (#36961) Yongqiang YANG 2024-06-28 16:54:48 +08:00
  • b46c86f352 [improvement](partition rebalance) improve partition rebalance choose candidate speed #36509 (#36976) yujun 2024-06-28 16:31:50 +08:00
  • fe75cbc927 [case](udf) Only one backend, skip scp udf file (#36810) (#36964) Dongyang Li 2024-06-28 16:31:30 +08:00
  • 47e56cc326 [fix](fe ut) fix unstable SystemInfoServiceTest #36893 (#36974) yujun 2024-06-28 16:30:47 +08:00
  • 65e8bbf0f2 [improvement](statistics)Disable fetch stats for iceberg table through Iceberg api by default. (#36931) (#36999) Jibing-Li 2024-06-28 16:23:25 +08:00
  • 816899df41 [improvement](statistics)Use real base index id to fetch stats cache. (#36914) (#36992) Jibing-Li 2024-06-28 16:22:20 +08:00
  • b226fe54e9 [fix](statistics)Fix select mv with specified partitions bug. (#36817) (#36982) Jibing-Li 2024-06-28 13:07:02 +08:00
  • da294906bd [fix](statistics)Fix AnalysisTaskExecutor unit test timeout. (#36456) (#36948) Jibing-Li 2024-06-28 12:11:53 +08:00
  • f27ae8fa09 [fix](bitmap) incorrect type of BitmapValue with fastunion (#36834) (#36896) Jerry Hu 2024-06-28 11:29:03 +08:00
  • 328ef869ac [fix](regression)Disable auto analyze for related cases, do not need to enable it for pipeline test cases. (#36604) (#36946) Jibing-Li 2024-06-28 11:26:06 +08:00
  • 69487c4720 [refactor](nereids) Remove SlotBinder and FunctionBinder (#36872) (#36930) 924060929 2024-06-28 11:21:35 +08:00
  • 557da5b24a [fix](Nereids) processCharacterLiteral even if both side are literal (#36729) (#36921) morrySnow 2024-06-28 11:01:01 +08:00
  • 0051832f91 [fix](statistics)Use ConcurrentHashMap to avoid ConcurrentModificationException (#36452) (#36950) Jibing-Li 2024-06-27 23:06:03 +08:00
  • 474295cf31 [chore](autobucket) add autobucket test and log #36874 (#36907) yujun 2024-06-27 22:30:13 +08:00
  • ee7f9a4f26 [fix](oom) avoid oom when a lot of tablets fail on load (#36944) Yongqiang YANG 2024-06-27 22:12:42 +08:00
  • 46eef9d948 [build](docker) add repo for new version of git (#35892) (#36909) Mingyu Chen 2024-06-27 21:00:14 +08:00
  • fcc26cc671 [test](migrate) move some cases from p2 to p0 (#36750)(#36787) (#36922) Mingyu Chen 2024-06-27 20:59:50 +08:00
  • 5c1eef5f06 [feature](tvf) support max_filter_ratio (#35431) (#36911) Mingyu Chen 2024-06-27 20:58:53 +08:00
  • bfd634f9c7 [fix](protocol) only return multi result when CLIENT_MULTI_STATEMENTS been set (#36759) (#36919) morrySnow 2024-06-27 18:35:40 +08:00
  • a05d5cc75e [refactor](variant) refactor sub path push down on variant type (#36478) (#36923) morrySnow 2024-06-27 17:48:43 +08:00
  • 8a1ebba1cc [Improvement](multicatalog) support read tencent dlc table on lakefs (#36891) Yulei-Yang 2024-06-27 14:03:48 +08:00
  • 22cb7b8fcb [improvement](compaction) be do not compact invisible version to avoid query error -230 #28082 (#36222) yujun 2024-06-27 13:45:21 +08:00
  • 89fc55d833 [improvement](balance) partition rebalance chose disk by rr #36826 (#36900) yujun 2024-06-27 13:43:30 +08:00
  • f80750faed [improvement](clone) dead be will abort sched task #36795 (#36897) yujun 2024-06-27 13:35:51 +08:00
  • a8e9c89dc6 [Fix](nereids) fix NormalizeAgg, change the upper project projections rewrite logic (#36161) (#36622) feiniaofeiafei 2024-06-27 12:17:18 +08:00
  • 23cf494b48 [fix](schema-change) Fix schema-change from non-null to null (#36389) Lightman 2024-06-26 20:20:50 +08:00
  • a6a84b8ecc [improvement](stream load)(cherry-pick) support hll_from_base64 for stream load column mapping (#36819) gnehil 2024-06-26 20:12:40 +08:00
  • 25fb30c723 [fix](intersect) fix coredump caused by intersect of nullable and not nullable children #36401 (#36441) TengJianPing 2024-06-26 17:45:21 +08:00
  • 8fc70e32bc [fix](planner) fix wrong resut of function ifnull/coalesce caused by … (#36727) Yulei-Yang 2024-06-25 17:32:04 +08:00
  • 695d58f354 [cherry-pick](scan)scanner could eos early when reached limit (#36535) (#36736) zhangstar333 2024-06-25 17:22:43 +08:00
  • 11201feae5 [fix](spill join) fix coredump of debug_string (#36723) TengJianPing 2024-06-25 16:33:33 +08:00
  • 785a1f49f5 [fix](txn) Fix coordidator be restart not abort txn #35342 (#36437) yujun 2024-06-25 13:35:01 +08:00
  • 07ce9cf52c [fix](schema change) reduce memory usage in schema change process #30231 #36285 #33073 (#36756) Lightman 2024-06-25 12:21:17 +08:00
  • 3652fc31c3 [Pick 2.1] "Fix data loss when node channel been cancelled before close wait (#36662)" (#36744) plat1ko 2024-06-25 11:36:31 +08:00
  • 6ec9a731e8 [branch-2.1](cherry-pick) partial update should not read old fileds from rows with delete sign (#36210) (#36755) zhannngchen 2024-06-24 21:13:24 +08:00
  • 67adbdae75 [branch-2.1] Pick "[Fix](JournalEntity) re-add a line of code that is accidentally removed in #19917" (#36427) bobhan1 2024-06-24 20:45:02 +08:00
  • e0088df3b3 [case](udf) support run java udf case on cluster with multiple BEs (#… (#36742) Dongyang Li 2024-06-24 17:32:08 +08:00
  • e4b6dac0c1 [fix](ubsan) reinterpret_cast fix length types to int8 is not safe (#36725) Ashin Gau 2024-06-24 14:03:41 +08:00
  • c6205783fa [Bug](function) fix wrong output_char_size on hll_to_base64 (#36572) Pxl 2024-06-24 13:19:28 +08:00
  • aeec08639d [branch-2.1](tag) 2.1.4-rc03 (#36706) Mingyu Chen 2024-06-23 00:26:13 +08:00
  • 02fad48870 [Fix](upgrade) Fix fields not handled correctly during upgrade and downgrade (#36691) abmdocrt 2024-06-22 14:23:04 +08:00
  • 17cf34b244 [Fix](multi-catalog) Fix core in orc and parquet reader sometimes after low mem exception. (#36575) Qi Chen 2024-06-22 11:28:21 +08:00
  • 90a4dd09f3 [Fix](func) CoreDump and Result Error in percentile function (#36647) HappenLee 2024-06-21 23:42:45 +08:00
  • 445d42a57d [fix](topn-opt) remove redundant check for fetch phase (#36676) lihangyu 2024-06-21 22:28:38 +08:00
  • c8e4c404fa [Fix]check if fe set thrift field current_connect_fe (#36681) wangbo 2024-06-21 22:15:25 +08:00
  • c939781411 [Pick 2.1](inverted index) fix wrong no need read data when need_remaining_after_evaluate (#36684) airborne12 2024-06-21 22:01:39 +08:00
  • 0cff539810 [feature](function) support new function replace_empty (#36283) (#36656) Mingyu Chen 2024-06-21 16:46:22 +08:00
  • c8f2a3f952 [fix](eq_for_null) fix incorrect logic in function eq_for_null #36004 (#36124) zhiqiang 2024-06-21 14:31:21 +08:00
  • 8105dc7de8 [Pick 2.1](inverted index) fix wrong opt for pk no need read data (#36634) airborne12 2024-06-21 00:57:23 +08:00
  • 58cc1dca7f [improve](fe) Support to config max msg/frame size of the thrift server (#36594) walter 2024-06-21 00:15:15 +08:00
  • 3febac1d91 [fix](connection) kill connection when meeting Write mysql packet failed error #36559 (#36616) Mingyu Chen 2024-06-20 22:27:01 +08:00
  • c28c243c98 [Fix](Variant) forbit create variant as key #36555 (#36578) lihangyu 2024-06-20 20:33:48 +08:00
  • a79b56ac23 [chore](be) Support config max message size for be thrift server (#36595) walter 2024-06-20 20:15:43 +08:00
  • b3dcfae864 [chore](be) Improve ingesting binlog error checking (#36596) walter 2024-06-20 20:15:26 +08:00
  • 26b1ef428a [branch-2.1](doris compose) fix docker start failed (#36534) yujun 2024-06-20 20:14:17 +08:00
  • 838af13001 [fix](auth)ldap set passwd need forward to master (#36436) (#36598) zhangdong 2024-06-20 18:35:37 +08:00
  • 3ee259fc00 [branch-2.1][fix](jdbc catalog) fix jdbc mysql client match jsonb type (#36180) zy-kkk 2024-06-20 18:33:27 +08:00
  • ac0f6e75d2 [bugfix](iceberg)Read error when timestamp does not have time zone for 2.1 (#36435) wuwenchi 2024-06-20 18:32:31 +08:00
  • 22d37ba3fe [fix](auth)Auth support case insensitive (#36381) (#36557) zhangdong 2024-06-20 18:31:30 +08:00
  • f7f7b2b738 [Enhancement](multi-catalog) Add more error msgs for wrong data types in orc and parquet reader. (#36580) Qi Chen 2024-06-20 18:10:25 +08:00
  • fbcf63e1f5 [cherry-pick] (branch-2.1)fix variant index (#36577) Sun Chenyang 2024-06-20 17:57:26 +08:00
  • 64a94e883d [fix](nereids)NullSafeEqualToEqual rule should keep <=> unchanged if it has none-literal child (#36523) starocean999 2024-06-20 17:55:36 +08:00
  • bd47d5a681 [branch-2.1](auto-partition) Fix auto partition load failure in multi replica (#36586) zclllyybb 2024-06-20 17:51:18 +08:00
  • 6df1a9ab75 [branch-2.1](auto-partition) fix auto partition expr change unexpected (#36345) (#36514) zclllyybb 2024-06-20 17:50:31 +08:00
  • cbaff8a700 [fix](nereids)change the decimal's precision and scale for cast(xx as decimal) (#36540) starocean999 2024-06-20 17:46:11 +08:00
  • 1a242b8ae0 [cherry-pick](branch2.1) fix week/yearweek function get wrong result (#36538) zhangstar333 2024-06-20 15:48:19 +08:00
  • 88e02c836d [Fix]Fix insert select missing audit log when connect follower FE (#36481) wangbo 2024-06-20 15:16:16 +08:00
  • c5bb0e3a21 [bug](prepared statement) fix prepared statement throw exception when inserting null value (#36484) xy720 2024-06-20 11:31:59 +08:00
  • 9c1f34359d [fix](point query) should check it is Slot before check it is DELETE_SIGN (#36566) morrySnow 2024-06-20 10:29:21 +08:00
  • 7b36e81b7a [fix](split) FileSystemCacheKey are always different in overload equals (#36431) Ashin Gau 2024-06-20 10:08:05 +08:00
  • dabd27edd2 [opt](inverted index) performance optimization for need_read_data in compound #35346 #36292 (#36404) zzzxl 2024-06-20 08:43:16 +08:00
  • 0be5331b28 [Fix](Variant) fix variant schema change may cause invalid block schema and write missing blocks #36317 (#36536) lihangyu 2024-06-19 19:09:16 +08:00
  • 5b7d93df5e [Pick](Variant) pick 2 PRs to correct tmp column name to go fast execute #36277 #36313 (#36527) lihangyu 2024-06-19 19:07:47 +08:00
  • c1f15f7e4c [fix](catalog) fix wrong check when using "use_meta_cache=true" (#36533) Mingyu Chen 2024-06-19 18:03:03 +08:00
  • 8d5b621021 [improvement](inverted index) Change inverted index field_name from column_name to id in format v2 #36470 (#36516) qiye 2024-06-19 17:29:26 +08:00
  • f59dc4fb37 [opt](split) generate and get split batch concurrently (#36044) Ashin Gau 2024-06-19 16:16:02 +08:00