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

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


    from 8b349155182 [Fix](compress) Fix occasional crushes when serializing 
blocks (#32672)
     new 735f5213c10 Add log for case to help debug. (#32675)
     new 8b960beaec8 [refactor](nereids)unify outputTupleDesc and projection 
(#32093)
     new c223d9e7d00 [Fix](Test)Reduce the Sleep time and ensure that the 
corresponding thread resources are released after the case is executed. (#32665)
     new a55b5ea9caa [bug](udaf) fix memory leak in the java udaf (#32630)
     new 4ebbabf15e8 [test](fuzzy) test fuzzy in BE (#31607)
     new 3d14d9e379d [fix](Nereids) fix bind having aggregate failed again 
(#32687)
     new f62cdecc08b [fix](Nereids) do not push down topn-filter through 
right/full outer join if the first orderkey is nulls first (#32633)
     new ac8ba43d8de [fix](multi-catalog)resolve hive meta store compatibility 
for different version issues (#32551)
     new bd2e7d0ec88 [feature](hive)support insert overwrite (#32610)
     new 33e40345b6c [Improve](build-script)Add be-extension-ignore to ignore 
avro-scanner when building release packages (#32699)
     new 1d4e5a1c58f [enhance](auth)enable col auth (#32659)
     new 5077f7dd9dd [conf](mysql) opt mysql network timeout to 600s #32545
     new 5c3fc818bb8 [Fix](Export) fix variable name of code #32637
     new b9788e5e37a [fix] (Nereids) fix date function rewrite on datetimev1 
column bug (#32569)
     new 5c3ca0fbc2b [fix](move-memtable) fix load timeout caused by lost 
wakeup (#32720)

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/common/config.cpp                           |  47 ++--
 be/src/common/config.h                             |  24 --
 .../aggregate_function_java_udaf.h                 |  35 ++-
 be/src/vec/sink/load_stream_stub.cpp               |  25 +-
 build-for-release.sh                               |   2 +-
 build.sh                                           |  36 +++
 .../main/java/org/apache/doris/common/Config.java  |   5 -
 .../java/org/apache/doris/analysis/ExportStmt.java |   2 +-
 .../java/org/apache/doris/analysis/GrantStmt.java  |   3 +-
 .../apache/doris/datasource/hive/HMSCommitter.java |  96 ++++++-
 .../main/java/org/apache/doris/fs/FileSystem.java  |   6 +
 .../apache/doris/fs/remote/dfs/DFSFileSystem.java  |  40 +--
 .../apache/doris/job/extensions/mtmv/MTMVTask.java |   1 +
 .../main/java/org/apache/doris/load/ExportJob.java |   2 +-
 .../glue/translator/PhysicalPlanTranslator.java    |  14 +-
 .../doris/nereids/processor/post/TopNScanOpt.java  |  16 +-
 .../nereids/rules/analysis/BindExpression.java     |  37 +--
 .../trees/expressions/literal/DateLiteral.java     |   4 +-
 .../trees/plans/commands/ExportCommand.java        |   2 +-
 .../commands/insert/AbstractInsertExecutor.java    |   1 +
 .../org/apache/doris/planner/HashJoinNode.java     |  34 +--
 .../org/apache/doris/planner/JoinNodeBase.java     |  78 +++---
 .../apache/doris/planner/NestedLoopJoinNode.java   |  30 +--
 .../java/org/apache/doris/planner/PlanNode.java    |  16 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   4 +-
 .../hadoop/hive/metastore/HiveMetaStoreClient.java |  98 ++++---
 .../doris/datasource/hive/HmsCommitTest.java       |  56 +++-
 .../org/apache/doris/mysql/privilege/AuthTest.java |   2 -
 .../datetimev1/test_datetimev1_date_function.out   |  32 +++
 .../data/nereids_syntax_p0/bind_priority.out       |   9 +
 .../test_datetimev1_date_function.groovy           | 124 +++++++++
 .../suites/job_p0/test_base_insert_job.groovy      | 286 +++++++++++++++++++++
 .../suites/nereids_syntax_p0/bind_priority.groovy  |  21 ++
 .../suites/nereids_tpch_p0/tpch/topn-filter.groovy |  15 ++
 .../table_function/explode_json_array.groovy       |  32 ++-
 .../suites/statistics/analyze_stats.groovy         |  23 ++
 36 files changed, 954 insertions(+), 304 deletions(-)
 create mode 100644 
regression-test/data/datatype_p0/datetimev1/test_datetimev1_date_function.out
 create mode 100644 
regression-test/suites/datatype_p0/datetimev1/test_datetimev1_date_function.groovy
 create mode 100644 regression-test/suites/job_p0/test_base_insert_job.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to