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

morrySnow pushed a change to branch auto-pick-66281-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 0908d4eb610 [fix](fe) Preserve effective Compute Group for audit logs 
(#66281)
     add 7e1bc57f522 branch-4.0: [chore](session-variable) remove the unused 
session variable plan_nereids_dump (#66386)
     add 49e4fc37859 branch-4.0: [fix](ut-opt)Update JVM arguments in pom.xml 
for testing (#66434)
     add 7243779fb06 branch-4.0:[test](fe) Isolate cloud frontend service test- 
#65577 #65577 (#66381)
     add 6e79ef0c714 branch-4.0: [fix](docker)(case) Fix the remaining 4 
external regression failures: kerberos HDFS SASL, Paimon fixture, file cache 
flakiness (#66417)
     add e7d6abcb397 branch-4.0: [fix](insert) reset skipAuth on all INSERT 
OVERWRITE exit paths (#66410)
     add 99ef194507f branch-4.0: [fix](arrow-flight-sql) Close temporary 
VectorSchemaRoot in createPreparedStatement to fix FE direct memory leak #65311 
(#66431)
     add 058dc08e620 [branch-4.0] pick some arrow memory leak fix to branch-4.0 
(#66462)
     add 0c699219fcc branch-4.0: [fix](test) fix unstable test cases (#66502)
     add 0fefed17bd8 [release] bump to 4.0.8-rc01 (#66550)
     add 58fb9c5bc31 branch-4.0: [opt](planner) Enable Nereids distribute 
planner after upgrade (#66631)
     add bc8ea1bac6d [release] bump to 4.0.8-rc02 (#66639)
     add 62a5f8766ce branch-4.0: [Fix](thirdparty) Unify arrow cpp standard 
with be (#64390) (#66723)
     add 461d003df3c branch-4.0: [fix](thirdparty) repoint the dead libuuid 
download mirror (#66822)
     add 8a9961723ea branch-4.0: [fix](metrics) update real emails with 
placeholder in MetricsTest (#66976)
     add 7e3fade2210 [fix](fe) Preserve effective Compute Group for audit logs 
(#66281)

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   (0908d4eb610)
            \
             N -- N -- N   refs/heads/auto-pick-66281-branch-4.0 (7e3fade2210)

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/http/ev_http_server.cpp                     |   16 +-
 be/src/vec/exec/scan/file_scanner.cpp              |   86 +-
 .../workload_group/workload_group_manager_test.cpp |   26 +-
 .../docker-compose/kerberos/conf/hive-site.xml.tpl |   27 +
 .../kerberos/entrypoint-hive-master.sh             |   31 +
 .../docker-compose/kerberos/hadoop-hive.env.tpl    |    8 +
 .../docker-compose/kerberos/kerberos.yaml.tpl      |    6 +
 .../kerberos/sql/create_paimon_hive_table.hql      |   32 +
 docker/thirdparties/run-thirdparties-docker.sh     |   65 +-
 fe/fe-core/pom.xml                                 |    2 +-
 .../datasource/iceberg/IcebergMetadataOps.java     |   26 +-
 .../apache/doris/load/loadv2/BrokerLoadJob.java    |   59 +-
 .../insert/InsertOverwriteTableCommand.java        |    7 +-
 .../java/org/apache/doris/qe/ConnectContext.java   |   34 +
 .../java/org/apache/doris/qe/SessionVariable.java  |    8 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |   44 +-
 .../main/java/org/apache/doris/qe/VariableMgr.java |    3 +
 .../arrowflight/DorisFlightSqlProducer.java        |   28 +-
 .../arrowflight/FlightSqlConnectProcessor.java     |   21 +-
 .../arrowflight/results/FlightSqlChannel.java      |    7 +
 .../results/FlightSqlResultCacheEntry.java         |    2 +-
 .../sessions/FlightSqlConnectContext.java          |    3 -
 .../sessions/FlightSqlConnectPoolMgr.java          |   20 +
 .../doris/load/loadv2/BrokerLoadJobTest.java       |  140 ++
 .../java/org/apache/doris/metric/MetricsTest.java  |   20 +-
 .../insert/InsertOverwriteSkipAuthResetTest.java   |   81 +
 .../org/apache/doris/qe/ConnectContextTest.java    |   58 +
 .../java/org/apache/doris/qe/StmtExecutorTest.java |   36 +
 .../java/org/apache/doris/qe/VariableMgrTest.java  |   25 +
 .../service/FrontendServiceImplCloudTest.java      |   82 +
 .../doris/service/FrontendServiceImplTest.java     |   39 -
 .../arrowflight/DorisFlightSqlProducerTest.java    |  210 ++
 .../sessions/FlightSqlConnectPoolMgrTest.java      |   69 +
 gensrc/script/gen_build_version.sh                 |    2 +-
 .../three_level_nestedtypes_with_s3data.out        | 2264 ++++++++++++++++----
 .../two_level_nestedtypes_with_s3data.out          | 1454 ++++++++-----
 .../nereids_syntax_p1/mv/aggregate/agg_sync_mv.out |   27 +-
 regression-test/plugins/plugin_compaction.groovy   |   46 +-
 .../suites/ann_index_p0/ann_index_basic.groovy     |   40 +-
 .../suites/ann_index_p0/ivf_index_test.groovy      |   28 +-
 .../test_backup_restore_colocate.groovy            |   28 +-
 .../test_backup_restore_retention_count.groovy     |   11 +-
 ...e_warm_up_with_compaction_use_peer_cache.groovy |    2 +-
 .../suites/cloud_p0/cache/ddl/nation.sql           |    3 +
 .../read_write/test_multi_stale_rowset.groovy      |    2 +-
 .../tablets/test_tablet_size_semantics.groovy      |    9 +
 .../table_modify_resouce_and_policy.groovy         |   43 +-
 .../table_modify_resouce_and_policy_by_hdfs.groovy |   43 +-
 .../suites/compaction/ddl/column_witdh_array.sql   |    5 +-
 .../compaction/test_compacation_with_delete.groovy |    2 +-
 .../compaction/test_compaction_agg_keys.groovy     |    2 +-
 .../test_compaction_agg_keys_with_array_map.groovy |    3 +-
 .../test_compaction_agg_keys_with_delete.groovy    |    2 +-
 .../compaction/test_compaction_dup_keys.groovy     |    2 +-
 .../test_compaction_dup_keys_with_delete.groovy    |    2 +-
 .../test_compaction_profile_action.groovy          |    9 +-
 .../compaction/test_compaction_uniq_keys.groovy    |    2 +-
 .../compaction/test_compaction_uniq_keys_ck.groovy |    3 +-
 .../test_compaction_uniq_keys_row_store.groovy     |    1 +
 .../test_compaction_uniq_keys_row_store_ck.groovy  |    1 +
 .../test_compaction_uniq_keys_with_delete.groovy   |    2 +-
 ...test_compaction_uniq_keys_with_delete_ck.groovy |    3 +-
 .../test_compaction_with_empty_rowset.groovy       |    3 +-
 .../test_time_series_compaction_policy.groovy      |   81 +-
 .../test_vertical_compaction_agg_keys.groovy       |    2 +-
 .../test_vertical_compaction_agg_state.groovy      |    2 +-
 .../test_vertical_compaction_dup_keys.groovy       |    2 +-
 .../test_vertical_compaction_uniq_keys.groovy      |    2 +-
 .../test_vertical_compaction_uniq_keys_ck.groovy   |    2 +-
 .../two_level_nestedtypes_with_s3data.groovy       |    3 +-
 .../cache/test_file_cache_features.groovy          |   34 +
 .../cache/test_file_cache_statistics.groovy        |   26 +-
 .../test_iceberg_arrow_flight_split_source.groovy  |  131 ++
 .../refactor_storage_param/hdfs_all_test.groovy    |    1 +
 .../paimon/test_paimon_hms_catalog.groovy          |    2 +
 .../hive_on_hms_and_dlf.groovy                     |    2 +
 .../iceberg_on_hms_and_filesystem_and_dlf.groovy   |    2 +
 .../suites/inverted_index_p2/test_show_data.groovy |   40 +-
 .../mv/aggregate/agg_sync_mv.groovy                |    6 +-
 .../suites/point_query_p0/test_point_query.groovy  |    2 +-
 .../test_agg_keys_schema_change_datev2.groovy      |    2 +-
 .../test_schema_change_varchar_to_datev2.groovy    |    2 +-
 .../test_agg_keys_schema_change_decimalv2.groovy   |    2 +-
 .../test_agg_keys_schema_change_decimalv3.groovy   |    2 +-
 .../test_agg_keys_schema_change.groovy             |    2 +-
 .../test_agg_mv_schema_change.groovy               |    3 +-
 .../test_agg_rollup_schema_change.groovy           |    2 +-
 .../test_agg_vals_schema_change.groovy             |    2 +-
 .../test_dup_mv_schema_change.groovy               |    2 +-
 .../test_dup_rollup_schema_change.groovy           |    2 +-
 .../test_dup_vals_schema_change.groovy             |    2 +-
 .../test_schema_change_with_empty_rowset.groovy    |    4 +-
 .../test_uniq_mv_schema_change.groovy              |    2 +-
 .../test_uniq_rollup_schema_change.groovy          |    2 +-
 .../test_uniq_vals_schema_change.groovy            |    2 +-
 .../test_varchar_schema_change.groovy              |    2 +-
 .../predefine/test_custom_analyzer.groovy          |    5 +-
 thirdparty/build-thirdparty.sh                     |    6 +-
 thirdparty/download-thirdparty.sh                  |    6 -
 ...che-arrow-17.0.0-status-inline-static-fix.patch |   58 -
 thirdparty/vars.sh                                 |    2 +-
 101 files changed, 4497 insertions(+), 1320 deletions(-)
 create mode 100644 
docker/thirdparties/docker-compose/kerberos/sql/create_paimon_hive_table.hql
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/insert/InsertOverwriteSkipAuthResetTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/service/FrontendServiceImplCloudTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/service/arrowflight/DorisFlightSqlProducerTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/service/arrowflight/sessions/FlightSqlConnectPoolMgrTest.java
 create mode 100644 
regression-test/suites/external_table_p0/iceberg/test_iceberg_arrow_flight_split_source.groovy
 delete mode 100644 
thirdparty/patches/apache-arrow-17.0.0-status-inline-static-fix.patch


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

Reply via email to