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

dataroaring pushed a change to branch auto-pick-50182-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 9d6a7c9edb8 [fix](cloud) Fix docker case `test_sql_mode_node_mgr` 
(#50182)
     add 77fe6b8109d [opt](deps) patch re2 to add ignore_replace_escape option 
(#50124) (#50324)
     add 65a742b4d75 branch-3.0: [fix](lzo) fix lzo decompression failed 
(#49538) (#50323)
     add ab89bb6d53c branch-3.0: [Fix](Catalog) Close system resources when 
dropping catalog (#49621) (#49936)
     add 440d4d8de6c branch-3.0: [fix](trino connector catalog) enable 
self-attachment for Java agents and adjust settings for Mac systems #49520 
(#49680)
     add 12572b01bc7 branch-3.0: [fix](cloud-mow)Schema change fail should 
release delete bitmap lock #49889 (#50335)
     add 8894c73ee8a branch-3.0: [fix](profile) Fix incorrect check of 
Profile.shouldStoreToStorage #49925 (#49991)
     add 68c292081e0 branch-3.0: [Opt](cloud) Refactor 
`OlapScanLocalState::hold_tablets` (#49945) (#50332)
     add 1fdf36aeb51 branch-3.0: [fix](serDe) global function could not 
deserialization from image #50279 (#50347)
     add 785af8c7252 branch-3.0: [Fix](vault) Remove double slashes when s3 
vault prefix is empty #50352 (#50377)
     add 21a440df3ff branch-3.0: [fix](orc) Should not pass selection vector 
when decode child column of List or Map #50136 (#50317)
     add 15d698eaf96 branch-3.0: [enhance](hive) support skip.header.line.count 
#49929 (#49975)
     add 0fb1395effd [fix](compaction) fix time series compaction time 
threshold (#50306) (#50391)
     add a9da4deb318 [opt](paimon/iceberg)upgrade paimon to 1.0.1, iceberg to 
1.6.1 (#49280)
     add 790ab9e6fb1 [enhance](third-party) Add pugixml library (#49238) 
(#50396)
     add d4b3dc640a4 branch-3.0: [opt](Nereids) avoid generate nested alias 
expr when plan insert values (#50386)
     add 55630ff2609 branch-3.0:[fix](auditlog)Set sqlHash in 
executeInternalQuery (#49984) (#50365)
     add 54c43a13c53 [fix](cloud) batch process ttl cache block gc to limit 
lock held time once in a time (pick#50387) (#50402)
     add 79fcf4fb905 branch-3.0: [fix](s3client) Avoild dead loop when storage 
not support `ListObjectsV2` #50252 (#50413)
     add 92b9fbea349 [enhancement](statistics) Add segment footer open stats to 
profile (#50326) (#50416)
     add c5c18915648 branch-3.0: [enhance](mtmv)Only restrict MTMV to not allow 
concurrent insert overwrite execution #48673 (#49964)
     add 1bf4983bdf5 branch-3.0: [fix](Nereids) fix regression framework 
compare issue and fix code point count (#49575) (#49741)
     add 1659df517e1 branch-3.0: [Bug](function) fix Could not find function 
explode_json_array_json_outer #50164 (#50226)
     add ede6450d4c8 [fix](cloud) Fix docker case `test_sql_mode_node_mgr` 
(#50182)

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   (9d6a7c9edb8)
            \
             N -- N -- N   refs/heads/auto-pick-50182-branch-3.0 (ede6450d4c8)

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/cloud/cloud_schema_change_job.cpp           |  17 +-
 be/src/cloud/cloud_schema_change_job.h             |   1 +
 be/src/common/config.cpp                           |   3 +
 be/src/common/config.h                             |   4 +
 be/src/exec/lzo_decompressor.cpp                   |  18 +-
 be/src/io/cache/block_file_cache.cpp               |  18 +-
 be/src/io/cache/block_file_cache.h                 |   1 +
 be/src/io/fs/s3_obj_storage_client.cpp             |   6 +
 be/src/olap/compaction.cpp                         |   3 +-
 .../cumulative_compaction_time_series_policy.cpp   |  37 +--
 be/src/olap/rowset/beta_rowset.cpp                 |   5 +-
 be/src/olap/rowset/beta_rowset.h                   |   4 +-
 be/src/olap/rowset/beta_rowset_reader.cpp          |   2 +-
 be/src/olap/rowset/segment_v2/segment.cpp          |  21 +-
 be/src/olap/rowset/segment_v2/segment.h            |  10 +-
 be/src/olap/segment_loader.cpp                     |   2 +-
 be/src/pipeline/exec/olap_scan_operator.cpp        |  94 ++++---
 .../file_reader/new_plain_text_line_reader.cpp     |  14 +-
 be/src/vec/exec/format/orc/vorc_reader.cpp         |  14 +-
 be/src/vec/functions/function_fake.cpp             |   3 -
 be/test/io/cache/block_file_cache_test.cpp         |  64 +++++
 be/test/io/fs/s3_obj_stroage_client_mock_test.cpp  | 121 +++++++++
 ...mulative_compaction_time_series_policy_test.cpp |  11 +-
 cloud/src/meta-service/meta_service_job.cpp        |   2 +-
 cloud/src/recycler/s3_accessor.cpp                 |   8 +-
 cloud/src/recycler/s3_obj_client.cpp               |  11 +
 cloud/test/CMakeLists.txt                          |   4 +
 cloud/test/s3_accessor_mock_test.cpp               |  43 +++-
 dist/LICENSE-dist.txt                              |   1 +
 .../{LICENSE.jfastlz.txt => LICENSE-pugixml.txt}   |   7 +-
 .../create_hive_orc_tables.hql                     |  11 +
 .../scripts/create_preinstalled_scripts/run76.hql  |  21 ++
 .../orc/complex_data_orc/000000_0                  | Bin 0 -> 561 bytes
 .../text_table_compressed_skip_header/000000_0.gz  | Bin 0 -> 149 bytes
 .../text/text_table_normal_skip_header/000000_0    |  20 ++
 .../trinoconnector/TrinoConnectorPluginLoader.java |   8 +
 fe/fe-core/pom.xml                                 |  16 +-
 .../apache/doris/catalog/GlobalFunctionMgr.java    |   2 +-
 .../org/apache/doris/common/profile/Profile.java   |  41 ++-
 .../org/apache/doris/datasource/CatalogIf.java     |   2 +-
 .../org/apache/doris/datasource/CatalogMgr.java    |   2 +-
 .../apache/doris/datasource/ExternalCatalog.java   |  25 +-
 .../doris/datasource/hive/HMSExternalCatalog.java  |  15 +-
 .../doris/datasource/hive/HiveProperties.java      |  22 +-
 .../doris/datasource/hive/source/HiveScanNode.java |   3 +
 .../datasource/iceberg/IcebergExternalCatalog.java |   8 +
 .../datasource/iceberg/IcebergMetadataOps.java     |   3 +
 .../datasource/iceberg/source/IcebergScanNode.java |  42 ++-
 .../doris/datasource/jdbc/JdbcExternalCatalog.java |   8 +-
 .../datasource/paimon/PaimonExternalCatalog.java   |  11 +-
 .../datasource/paimon/PaimonExternalTable.java     |   2 +-
 .../datasource/paimon/PaimonMetadataCache.java     |   2 +-
 .../apache/doris/datasource/paimon/PaimonUtil.java |   2 +-
 .../datasource/paimon/source/PaimonScanNode.java   |   7 +-
 .../trinoconnector/TrinoConnectorPluginLoader.java |   8 +
 .../insertoverwrite/InsertOverwriteManager.java    |   3 +-
 .../doris/insertoverwrite/InsertOverwriteUtil.java |   9 +-
 .../mysql/privilege/AccessControllerManager.java   |   8 +-
 .../doris/nereids/rules/analysis/BindSink.java     |   1 +
 .../functions/executable/StringArithmetic.java     |  52 ++--
 .../generator/ExplodeJsonArrayJsonOuter.java       |   4 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |   4 +
 .../org/apache/doris/statistics/AnalysisJob.java   |   6 +-
 .../apache/doris/common/profile/ProfileTest.java   | 263 +++++++++++++++++++
 .../doris/datasource/RefreshCatalogTest.java       |   2 +-
 .../InsertOverwriteManagerTest.java                |  30 ++-
 .../InsertOverwriteUtilTest.java}                  |  17 +-
 .../nereids/rules/expression/FoldConstantTest.java |   2 +-
 .../doris/nereids/trees/expressions/UdfTest.java   |  10 +-
 .../StmtExecutorInternalQueryTest.java}            |  34 +--
 .../apache/doris/statistics/AnalysisJobTest.java   |  27 ++
 fe/pom.xml                                         |  12 +-
 .../hive/test_hive_orc_predicate.out               | Bin 463 -> 2463 bytes
 .../hive/test_text_skip_header.out                 | Bin 0 -> 755 bytes
 .../external_table_p0/tvf/lzo/test_compress.lzo    | Bin 0 -> 256 bytes
 .../test_no_compress_with_empty_block_begin.lzo    | Bin 0 -> 200 bytes
 .../lzo/test_no_compress_with_empty_block_end.lzo  | Bin 0 -> 196 bytes
 .../test_no_compress_with_empty_block_middle.lzo   | Bin 0 -> 188 bytes
 .../external_table_p0/tvf/test_local_tvf_lzo.out   | Bin 0 -> 899 bytes
 .../string_functions/test_string_function.out      | Bin 4890 -> 4892 bytes
 .../table_function/explode_json_array.out          | Bin 6692 -> 6751 bytes
 .../org/apache/doris/regression/suite/Suite.groovy |  10 +-
 .../test_time_series_compaction_policy.groovy      |  30 +++
 .../hive/test_hive_orc_predicate.groovy            |   5 +
 ...to_date.groovy => test_text_skip_header.groovy} |  27 +-
 .../tvf/test_local_tvf_lzo.groovy                  |  58 +++++
 .../test_sc_fail_release_delete_bitmap_lock.groovy | 136 ++++++++++
 .../test_iot_auto_detect_concurrent.groovy         |  14 +-
 .../fold_constant/fold_constant_cast.groovy        |  15 +-
 .../fold_constant_date_arithmatic.groovy           |   1 +
 .../fold_constant_string_arithmatic.groovy         | 260 +++++++++----------
 .../table_function/explode_json_array.groovy       |  29 ++-
 thirdparty/CHANGELOG.md                            |   8 +
 thirdparty/build-thirdparty.sh                     |  18 ++
 thirdparty/download-thirdparty.sh                  |  15 ++
 .../patches/re2-2021-02-02-ignore-replace.patch    |  63 +++++
 thirdparty/vars.sh                                 |   7 +
 .../docker-compose/iceberg => tools/lzo}/README.md |  20 +-
 .clangd => tools/lzo/build.sh                      |  11 +-
 tools/lzo/lzo_writer.cpp                           | 282 +++++++++++++++++++++
 100 files changed, 1898 insertions(+), 425 deletions(-)
 create mode 100644 be/test/io/fs/s3_obj_stroage_client_mock_test.cpp
 copy dist/licenses/{LICENSE.jfastlz.txt => LICENSE-pugixml.txt} (92%)
 create mode 100644 
docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/create_hive_orc_tables.hql
 create mode 100755 
docker/thirdparties/docker-compose/hive/scripts/create_preinstalled_scripts/run76.hql
 create mode 100644 
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/orc/complex_data_orc/000000_0
 create mode 100644 
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/text/text_table_compressed_skip_header/000000_0.gz
 create mode 100644 
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/text/text_table_normal_skip_header/000000_0
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/common/profile/ProfileTest.java
 copy 
fe/fe-core/src/test/java/org/apache/doris/{analysis/TupleIsNullPredicateTest.java
 => insertoverwrite/InsertOverwriteUtilTest.java} (65%)
 copy 
fe/fe-core/src/test/java/org/apache/doris/{datasource/paimon/PaimonExternalCatalogTest.java
 => qe/StmtExecutorInternalQueryTest.java} (55%)
 create mode 100644 
regression-test/data/external_table_p0/hive/test_text_skip_header.out
 create mode 100644 
regression-test/data/external_table_p0/tvf/lzo/test_compress.lzo
 create mode 100644 
regression-test/data/external_table_p0/tvf/lzo/test_no_compress_with_empty_block_begin.lzo
 create mode 100644 
regression-test/data/external_table_p0/tvf/lzo/test_no_compress_with_empty_block_end.lzo
 create mode 100644 
regression-test/data/external_table_p0/tvf/lzo/test_no_compress_with_empty_block_middle.lzo
 create mode 100644 
regression-test/data/external_table_p0/tvf/test_local_tvf_lzo.out
 copy regression-test/suites/external_table_p0/hive/{test_hive_to_date.groovy 
=> test_text_skip_header.groovy} (62%)
 create mode 100644 
regression-test/suites/external_table_p0/tvf/test_local_tvf_lzo.groovy
 create mode 100644 
regression-test/suites/fault_injection_p0/cloud/test_sc_fail_release_delete_bitmap_lock.groovy
 create mode 100644 thirdparty/patches/re2-2021-02-02-ignore-replace.patch
 copy {docker/thirdparties/docker-compose/iceberg => tools/lzo}/README.md (79%)
 copy .clangd => tools/lzo/build.sh (75%)
 create mode 100644 tools/lzo/lzo_writer.cpp


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

Reply via email to