This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a change to branch branch-2.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git


     was 23e89afd34 fix missing method BaseAnalysisTask.getLastExecTime()

This change permanently discards the following revisions:

 discard 23e89afd34 fix missing method BaseAnalysisTask.getLastExecTime()
 discard 18f9541e89 [improvement](resource-tag) Add Backend tag location check 
(#22670)
 discard 6442502223 [fix](delete-pred) fix special char in delete sub condition 
#22667
 discard eac1519fb4 [fix](chore] need to remove reference in assert_cast 
(#22706)
 discard 27b92b6891 [improvement](stats) Add lifecycle hooks to AnalysisTask to 
make codes more clear (#22658)
 discard 34ea99faf0 [style](jdbc catalog) Tidy the jdbc catalog java file 
directory (#22691)
 discard e85af25bad [fix](nereids) decimalv2 and float like type's common type 
should be consistant with old planner in arithmetic expr (#22654)
 discard 08716b1eee [fix](planner) fix bug of push constant conjuncts through 
set operation node (#22695)
 discard bbbba85cdc [feature](Nereids) eliminate sort that is not directly 
below result sink (#22550)
 discard 13592e11a7 [opt](Nereids) turnoff pipeline when dml temporary (#22693)
 discard 1dfe78edbd [Improvement](binlog)  Add full/incr engine clone with 
binlog (#22678)
 discard 369da5cd9c [fix](broker-load) fix error when using multi data 
description for same table in load stmt (#22666)
 discard dc29341a6d [opt](Nereids) disable strict consistency dml by default 
temporary (#22672)
 discard c8a514e8e2 [Feature](broker)Support GCS (#20904)
 discard d4667dd436 [enhancement](config) add some pre-process and pre-check 
for BE storage config attentions in docs (#22486)
 discard 020a8c3032 [fix](regression) fix failed test delete_p0 in branch-2.0 
#22652
 discard f8580d6c00 [feature](compaction) support delete in cumulative 
compaction (#19609)
 discard 16beb1493f [refractor](regression-test) sort out test cases of 
external tables (#22640)
 discard 415484b0a0 [Test](function) not unpack when else column is const null 
in IF function (#22419)
 discard 5d21c1657b [fix](memory) enable Jemalloc arena dirty pages (#22639)
 discard 5c82dd10b1 [improvement](hdfs) support hedged read (#22634)
 discard 0863b9c8f0 [fix](case) add order by in repositoryAffinityList1.sql 
(#22605)
 discard 9c64d0b55e [fix](memory) Independent count exec node memory profile 
(#22598)
 discard a430d2888d [fix](rest)check response code when get image (#22272)
 discard 028a327f5a [fix](jdbc catalog) getInsertSql to use databaseProperName 
for column names (#22616)
 discard cb9e894f7d [fix](load)Fix wrong default value for char and varchar of 
reading json data (#22626)
 discard 91f66b07ed [fix](bug) fix be custom conf persistence path and read 
path are inconsistent (#22520)
 discard ccc5aa8636 [Fix](Planner) fix window function in aggregation (#22603)
 discard b778ada85b [Fix](Load)Multi table plan not include task info (#22613)
 discard 37ebfbacbc [fix](stats) Load partition stats unexpectedly (#22589)
 discard 37a110b4be [Feature](Export) Supports concurrently export of table 
data (#21911)
 discard 5415416ad1 [Fix](Nereids) rand() and uuid() should not fold constant 
(#22492)
 discard 81c423027a [fix](nereids) allow in or exits subquery in binary 
operator (#22391)
 discard d661935541 [fix](planner) fix bug of push conjuncts through second 
phase agg (#22417)
 discard 2dddfdc50e [typo](kerberos)support read jdk auth creds and add some 
krb tips in FAQ (#22535)
 discard 9bc7aee695 [improvement](binlog) gc be binlog metas when tablet is 
dropped. (#22447)
 discard cba0656a29 [Enhancement](binlog) Add Barrier log into BinlogManager 
(#22559)
 discard 6221937f22 [fix](tablet clone) fix not add colocate replica and print 
some logs #22378
 discard 84184a2dcd  [feature](Nereids): normalize join condition after 
expanding or condition NLJ (#22555)
 discard ffbf9cc637 [Enhancement](planner)support fold constant for 
date_trunc() (#22122)
 discard 7b83e98d05 [chore](cmake) Split thirdparty into cmake/thirdparty.cmake 
(#22572)
 discard cd6b901a9c [refactor](reader) move reader from vec/exec/scan to 
vec/exec/format (#22371)
 discard 697fba64e2 [fix](stacktrace) Fix Jemalloc enable profile fail to run 
BE after rewrites dl_iterate_phdr (#22549)
 discard 59cae269fa [Improvement](statistics)Return meaningful error message 
when show column stats column name doesn't exist (#22458)
 discard 3a78ffb3f3 [feature](Nereids): add or expansion in CBO(#22465)
 discard f117cda844 [improvement](file-scan) reduce the min size of file split 
(#22412)
 discard 601338de67 [improvement](vectorized) Deserialized elements of count 
distinct aggregation directly inserted into target hashset (#21888)
 discard 1c3f299ed2 [improvement](regression)  syncer regression test (#22490)
 discard 768a2c577c [Fix](Planner) fix create view tosql not include partition 
(#22482)
 discard 20ab4dd9c2 [fix](string-column) fix unescape length error (#22411)
 discard d2509da1e9  [fix](Nereids) fix test framework of hypergraph (#22434)
 discard a381353149 [enhancement](nereids) Execute sync analyze task with 
multi-thread (#22211)
 discard b1adc8cc47 [Improvement] Add iceberg metadata cache and support 
manifest file content cache (#22336)
 discard 3c3f8b7e44 [enhance](ColdHeatSeparation) carry use path style info 
along with cold heat separation to support using minio (#22249)
 discard 86a75327eb [vectorized](udf) java udf support with return map type 
(#22300)
 discard e6befffa43 [opt](hive)opt select count(*) stmt push down agg on 
parquet in hive . (#22115)
 discard f502df2e08 fix merge conflict for LZ4_HC_compression_level
 discard 422a24ef88 [improvement](regression-test) add compression algorithm 
regression test (#22303)
 discard e68ede62a7 [fix](Nereids) project hidden columns when 
show_hidden_columns is true (#22285)
 discard 7abfb1b453 [fix](Nereids) parse logical binary stack overflow (#22308)
 discard 456810e6e0 [fix](tablet clone) fix single replica load failed during 
migration (#22077)
 discard e1a462d75a [Enhancement](binlog) Add binlog enable diable check in 
BinlogManager (#22173)
 discard dcee7db085 [fix] iceberg catalog to specify the version and time 
(#22209)
 discard e96f083df2 [improvement](s3) increase the connection num of s3 client 
(#22049)
 discard f86c17c3b1 [improvement](compression) support LZ4_HC algorithm and 
parse LZ4_RAW (#22165)
 discard 7805d13236 [fix](point query) Fix ArrayIndexOutOfBoundsException if 
close a prepare stmt (#22237)
 discard 7f724494b8 [Improvement](aggregate) optimization for 
AggregationMethodKeysFixed::insert_keys_into_columns (#22216)
 discard 2db8f00b36 [fix](binlog) Fix BinlogUtils getExpiredMs overflow (#22174)
 discard 0e4d06de44 [fix](memory) fix invalid large memory check && fix memory 
info thread safety (#22027)
 discard 2b2ebd7575 [Fix](regression-test) nereids_p0/javaudf and 
nereids_p0/outfile cases cannot run on multi be cluster (#21929)
 discard 86d8d40c25 [fix](stats) Ignore complex type by default when collect 
column statistics (#21965)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to