[opt](optimizer) Remove unused code for unify code #38922
Open
liutang123 wants to merge 203 commits intoapache:branch-3.0from liutang123:38905-3.0
+90,385-12,635
Commits
Commits on Aug 11, 2024
[Fix](cloud) fix test_stream_load_2pc regression test for that mow table doesn't support 2pc in cloud mode (apache#38386)
[Improvement](runtime-filter) use shared ptr to instead object pool to store runtime filters (apache#38085)
[fix](partial-update) insert only without auto_inc column should not use partial update (apache#38229)
[enhance](Metric) Add metric for non block close thread pool's thread num and queue size (apache#38429)
[improve](columns)replace logFatal with exception and del some useless code in columns (apache#38035)
[enhance](S3) Don't use aws's multithread utility in S3 FS to suite newer C++ compiler (apache#38539)
[chore](explain) Add algorithm item to VSORT explainition and modify dump_data of Block (apache#38543)
[fix](group commit) add debug log show why group commit not work; delete wal when replay success (apache#38611)
[Chore](statistic) do not use memory order relaxed on QueryStatistics and add sync on te… (apache#38048)
[refactor](olap-server) Extract submitted compaction tasks management logic to an encapsulated class (apache#38083)
[enhancement](profile) Store profile on disk so that we can hold more profile in memory (apache#33690)
[fix](regression)Set enable_partition_analyze session back to false in finally block. (apache#38663)
[bugfix](asan core) should use weak ptr in rpc context to release rf context during query context deconstructed (apache#38653)
[improvement](statistics)Analyze table if it hasn't been analyzed for longer than 1 day. (apache#38615)
[fix](compaction) fix the longest continuous rowsets cannot be selected when missing rowsets (apache#38728)
[fix](nereids) optimize cost model to make join order good for runtime filter when stats is not available (apache#38444)
[fix asan core](memoryleak) should deconstruct filter entity in scope of query context (apache#38857)
[Enhancement](audit log) Set print audit log sesssion variable default value to false (apache#38865)
[Fix](Export) Export delete multiple times when specify the
delete_existing_files
property (apache#38400)[Improve](Schema Change) avoid printing stack trace when check __DORIS_ROW_STORE_COL__ (apache#38664)
[Fix](partial update) Persist partial_update_info in RocksDB in case of BE restart after a partial update has commited (apache#38331)
[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures (apache#38896)
Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" (apache#39021)
[bug](parquet)Fix the problem that the parquet reader reads the missing sub-columns of the struct and fails. (apache#38718)
[enhancement](errmsg) Make stream load error message more clear and change some Errors stacktrace (apache#38978)
[opt](merge-on-write) eliminate reading the old values of non-key columns for delete stmt in publish phase (apache#38703)
[enhancement](Nereids) fast compute hash code of deep expression tree to reduce conflict (apache#38981)
[Fix](regression) remove useless properties when create table in test_array_with_large_dataset (apache#39090)
[Bug](rf) fix rf of in filter cast data as different class type maybe return wrong result (apache#39026)
[fix](schema-change) Fix potential data race when a schema change jobs is set to cancelled but the table state is still SCHEMA_CHANGE (apache#39164)
- committed