This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5cfb2459e34 [fix](load) fix memtable agg functions (#38017) (#38067)
new 1eb136dbbd0 [fix](nereids) acos function should return null literal
instead of NaN value (#37932)
new af86f0110b2 [fix](routine-load) fix auto resume invalid when FE leader
change or restart (#37876)
new 834e1e7872c [opt](tools) remove redudant copies of tpch queries in
tools (#37887)
new b38b910809b [Fix](delete) Fix delete on value case due to compaction
(#37917)
new be4fe19b91f [regression-test](pipeline) reduce tests concurrency
(#38026)
new 50ea3f6ff2d [opt](delete) Delete job should retry for failure that is
not `DELETE_INVALID_XXX` (#37834)
new aef4d3c548c [Chore](memory) use Allocator_ to manage memory on
random_bytes/space (#37997)
new da0cf12e78c [fix](Azure) Correct the truncated condition for Azure's
list in FE (#37986)
new 4df12673455 [enhancement](memtable) use shared ptr for flush token
since it is shared between memtable write thread and flush thread (#38023)
new 9610249d461 [Fix](group commit) Fix group commit exception in nereids
planner (#37953)
new 1ded643ebfb [Fix](load) Fix uninitiated load_type (not a valid value
for type) of StreamLoadContext when operate_txn_2pc (#38033)
new 25cc1a3459f [Fix](load) Fix the channel leak when close wait has been
cancelled (#38031)
new 67aa26188cf [chore](fe) Returns dropped tables in GetMeta request
(#38019)
new 9116732e4f6 [fix](spill) disable partitioned agg when group by limit
opt is set (#37873)
new ada72fda918 [fix]fix be core when migration tablet to other disk
(#37712)
new 8e13d1aef29 [fix](function) the bucket number arg of width_bucket
should be a positive integer value (#37892)
new f9799ed7dad [fix](mysql)fix mysql row buffer open_dynamic_mode make
_pos pointer out range of _buf (#37936)
new a5be1ca3b88 [fix] (compile) Resolve time_point type mismatch in
s3_rate_limiter.cpp in mac (#38036)
new a40f4e8200b [fix](compaction) Fix data race when fetching base
compaction score from cloud tablet (#38006)
new 3a531532a3c [config](be) add be config migration_lock_timeout_ms
(#38000)
new 9df637346fa [improvement](doris compose) make lock file all users can
read and write (#37878)
new df600866b31 [opt](inverted index) set support_phrase default true if
parser is set (#37949)
new e3c2c9490af [Improvement](ObjectStorage) Retry when encountering
TooManyRequest response (#37199)
new 7b0d9f4b20d [enhancement](compaction) Control the parallelism for
urgent compaction tasks (#37782)
new 361c0702584 [opt](inverted index) unified optimization judgment to
prevent omissions (#38027)
new 7a03eb28cd9 [Fix](function) fix FE impl of some time functions (#37746)
new cb0cb3b6485 [Fix] Error: missing field initializer (#37403)
new ade14e44673 [fix][compile] Resolve time_point type mismatch on MacOS
and Linux (#38049)
new 24fbe9f7437 [fix](nereids)the keys of agg table with random distribute
are not unique (#37881)
new d54dbae21dd [Improvement](rpc) set grpc channel's keepAliveTime and
remove proxy on InterruptedExcep… (#37304)
new 580eb675749 [Chore](function) remove repeat max num (#37907)
new ee4dbc0a172 [fix](kerberos)fix and refactor ugi login for kerberos and
simple authentication (#37301)
new b84e2679349 [chore](test) add log to find bug of unstable test (#37982)
new 0eeb44acb02 [fix](Nereids) fix test_leading.out mistake delete (#38047)
new 5d49207eed4 [enhancement](runtimefilter) fix potential core in runtime
filter sync filter size (#38058)
new cbf7d96adc0 [opt](nereids) print ignored runtime filter in
shape/physical plan (#37993)
new f753ebcf91b [opt](regression) ./run-regression.sh -d parameter accept
"regression-test/suites/" as prefix (#37942)
new 4bc800f3578 [Fix](beut) Fix TestDeleteConditionHandler beut (#38043)
new e2f0dfd3b54 (cloud-merge) Fix double show the property
`file_cache_ttl_seconds` (#38052)
new 9416735c405 [fix](regression-test) fix `test_numbers` test (#38050)
new 97b3dba638f [fix](regression) fix some txn_insert and group_commit
case (#37928)
new a0116309bd1 (cloud-merge) Fix index data cannot be writed into ttl dir
(#37485)
new ee65e002260 [fix](profile) Fix profile reject (#38030)
new feacd2213c4 [fix](core) fix closure use after release (#38087)
new 448611f04fd [fix](cloud) getVersionUpdateTimeMs out of bound (#38074)
new d966c80918d [fix](cloud) fix inconsistent reponse between cloud mode
and local mode for streamload 2PC (#38076)
new 91293d5acf9 [fix](delete-sign) Disable deletion with delete sign when
doing cumulative compaction (#37950)
new cefb188e165 [enhancement](regression-test) schema reordering case
(#37521)
new 805fd46ba45 [Feat](nereids) add pull up literal when infer predicates
(#37314)
new d56a0b8bd69 [feature](iceberg) iceberg write support insert
overwrite and optimize hive write transaction statistics and (#37191)
new b69efa1b96c [Opt](Iceberg) Simplify the code of getting time travel
snapshotId (#34299)
The 51 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/agent/task_worker_pool.cpp | 6 +-
be/src/cloud/cloud_tablet.cpp | 3 +
be/src/common/config.cpp | 2 +
be/src/common/config.h | 2 +
be/src/exprs/runtime_filter.cpp | 27 +-
be/src/exprs/runtime_filter.h | 4 +-
be/src/http/action/tablet_migration_action.cpp | 3 +-
be/src/io/cache/block_file_cache.cpp | 7 +-
be/src/io/cache/block_file_cache.h | 2 +-
be/src/io/cache/block_file_cache_downloader.cpp | 1 +
be/src/io/cache/cached_remote_file_reader.cpp | 2 +-
be/src/io/file_factory.cpp | 6 +-
be/src/olap/delete_handler.cpp | 31 +-
be/src/olap/memtable_flush_executor.cpp | 30 +-
be/src/olap/memtable_flush_executor.h | 20 +-
be/src/olap/memtable_writer.cpp | 20 +-
be/src/olap/memtable_writer.h | 4 +-
be/src/olap/olap_server.cpp | 41 +-
be/src/olap/push_handler.cpp | 4 +
be/src/olap/rowset/beta_rowset.cpp | 2 +
be/src/olap/rowset/beta_rowset_writer.cpp | 4 +-
be/src/olap/rowset/segment_v2/column_reader.h | 2 +-
be/src/olap/rowset/segment_v2/segment_iterator.cpp | 62 +-
be/src/olap/rowset/segment_v2/segment_iterator.h | 5 +-
be/src/olap/rowset_builder.cpp | 6 +-
be/src/olap/storage_engine.h | 2 +-
be/src/olap/tablet_reader.cpp | 21 +-
be/src/olap/tablet_reader.h | 1 +
be/src/pipeline/pipeline_fragment_context.cpp | 18 +-
be/src/runtime/load_stream.cpp | 1 +
be/src/runtime/runtime_state.h | 11 -
be/src/runtime/snapshot_loader.cpp | 1 -
be/src/runtime/stream_load/stream_load_context.h | 2 +-
be/src/runtime/workload_group/workload_group.cpp | 4 +-
be/src/service/internal_service.cpp | 5 -
be/src/util/mysql_row_buffer.cpp | 5 +-
be/src/util/s3_util.cpp | 1 +
be/src/vec/exec/format/table/paimon_reader.cpp | 1 +
be/src/vec/exec/scan/new_olap_scanner.cpp | 19 +
be/src/vec/exprs/vexpr.cpp | 17 +-
be/src/vec/functions/function_string.cpp | 5 +-
be/src/vec/functions/function_string.h | 74 +-
be/src/vec/functions/function_width_bucket.cpp | 17 +-
be/src/vec/olap/block_reader.cpp | 3 +-
be/src/vec/olap/vertical_block_reader.cpp | 2 +-
be/src/vec/runtime/shared_hash_table_controller.h | 4 +-
.../writer/iceberg/viceberg_partition_writer.cpp | 3 +-
be/src/vec/sink/writer/vhive_partition_writer.cpp | 3 +-
be/src/vec/sink/writer/vtablet_writer.cpp | 14 +-
be/src/vec/sink/writer/vtablet_writer_v2.cpp | 1 +
be/test/io/cache/block_file_cache_test.cpp | 16 +-
be/test/olap/delete_handler_test.cpp | 52 +-
cloud/src/meta-service/meta_service_txn.cpp | 19 +-
cloud/src/recycler/s3_accessor.cpp | 29 +-
common/cpp/obj_retry_strategy.cpp | 61 +
common/cpp/obj_retry_strategy.h | 48 +
common/cpp/s3_rate_limiter.cpp | 9 +-
docker/runtime/doris-compose/cluster.py | 8 +-
.../kerberos/common/conf/doris-krb5.conf | 2 +-
.../main/java/org/apache/doris/common/Config.java | 8 +
.../authentication/AuthenticationConfig.java | 2 +
...icationConfig.java => HadoopAuthenticator.java} | 32 +-
.../HadoopKerberosAuthenticator.java | 163 +
.../authentication/HadoopSimpleAuthenticator.java | 47 +
.../common/security/authentication/HadoopUGI.java | 89 +-
....java => ImpersonatingHadoopAuthenticator.java} | 29 +-
.../KerberosAuthenticationConfig.java | 3 +
.../org/apache/doris/binlog/BinlogManager.java | 14 +
.../java/org/apache/doris/binlog/DBBinlog.java | 50 +-
.../org/apache/doris/binlog/DropTableRecord.java | 4 +
.../main/java/org/apache/doris/catalog/Env.java | 6 +-
.../main/java/org/apache/doris/catalog/Index.java | 13 +-
.../apache/doris/cloud/catalog/CloudPartition.java | 4 +-
.../apache/doris/cloud/storage/AzureRemote.java | 2 +-
.../transaction/CloudGlobalTransactionMgr.java | 7 +-
.../apache/doris/common/util/MetaLockUtils.java | 13 +
.../apache/doris/common/util/ProfileManager.java | 27 +-
.../doris/datasource/hive/HMSCachedClient.java | 5 +
.../doris/datasource/hive/HMSExternalCatalog.java | 12 +-
.../doris/datasource/hive/HMSTransaction.java | 389 +--
.../doris/datasource/hive/HiveMetadataOps.java | 26 +-
.../doris/datasource/hive/HivePartition.java | 51 +-
.../datasource/hive/HivePartitionStatistics.java | 69 +-
.../org/apache/doris/datasource/hive/HiveUtil.java | 21 +-
.../datasource/hive/ThriftHMSCachedClient.java | 12 +-
.../datasource/iceberg/IcebergTransaction.java | 70 +-
.../datasource/iceberg/source/IcebergScanNode.java | 29 +-
.../datasource/statistics/CommonStatistics.java | 4 +
.../org/apache/doris/fs/obj/AzureObjStorage.java | 2 +-
.../apache/doris/fs/remote/RemoteFileSystem.java | 14 +-
.../apache/doris/fs/remote/dfs/DFSFileSystem.java | 45 +-
.../apache/doris/load/routineload/ErrorReason.java | 18 +-
.../doris/load/routineload/RoutineLoadJob.java | 6 +-
.../doris/load/routineload/RoutineLoadManager.java | 2 +-
.../java/org/apache/doris/master/MasterImpl.java | 8 +-
.../org/apache/doris/nereids/CascadesContext.java | 5 +-
.../expression/rules/FoldConstantRuleOnBE.java | 1 -
.../nereids/rules/rewrite/PullUpPredicates.java | 7 +
.../executable/DateTimeExtractAndTransform.java | 18 +-
.../functions/executable/ExecutableFunctions.java | 12 +-
.../functions/executable/TimeRoundSeries.java | 2 +-
.../trees/expressions/literal/DateLiteral.java | 2 +-
.../expressions/literal/DateTimeV2Literal.java | 2 +-
.../plans/commands/insert/HiveInsertExecutor.java | 7 +-
.../insert/IcebergInsertCommandContext.java} | 30 +-
.../insert/InsertOverwriteTableCommand.java | 44 +-
.../trees/plans/logical/LogicalOlapScan.java | 2 +-
.../trees/plans/physical/RuntimeFilter.java | 17 +-
.../apache/doris/persist/RoutineLoadOperation.java | 13 +
.../main/java/org/apache/doris/qe/Coordinator.java | 2 +
.../java/org/apache/doris/qe/QeProcessorImpl.java | 5 +-
.../java/org/apache/doris/qe/SessionVariable.java | 9 +-
.../java/org/apache/doris/qe/StmtExecutor.java | 7 -
.../org/apache/doris/rpc/BackendServiceClient.java | 2 +-
.../apache/doris/service/FrontendServiceImpl.java | 4 +
.../doris/transaction/DatabaseTransactionMgr.java | 6 +-
.../doris/common/proc/IndexesProcNodeTest.java | 2 +-
.../doris/datasource/TestHMSCachedClient.java | 10 +-
.../doris/datasource/hive/HmsCommitTest.java | 29 +-
.../nereids/rules/expression/FoldConstantTest.java | 21 +-
.../nereids/rules/rewrite/InferPredicatesTest.java | 22 +-
.../org/apache/doris/qe/SessionVariablesTest.java | 2 +-
gensrc/thrift/FrontendService.thrift | 1 +
gensrc/thrift/PaloInternalService.thrift | 2 +-
.../sys/test_sys_string/test_sys_string_basic.py | 3 -
.../data/correctness/test_timev2_fold.out | 34 +-
.../test_large_string_and_nested_type.out | 4 +
.../test_delete_sign_with_cumu_compaction.out} | 11 +-
.../write/test_iceberg_insert_overwrite.out | 177 ++
.../test_all_index_hit_fault_injection.out | 24 +
.../test_delete_from_timeout.out} | 12 +-
.../test_topn_fault_injection.out | 30 +
.../data/nereids_function_p0/scalar_function/A.out | 26 +-
.../data/nereids_p0/hint/test_leading.out | 2864 ++++++++++++++++++
.../infer_predicate/pull_up_predicate_literal.out | 3139 ++++++++++++++++++++
.../org/apache/doris/regression/Config.groovy | 15 +-
.../apache/doris/regression/RegressionTest.groovy | 1 +
.../doris/regression/action/HttpCliAction.groovy | 38 +-
.../doris/regression/action/ProfileAction.groovy | 122 +
.../org/apache/doris/regression/suite/Suite.groovy | 10 +-
.../framework/src/main/groovy/suite.gdsl | 4 +-
regression-test/pipeline/cloud_p0/run.sh | 4 +-
.../test_backup_restore_inverted_index.groovy | 2 +-
.../suites/correctness/test_timev2_fold.groovy | 40 +-
.../test_large_string_and_nested_type.groovy | 46 +
.../datatype_p0/string/test_string_basic.groovy | 7 +-
.../suites/delete_p0/test_delete_on_value.groovy | 4 +
.../test_delete_sign_with_cumu_compaction.groovy | 116 +
.../write/test_iceberg_insert_overwrite.groovy | 856 ++++++
.../kerberos/test_two_hive_kerberos.groovy | 33 +
.../external_table_p0/tvf/test_numbers.groovy | 2 +-
.../test_all_index_hit_fault_injection.groovy | 11 +-
.../test_delete_from_timeout.groovy | 27 +-
.../test_topn_fault_injection.groovy | 32 +-
.../suites/index_p0/test_index_meta.groovy | 10 +-
.../insert_p0/insert_group_commit_into.groovy | 18 +-
.../test_group_commit_data_bytes_property.groovy | 22 +-
.../insert_p0/txn_insert_concurrent_insert.groovy | 2 +-
.../test_routine_load_restart_fe.groovy | 134 +
.../test_group_commit_and_wal_back_pressure.groovy | 63 +-
.../nereids_function_p0/scalar_function/A.groovy | 2 +
.../nereids_p0/javaudf/test_alias_function.groovy | 2 +-
.../pull_up_predicate_literal.groovy | 2234 ++++++++++++++
.../suites/query_p0/cache/sql_cache.groovy | 86 +-
.../test_width_bucket_function.groovy | 5 +
.../suites/query_p1/test_big_pad.groovy | 1 -
.../test_schema_reordering_dup.groovy | 507 ++++
.../test_schema_reordering_unique.groovy | 522 ++++
.../max_msg_size_of_result_receiver.groovy | 1 -
run-regression-test.sh | 23 +-
tools/tpch-tools/bin/run-tpch-queries.sh | 5 +-
.../conf/opt/backup_session_variables.sql | 0
tools/tpch-tools/queries/{sf1 => }/q1.sql | 0
tools/tpch-tools/queries/{sf1 => }/q10.sql | 0
tools/tpch-tools/queries/{sf1 => }/q11.sql | 0
tools/tpch-tools/queries/{sf1 => }/q12.sql | 0
tools/tpch-tools/queries/{sf1 => }/q13.sql | 0
tools/tpch-tools/queries/{sf1 => }/q14.sql | 0
tools/tpch-tools/queries/{sf1 => }/q15.sql | 0
tools/tpch-tools/queries/{sf1 => }/q16.sql | 0
tools/tpch-tools/queries/{sf1 => }/q17.sql | 0
tools/tpch-tools/queries/{sf1 => }/q18.sql | 0
tools/tpch-tools/queries/{sf1 => }/q19.sql | 0
tools/tpch-tools/queries/{sf1 => }/q2.sql | 0
tools/tpch-tools/queries/{sf1 => }/q20.sql | 0
tools/tpch-tools/queries/{sf1 => }/q21.sql | 0
tools/tpch-tools/queries/{sf1 => }/q22.sql | 0
tools/tpch-tools/queries/{sf1 => }/q3.sql | 0
tools/tpch-tools/queries/{sf1 => }/q4.sql | 0
tools/tpch-tools/queries/{sf1 => }/q5.sql | 0
tools/tpch-tools/queries/{sf1 => }/q6.sql | 0
tools/tpch-tools/queries/{sf1 => }/q7.sql | 0
tools/tpch-tools/queries/{sf1 => }/q8.sql | 0
tools/tpch-tools/queries/{sf1 => }/q9.sql | 0
tools/tpch-tools/queries/sf100/q1.sql | 38 -
tools/tpch-tools/queries/sf100/q10.sql | 50 -
tools/tpch-tools/queries/sf100/q11.sql | 44 -
tools/tpch-tools/queries/sf100/q12.sql | 45 -
tools/tpch-tools/queries/sf100/q13.sql | 37 -
tools/tpch-tools/queries/sf100/q14.sql | 30 -
tools/tpch-tools/queries/sf100/q15.sql | 36 -
tools/tpch-tools/queries/sf100/q16.sql | 47 -
tools/tpch-tools/queries/sf100/q17.sql | 36 -
tools/tpch-tools/queries/sf100/q18.sql | 51 -
tools/tpch-tools/queries/sf100/q19.sql | 52 -
tools/tpch-tools/queries/sf100/q2.sql | 61 -
tools/tpch-tools/queries/sf100/q20.sql | 54 -
tools/tpch-tools/queries/sf100/q21.sql | 57 -
tools/tpch-tools/queries/sf100/q22.sql | 54 -
tools/tpch-tools/queries/sf100/q3.sql | 40 -
tools/tpch-tools/queries/sf100/q4.sql | 38 -
tools/tpch-tools/queries/sf100/q5.sql | 41 -
tools/tpch-tools/queries/sf100/q6.sql | 26 -
tools/tpch-tools/queries/sf100/q7.sql | 56 -
tools/tpch-tools/queries/sf100/q8.sql | 54 -
tools/tpch-tools/queries/sf100/q9.sql | 49 -
tools/tpch-tools/queries/sf1000/q1.sql | 38 -
tools/tpch-tools/queries/sf1000/q10.sql | 50 -
tools/tpch-tools/queries/sf1000/q11.sql | 44 -
tools/tpch-tools/queries/sf1000/q12.sql | 45 -
tools/tpch-tools/queries/sf1000/q13.sql | 37 -
tools/tpch-tools/queries/sf1000/q14.sql | 30 -
tools/tpch-tools/queries/sf1000/q15.sql | 36 -
tools/tpch-tools/queries/sf1000/q16.sql | 47 -
tools/tpch-tools/queries/sf1000/q17.sql | 36 -
tools/tpch-tools/queries/sf1000/q18.sql | 51 -
tools/tpch-tools/queries/sf1000/q19.sql | 52 -
tools/tpch-tools/queries/sf1000/q2.sql | 61 -
tools/tpch-tools/queries/sf1000/q20.sql | 54 -
tools/tpch-tools/queries/sf1000/q21.sql | 57 -
tools/tpch-tools/queries/sf1000/q22.sql | 54 -
tools/tpch-tools/queries/sf1000/q3.sql | 40 -
tools/tpch-tools/queries/sf1000/q4.sql | 38 -
tools/tpch-tools/queries/sf1000/q5.sql | 41 -
tools/tpch-tools/queries/sf1000/q6.sql | 26 -
tools/tpch-tools/queries/sf1000/q7.sql | 56 -
tools/tpch-tools/queries/sf1000/q8.sql | 54 -
tools/tpch-tools/queries/sf1000/q9.sql | 49 -
tools/tpch-tools/queries/sf10000/q1.sql | 38 -
tools/tpch-tools/queries/sf10000/q10.sql | 50 -
tools/tpch-tools/queries/sf10000/q11.sql | 44 -
tools/tpch-tools/queries/sf10000/q12.sql | 45 -
tools/tpch-tools/queries/sf10000/q13.sql | 37 -
tools/tpch-tools/queries/sf10000/q14.sql | 30 -
tools/tpch-tools/queries/sf10000/q15.sql | 36 -
tools/tpch-tools/queries/sf10000/q16.sql | 47 -
tools/tpch-tools/queries/sf10000/q17.sql | 36 -
tools/tpch-tools/queries/sf10000/q18.sql | 51 -
tools/tpch-tools/queries/sf10000/q19.sql | 52 -
tools/tpch-tools/queries/sf10000/q2.sql | 61 -
tools/tpch-tools/queries/sf10000/q20.sql | 54 -
tools/tpch-tools/queries/sf10000/q21.sql | 57 -
tools/tpch-tools/queries/sf10000/q22.sql | 54 -
tools/tpch-tools/queries/sf10000/q3.sql | 40 -
tools/tpch-tools/queries/sf10000/q4.sql | 38 -
tools/tpch-tools/queries/sf10000/q5.sql | 41 -
tools/tpch-tools/queries/sf10000/q6.sql | 26 -
tools/tpch-tools/queries/sf10000/q7.sql | 56 -
tools/tpch-tools/queries/sf10000/q8.sql | 54 -
tools/tpch-tools/queries/sf10000/q9.sql | 49 -
260 files changed, 12592 insertions(+), 4084 deletions(-)
create mode 100644 common/cpp/obj_retry_strategy.cpp
create mode 100644 common/cpp/obj_retry_strategy.h
copy
fe/fe-common/src/main/java/org/apache/doris/common/security/authentication/{KerberosAuthenticationConfig.java
=> HadoopAuthenticator.java} (51%)
create mode 100644
fe/fe-common/src/main/java/org/apache/doris/common/security/authentication/HadoopKerberosAuthenticator.java
create mode 100644
fe/fe-common/src/main/java/org/apache/doris/common/security/authentication/HadoopSimpleAuthenticator.java
copy
fe/fe-common/src/main/java/org/apache/doris/common/security/authentication/{KerberosAuthenticationConfig.java
=> ImpersonatingHadoopAuthenticator.java} (54%)
rename
fe/fe-core/src/main/java/org/apache/doris/{datasource/hive/HiveCommonStatistics.java
=> nereids/trees/plans/commands/insert/IcebergInsertCommandContext.java} (53%)
create mode 100644
regression-test/data/datatype_p0/nested_types/corner_cases/test_large_string_and_nested_type.out
copy
regression-test/data/{load_p0/stream_load/test_group_commit_and_wal_back_pressure.out
=> delete_p0/test_delete_sign_with_cumu_compaction.out} (60%)
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_insert_overwrite.out
rename
regression-test/data/{load_p0/stream_load/test_group_commit_and_wal_back_pressure.out
=> fault_injection_p0/test_delete_from_timeout.out} (54%)
create mode 100644
regression-test/data/nereids_rules_p0/infer_predicate/pull_up_predicate_literal.out
create mode 100644
regression-test/framework/src/main/groovy/org/apache/doris/regression/action/ProfileAction.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/corner_cases/test_large_string_and_nested_type.groovy
create mode 100644
regression-test/suites/delete_p0/test_delete_sign_with_cumu_compaction.groovy
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_insert_overwrite.groovy
create mode 100644
regression-test/suites/load_p0/routine_load/test_routine_load_restart_fe.groovy
create mode 100644
regression-test/suites/nereids_rules_p0/infer_predicate/pull_up_predicate_literal.groovy
create mode 100644
regression-test/suites/schema_change_p0/test_schema_reordering_dup.groovy
create mode 100644
regression-test/suites/schema_change_p0/test_schema_reordering_unique.groovy
copy be/src/pch/pch.cc =>
tools/tpch-tools/conf/opt/backup_session_variables.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q1.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q10.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q11.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q12.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q13.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q14.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q15.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q16.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q17.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q18.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q19.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q2.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q20.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q21.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q22.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q3.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q4.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q5.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q6.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q7.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q8.sql (100%)
rename tools/tpch-tools/queries/{sf1 => }/q9.sql (100%)
delete mode 100644 tools/tpch-tools/queries/sf100/q1.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q10.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q11.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q12.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q13.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q14.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q15.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q16.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q17.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q18.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q19.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q2.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q20.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q21.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q22.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q3.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q4.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q5.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q6.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q7.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q8.sql
delete mode 100644 tools/tpch-tools/queries/sf100/q9.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q1.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q10.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q11.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q12.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q13.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q14.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q15.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q16.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q17.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q18.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q19.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q2.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q20.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q21.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q22.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q3.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q4.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q5.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q6.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q7.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q8.sql
delete mode 100644 tools/tpch-tools/queries/sf1000/q9.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q1.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q10.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q11.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q12.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q13.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q14.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q15.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q16.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q17.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q18.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q19.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q2.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q20.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q21.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q22.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q3.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q4.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q5.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q6.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q7.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q8.sql
delete mode 100644 tools/tpch-tools/queries/sf10000/q9.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]