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

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


 discard 4f7cef2f187 [fix](Nereids) could not work well when check precision 
for null literal (#50815)
     add c4e2f05563e branch-2.1: [fix](ut) fix unstable FE ut case for schema 
change job #50694 (#50887)
     add 33df5ba180f 2.1.10-rc01 (#50917)
     add c4d0e1e6935 branch-2.1: [fix](job scheduler) specifies both startTime 
and immediate, it will trigger one fewer task execution  #50624 (#50897)
     add 01f70deb8b9 branch-2.1: [fix](nereids) fix parse date time exception 
#50810 (#50900)
     add 82d1375dc54 branch-2.1: [fix](Nereids) we should also push down expr 
in join's mark conjuncts #50886 (#50955)
     add 040cacd6353 branch-2.1: [fix](cooldown) allow cooldown_ttl = 0 when 
altering storage policy #50830 (#50856)
     add 13fbc9efa66 branch-2.1: [fix](hive) fix write hive partition by Doris 
#50864 (#50921)
     add e3fbf397226 branch-2.1: [fix](jdbc catalog) fix a jdbc catalog npe 
#50901 (#50928)
     add 505c9af95a1 [fix](inverted index) fix query error (#50860) (#50909)
     add 35af34f1cec branch-2.1: [fix](binlog) Record rollup index info for 
alterJob binlog #50850, #50337 (#50874)
     add fd378a303b9 branch-2.1: [Fix](external catalog) where tables in the 
information_schema could not be displayed #49607 (#50878)
     add aa8a309a521 [fix](Nereids) could not work well when check precision 
for null literal (#50815)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4f7cef2f187)
            \
             N -- N -- N   refs/heads/auto-pick-50815-branch-2.1 (aa8a309a521)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exprs/vexpr.cpp                         |   4 +
 .../exprs/vexpr_evalute_inverted_index_test.cpp    | 172 +++++++++++++++++++++
 .../docker-compose/hive/hadoop-hive-2x.env.tpl     |   2 +
 .../docker-compose/hive/hadoop-hive-3x.env.tpl     |   2 +-
 .../docker-compose/hive/hadoop-hive.env.tpl        |   1 +
 .../scripts/create_preinstalled_scripts/run77.hql  |  30 ++++
 .../java/org/apache/doris/alter/RollupJobV2.java   |  16 ++
 .../org/apache/doris/binlog/AlterJobRecord.java    |  17 ++
 .../apache/doris/datasource/ExternalDatabase.java  |  10 +-
 .../doris/datasource/hive/HMSTransaction.java      |  12 +-
 .../doris/datasource/jdbc/JdbcExternalCatalog.java |   1 +
 .../datasource/paimon/source/PaimonScanNode.java   |   2 +-
 .../doris/job/base/JobExecutionConfiguration.java  |  10 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  32 +++-
 .../PushDownExpressionsInHashCondition.java        |  59 +++++--
 .../nereids/trees/plans/logical/LogicalJoin.java   |  17 +-
 .../org/apache/doris/policy/StoragePolicy.java     |   4 +-
 .../apache/doris/service/FrontendServiceImpl.java  |   2 +-
 .../java/org/apache/doris/task/AgentBatchTask.java |  36 +++--
 ...bleNameComparedLowercaseMetaCacheFalseTest.java |   9 ++
 .../job/base/JobExecutionConfigurationTest.java    |  11 +-
 .../PushDownExpressionsInHashConditionTest.java    |  83 ++++++++++
 gensrc/script/gen_build_version.sh                 |   4 +-
 .../hive/write/test_hive_write_partitions.out      | Bin 73239 -> 74043 bytes
 .../test_expr_in_null.out}                         | Bin 151 -> 151 bytes
 .../test_immediate_starttime_mtmv.out}             | Bin 127 -> 134 bytes
 .../hive/write/test_hive_write_partitions.groovy   |  22 ++-
 .../inverted_index_p0/test_expr_in_null.groovy     |  68 ++++++++
 ...groovy => test_immediate_starttime_mtmv.groovy} |  73 ++++-----
 .../nereids_syntax_p0/test_cast_datetime.groovy    |  14 ++
 30 files changed, 608 insertions(+), 105 deletions(-)
 create mode 100644 be/test/vec/exprs/vexpr_evalute_inverted_index_test.cpp
 create mode 100755 
docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/run77.hql
 copy 
regression-test/data/{fault_injection_p0/test_index_lowercase_fault_injection.out
 => inverted_index_p0/test_expr_in_null.out} (96%)
 copy regression-test/data/{nereids_syntax_p0/using_join.out => 
mtmv_p0/test_immediate_starttime_mtmv.out} (75%)
 create mode 100644 
regression-test/suites/inverted_index_p0/test_expr_in_null.groovy
 copy regression-test/suites/mtmv_p0/{test_mtmv_sql_cache_and_profile.groovy => 
test_immediate_starttime_mtmv.groovy} (50%)


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

Reply via email to