This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from fecc6055c85 [Enhance](regression)add external_docker tag for some
external case (#26106)
add 532e287c87d [fix](report handler) fix report handler lock leak
(#25853)
add 0e8f46dde0c [enhancement](CSV-reader) enhance err log for csv reading
containing enclose or escape (#25816)
add 2127dd25a32 [improve](regression test) Add case for if function
(#25780)
add 244383b80cb [fix](stats) analyze specific column only if indicate
column in analyze stmt (#25660)
add 1f5962b71ef [fix](planner) Fix `select table tablet` not effective
(#25378)
add c5d311819f4 [fix](info_db) do not fetch external catalog's info in
information_schema (#25844)
add dbe002f86d7 [fix](meta) add sync new image timeout (#25768)
add e649092aa6c [test](sync)add sync after insert in test case (#25911)
add 29515a6fa6f [chore](compaction) Print roswet size when compaction
finishes successfully (#25891)
add 4e78a3db4aa [improvement](function) improve date_trunc function
performance when timeunit is const (#25824)
No new revisions were added by this update.
Summary of changes:
be/src/http/action/stream_load.cpp | 10 ++
be/src/olap/compaction.cpp | 6 +
be/src/vec/exec/format/csv/csv_reader.cpp | 20 ++-
be/src/vec/functions/function_convert_tz.h | 51 ++++----
be/src/vec/runtime/vdatetime_value.cpp | 53 ++++++++
be/src/vec/runtime/vdatetime_value.h | 4 +
.../main/java/org/apache/doris/common/Config.java | 9 ++
.../main/java/org/apache/doris/catalog/Env.java | 3 +-
.../org/apache/doris/master/ReportHandler.java | 5 +
.../org/apache/doris/planner/OlapScanNode.java | 21 +++-
.../apache/doris/service/FrontendServiceImpl.java | 41 +++++-
.../apache/doris/statistics/AnalysisManager.java | 4 +-
.../org/apache/doris/analysis/SelectStmtTest.java | 137 ++++++++++++++++++++-
regression-test/data/correctness_p0/test_avg.out | 10 +-
.../datetime_functions/test_date_function.out | 23 ++++
.../conditional_functions/test_if.out | 11 ++
.../pipeline/{p1 => external}/conf/fe.conf | 1 +
.../suites/correctness_p0/test_avg.groovy | 5 +-
.../datetime_functions/test_date_function.groovy | 25 ++++
.../conditional_functions/test_if.groovy | 7 ++
.../suites/statistics/analyze_stats.groovy | 14 +++
21 files changed, 414 insertions(+), 46 deletions(-)
copy regression-test/pipeline/{p1 => external}/conf/fe.conf (99%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]