This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a change to branch hello-stephen-patch-5
in repository https://gitbox.apache.org/repos/asf/doris.git
from 6b7cb443f17 Merge branch 'master' into hello-stephen-patch-5
add 91d7da6a09e [opt](iceberg) support create branch/tag for iceberg
(#51727)
add f3d44a54480 [fix](paimon) fix select count(*) from paimon table
(#51834)
add 46f64c1b8e7 [chore](ci)Replace local setup-maven with setup-java for
more stable and simplified Maven setup (#52229)
add cf329173c01 [Opt](compaction) Prune rows with delete sign=1 in full
compaction (#51874)
add aaef0e06059 [fix](fe) multi statements different behavior in master
and follower (#52144)
add 5c4bf25706f [Chore](case) merge test case agg_sync_mv with load
(#52242)
add f9e654316c4 [Fix](JsonReader) Fix the issue where the null bitmap of
the JSON reader was not initialized when the JSON path is specified as '$.’
(#52211)
add 2d7514afc8b [test](inverted index) enhance UT case for inverted index
reader (#52182)
add 71fa00d1298 [Chore](column) enable sanity_check for
ColumnNullable/ColumnArray/ColumnMap/ColumnStruct (#51858)
add 2d513dfe713 [Chore](gutil) remove gutil/port,integral_types (#51889)
add 1522200d31b Merge branch 'master' into hello-stephen-patch-5
No new revisions were added by this update.
Summary of changes:
.github/actions/setup-maven | 1 -
.github/workflows/checkstyle.yaml | 8 +-
.gitignore | 1 -
.gitmodules | 3 -
be/src/agent/task_worker_pool.cpp | 14 +-
be/src/cloud/cloud_tablet.cpp | 7 +-
be/src/clucene | 2 +-
be/src/common/signal_handler.h | 20 +-
be/src/exec/es/es_scan_reader.cpp | 2 +-
be/src/exec/es/es_scroll_parser.cpp | 4 +-
be/src/exprs/bitmapfilter_predicate.h | 19 +-
be/src/exprs/bloom_filter_func.h | 6 +-
be/src/exprs/bloom_filter_func_adaptor.h | 4 +-
be/src/exprs/bloom_filter_func_impl.h | 2 +-
be/src/gutil/CMakeLists.txt | 2 -
be/src/gutil/endian.h | 260 +-
be/src/gutil/hash/city.cc | 101 +-
be/src/gutil/hash/city.h | 13 +-
be/src/gutil/integral_types.h | 84 -
be/src/gutil/port.h | 1144 --------
be/src/gutil/strings/ascii_ctype.cc | 86 -
be/src/gutil/strings/ascii_ctype.h | 90 -
be/src/gutil/strings/numbers.cc | 76 +-
be/src/gutil/strings/numbers.h | 17 -
be/src/gutil/strtoint.cc | 47 -
be/src/gutil/strtoint.h | 89 -
be/src/io/fs/benchmark/hdfs_benchmark.hpp | 10 +-
be/src/io/fs/buffered_reader.cpp | 16 +-
be/src/io/fs/buffered_reader.h | 22 +-
be/src/olap/base_tablet.h | 2 +-
be/src/olap/id_manager.h | 2 +-
be/src/olap/primary_key_index.h | 2 +-
be/src/olap/schema_change.cpp | 2 +-
be/src/olap/storage_engine.cpp | 8 +-
be/src/olap/storage_engine.h | 4 +-
be/src/olap/tablet.cpp | 6 +-
be/src/olap/tablet_reader.cpp | 3 +-
.../exec/nested_loop_join_probe_operator.h | 2 +-
be/src/runtime/exec_env_init.cpp | 2 +-
be/src/runtime/fragment_mgr.cpp | 14 +-
be/src/runtime/runtime_query_statistics_mgr.cpp | 2 +-
be/src/runtime/runtime_query_statistics_mgr.h | 2 +-
be/src/runtime/runtime_state.cpp | 2 +-
be/src/runtime/runtime_state.h | 6 +-
be/src/runtime/thread_context.h | 4 +-
be/src/service/internal_service.cpp | 4 +-
be/src/tools/meta_tool.cpp | 6 +-
be/src/util/runtime_profile.cpp | 4 +-
be/src/util/simd/vstring_function.h | 4 +-
.../aggregate_function_retention.h | 2 +-
.../aggregate_function_window.h | 8 +-
be/src/vec/columns/column.cpp | 4 +-
be/src/vec/columns/column.h | 9 +-
be/src/vec/columns/column_array.h | 5 +
be/src/vec/columns/column_decimal.cpp | 4 +-
be/src/vec/columns/column_decimal.h | 4 +-
be/src/vec/columns/column_dictionary.h | 2 +-
be/src/vec/columns/column_map.h | 6 +
be/src/vec/columns/column_nullable.cpp | 4 +-
be/src/vec/columns/column_nullable.h | 13 +-
be/src/vec/columns/column_string.cpp | 4 +-
be/src/vec/columns/column_string.h | 8 +-
be/src/vec/columns/column_struct.h | 12 +
be/src/vec/columns/column_vector.cpp | 4 +-
be/src/vec/columns/column_vector.h | 4 +-
be/src/vec/common/hash_table/join_hash_table.h | 2 +-
be/src/vec/common/sort/partition_sorter.h | 8 +-
.../data_types/serde/data_type_decimal_serde.cpp | 4 +-
.../vec/data_types/serde/data_type_hll_serde.cpp | 2 +-
be/src/vec/exec/format/column_type_convert.h | 20 +-
be/src/vec/exec/format/json/new_json_reader.cpp | 1 +
be/src/vec/exec/format/parquet/decoder.cpp | 4 +-
be/src/vec/exec/jni_connector.cpp | 4 +-
be/src/vec/exec/scan/split_source_connector.h | 4 +-
be/src/vec/exprs/vbitmap_predicate.cpp | 2 +-
be/src/vec/exprs/vcompound_pred.h | 14 +-
be/src/vec/exprs/vexpr_context.cpp | 19 +-
.../vec/functions/array/function_array_shuffle.cpp | 2 +-
be/src/vec/functions/function_case.h | 2 +-
be/src/vec/functions/function_ip.h | 2 +-
be/src/vec/functions/function_string.h | 48 +-
be/src/vec/functions/multiply.cpp | 4 +-
be/src/vec/olap/olap_data_convertor.h | 2 +-
be/src/vec/runtime/time_value.h | 10 +-
be/src/vec/sink/load_stream_stub.cpp | 2 +-
be/test/io/fs/buffered_reader_test.cpp | 6 +-
.../compaction/util/index_compaction_utils.cpp | 11 +-
.../segment_v2/inverted_index_reader_test.cpp | 1372 +++++++++-
be/test/olap/single_compaction_test.cpp | 2 +-
be/test/olap/storage_types_test.cpp | 2 +-
be/test/olap/tablet_mgr_test.cpp | 2 +-
be/test/runtime/cache/partition_cache_test.cpp | 2 +-
be/test/testutil/mock/mock_runtime_state.h | 2 +-
.../serde/data_type_serde_arrow_test.cpp | 2 +-
.../serde/data_type_serde_mysql_test.cpp | 2 +-
be/test/vec/function/function_bitmap_test.cpp | 8 +-
be/test/vec/function/function_string_test.cpp | 8 +-
.../docker-compose/hive/scripts/hive-metastore.sh | 13 -
.../hive/scripts/paimon1/._default.db | Bin 0 -> 220 bytes
...data-12a1c2cb-6f0e-4692-996f-2d7a40a8c094-0.orc | Bin 0 -> 1783 bytes
...data-c7250df3-9390-4e3d-a517-91188941e87a-0.orc | Bin 0 -> 1832 bytes
...manifest-45cbc7e3-f96a-4ea7-8775-ec3dabe2b94d-0 | Bin 0 -> 1790 bytes
...manifest-f2ed634d-dd9f-406b-a7ce-d4cfa60e6068-0 | Bin 0 -> 1797 bytes
...est-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-0 | Bin 0 -> 676 bytes
...est-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-1 | Bin 0 -> 769 bytes
...est-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-0 | Bin 0 -> 769 bytes
...est-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-1 | Bin 0 -> 769 bytes
.../paimon1/db1.db/all_table/schema/schema-0 | 82 +
.../paimon1/db1.db/all_table/schema/schema-1 | 85 +
.../paimon1/db1.db/all_table/schema/schema-2 | 85 +
.../paimon1/db1.db/all_table/snapshot/EARLIEST | 1 +
.../paimon1/db1.db/all_table/snapshot/LATEST | 1 +
.../paimon1/db1.db/all_table/snapshot/snapshot-1 | 17 +
.../paimon1/db1.db/all_table/snapshot/snapshot-2 | 17 +
...-3fe3fe10-7d88-4abd-be1f-6dc2bac84d88-0.parquet | Bin 0 -> 3253 bytes
...manifest-08b3b167-1352-40a3-ad40-3017da8412f1-0 | Bin 0 -> 1891 bytes
...est-list-d0a89efa-c26d-4639-b909-7003c35d3647-0 | Bin 0 -> 676 bytes
...est-list-d0a89efa-c26d-4639-b909-7003c35d3647-1 | Bin 0 -> 769 bytes
.../db1.db/all_table_with_parquet/schema/schema-0 | 84 +
.../db1.db/all_table_with_parquet/schema/schema-1 | 86 +
.../all_table_with_parquet/snapshot/EARLIEST | 1 +
.../db1.db/all_table_with_parquet/snapshot/LATEST | 0
.../all_table_with_parquet/snapshot/snapshot-1 | 17 +
...-4151c6c3-d907-4a4a-b7ec-1b3d67c9342f-0.parquet | Bin 0 -> 830 bytes
...-4687dae2-6b47-4979-8853-ca598b328ebb-0.parquet | Bin 0 -> 830 bytes
...-e197b5a0-15f0-4b6c-8b26-9116dda91fc6-0.parquet | Bin 0 -> 831 bytes
...-e84feea5-4bc9-46cd-973b-86caa3753830-0.parquet | Bin 0 -> 837 bytes
...manifest-ac041179-413c-46d4-8ec9-d583e3a2b8a3-0 | Bin 0 -> 1955 bytes
...manifest-c7dc8312-80f2-47f2-85f0-77b65f7480da-0 | Bin 0 -> 1958 bytes
...manifest-f2eac45c-583d-4a36-a610-f39c6469f963-0 | Bin 0 -> 1955 bytes
...manifest-fdae0f35-21b7-420a-bc66-96893ae69308-0 | Bin 0 -> 1955 bytes
...est-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-0 | Bin 0 -> 989 bytes
...est-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-1 | Bin 0 -> 989 bytes
...est-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-0 | Bin 0 -> 1013 bytes
...est-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-1 | Bin 0 -> 989 bytes
...est-list-d4a42b65-f061-4f3a-bdd5-764654377096-0 | Bin 0 -> 884 bytes
...est-list-d4a42b65-f061-4f3a-bdd5-764654377096-1 | Bin 0 -> 989 bytes
...est-list-d525a412-f18d-4e51-ad16-322e168bd8ee-0 | Bin 0 -> 1038 bytes
...est-list-d525a412-f18d-4e51-ad16-322e168bd8ee-1 | Bin 0 -> 989 bytes
.../paimon1/db1.db/append_table/schema/schema-0 | 23 +
.../paimon1/db1.db/append_table/snapshot/EARLIEST | 0
.../paimon1/db1.db/append_table/snapshot/LATEST | 1 +
.../db1.db/append_table/snapshot/snapshot-1 | 19 +
.../db1.db/append_table/snapshot/snapshot-2 | 19 +
.../db1.db/append_table/snapshot/snapshot-3 | 19 +
.../db1.db/append_table/snapshot/snapshot-4 | 19 +
...data-f724e8d6-0f4e-43cb-a943-aa11a1be47a7-0.orc | Bin 0 -> 156025 bytes
...manifest-26bf4829-9afb-46b9-9535-5af2c4c86c8d-0 | Bin 0 -> 1824 bytes
...est-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-0 | Bin 0 -> 676 bytes
...est-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-1 | Bin 0 -> 769 bytes
.../paimon1/db1.db/array_nested/schema/schema-0 | 2002 ++++++++++++++
.../paimon1/db1.db/array_nested/schema/schema-1 | 2005 ++++++++++++++
.../paimon1/db1.db/array_nested/snapshot/EARLIEST | 1 +
.../paimon1/db1.db/array_nested/snapshot/LATEST | 0
.../db1.db/array_nested/snapshot/snapshot-1 | 17 +
...data-5aa7ffba-e68b-4136-8953-45c03841c2b9-0.orc | Bin 0 -> 750 bytes
...data-7d268537-416b-4066-9845-8c298218feee-0.orc | Bin 0 -> 774 bytes
.../index-6aa36960-7d78-4c3a-b5c5-b7268cd67bf8-0 | 1 +
.../index-da673059-ffd4-41e6-9525-20581001517c-0 | 1 +
...manifest-bfa6caaa-2ca0-4ac1-a133-2614c538cb3d-0 | Bin 0 -> 534 bytes
...manifest-cdc21383-d83a-4ce6-bba9-5c95fc4d094f-0 | Bin 0 -> 592 bytes
...manifest-072b7c62-483e-4ce1-9c04-af96a79ac288-0 | Bin 0 -> 1682 bytes
...manifest-e6e6298f-86cb-4882-9e9a-9899be73be72-0 | Bin 0 -> 1699 bytes
...est-list-4923ab15-a198-4887-b37d-54eda59a7eb2-0 | Bin 0 -> 676 bytes
...est-list-4923ab15-a198-4887-b37d-54eda59a7eb2-1 | Bin 0 -> 789 bytes
...est-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-0 | Bin 0 -> 789 bytes
...est-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-1 | Bin 0 -> 790 bytes
.../paimon1/db1.db/auto_bucket/schema/schema-0 | 32 +
.../paimon1/db1.db/auto_bucket/schema/schema-1 | 33 +
.../paimon1/db1.db/auto_bucket/snapshot/EARLIEST | 1 +
.../paimon1/db1.db/auto_bucket/snapshot/LATEST | 1 +
.../paimon1/db1.db/auto_bucket/snapshot/snapshot-1 | 18 +
.../paimon1/db1.db/auto_bucket/snapshot/snapshot-2 | 18 +
...data-1de243a2-529e-40d1-af60-b1c2a8a07135-0.orc | Bin 0 -> 62645 bytes
...data-2d3ad1b5-bac6-49ca-a094-ac91b82b0278-0.orc | Bin 0 -> 61587 bytes
...data-52a11432-7241-4cd7-91cd-d20834241f36-0.orc | Bin 0 -> 60596 bytes
...manifest-05eed453-5236-44e4-87f1-1bcaaa869b72-0 | Bin 0 -> 1948 bytes
...manifest-9ba0e489-0bbb-47b3-90b0-03a4fe53289a-0 | Bin 0 -> 1948 bytes
...manifest-f794586d-f249-4de5-8f18-9f4cb52d9e8e-0 | Bin 0 -> 1946 bytes
...est-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-0 | Bin 0 -> 676 bytes
...est-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-1 | Bin 0 -> 769 bytes
...est-list-d8a36877-db60-4ead-91bb-d955e2e57717-0 | Bin 0 -> 769 bytes
...est-list-d8a36877-db60-4ead-91bb-d955e2e57717-1 | Bin 0 -> 769 bytes
...est-list-d93803ce-bac3-49f3-928b-33a893d12d58-0 | Bin 0 -> 814 bytes
...est-list-d93803ce-bac3-49f3-928b-33a893d12d58-1 | Bin 0 -> 769 bytes
.../paimon1/db1.db/complex_all/schema/schema-0 | 2733 +++++++++++++++++++
.../paimon1/db1.db/complex_all/schema/schema-1 | 2735 ++++++++++++++++++++
.../paimon1/db1.db/complex_all/snapshot/EARLIEST | 1 +
.../paimon1/db1.db/complex_all/snapshot/LATEST | 1 +
.../paimon1/db1.db/complex_all/snapshot/snapshot-1 | 17 +
.../paimon1/db1.db/complex_all/snapshot/snapshot-2 | 17 +
.../paimon1/db1.db/complex_all/snapshot/snapshot-3 | 17 +
...data-385b5ae2-a2b0-4b39-92a9-c11ca48cbc16-0.orc | Bin 0 -> 603 bytes
...data-981ed0ed-6088-4718-9b1c-ee4d8317a68c-0.orc | Bin 0 -> 611 bytes
...data-b445f280-5d7a-4cdc-9499-7b7887172ce5-0.orc | Bin 0 -> 608 bytes
...manifest-3c016e03-9202-404b-8a3f-d2176dd8d052-0 | Bin 0 -> 1658 bytes
...manifest-6e2ff9da-29a6-464c-bbc5-c7dce2af39b9-0 | Bin 0 -> 1658 bytes
...manifest-7d54e91d-bf24-4902-ae76-e71425ef8014-0 | Bin 0 -> 1659 bytes
...est-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-0 | Bin 0 -> 676 bytes
...est-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-1 | Bin 0 -> 769 bytes
...est-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-0 | Bin 0 -> 816 bytes
...est-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-1 | Bin 0 -> 769 bytes
...est-list-ad608dd1-a9c2-4678-82cc-734a95583124-0 | Bin 0 -> 769 bytes
...est-list-ad608dd1-a9c2-4678-82cc-734a95583124-1 | Bin 0 -> 769 bytes
.../paimon1/db1.db/complex_tab/schema/schema-0 | 30 +
.../paimon1/db1.db/complex_tab/schema/schema-1 | 32 +
.../paimon1/db1.db/complex_tab/snapshot/EARLIEST | 1 +
.../paimon1/db1.db/complex_tab/snapshot/LATEST | 1 +
.../paimon1/db1.db/complex_tab/snapshot/snapshot-1 | 17 +
.../paimon1/db1.db/complex_tab/snapshot/snapshot-2 | 17 +
.../paimon1/db1.db/complex_tab/snapshot/snapshot-3 | 17 +
...data-08e88e02-9198-465c-bab3-7726e7765bc9-0.orc | Bin 0 -> 547 bytes
...data-289bcba6-f9dc-4a0a-8081-5c4badfdf593-0.orc | Bin 0 -> 546 bytes
...data-636f5235-33a4-4e1a-8330-f058acc93ecb-0.orc | Bin 0 -> 559 bytes
...data-66046d56-e75a-4ded-8283-cbf0955dc863-0.orc | Bin 0 -> 548 bytes
...data-bebafa05-8df4-4f4a-bbe0-3bf376584f89-0.orc | Bin 0 -> 553 bytes
...data-ca30abc9-faea-45d3-8073-d5eeb68f7cb6-0.orc | Bin 0 -> 553 bytes
.../index-41ba6f47-b8f6-4ef8-9289-362b87f30f33-0 | 1 +
.../index-91c400b2-f21f-4b83-a80a-11328454f64c-0 | Bin 0 -> 31 bytes
...manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0 | Bin 0 -> 779 bytes
...manifest-f5f5f20e-d888-49f0-8d2b-a763cec461d5-0 | Bin 0 -> 900 bytes
...manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-0 | Bin 0 -> 1806 bytes
...manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-1 | Bin 0 -> 1806 bytes
...manifest-b27e6047-92b3-4802-a714-b48638da888a-0 | Bin 0 -> 1817 bytes
...manifest-b27e6047-92b3-4802-a714-b48638da888a-1 | Bin 0 -> 1992 bytes
...manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-0 | Bin 0 -> 1819 bytes
...manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-1 | Bin 0 -> 1990 bytes
...manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-0 | Bin 0 -> 1814 bytes
...manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-1 | Bin 0 -> 1840 bytes
...est-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-0 | Bin 0 -> 903 bytes
...est-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-1 | Bin 0 -> 769 bytes
...est-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-2 | Bin 0 -> 945 bytes
...est-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-3 | Bin 0 -> 769 bytes
...est-list-3b71040c-9abd-4467-a0d6-23a7312657b6-0 | Bin 0 -> 676 bytes
...est-list-3b71040c-9abd-4467-a0d6-23a7312657b6-1 | Bin 0 -> 769 bytes
...est-list-3b71040c-9abd-4467-a0d6-23a7312657b6-2 | Bin 0 -> 769 bytes
...est-list-3b71040c-9abd-4467-a0d6-23a7312657b6-3 | Bin 0 -> 769 bytes
...est-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-0 | Bin 0 -> 790 bytes
...est-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-1 | Bin 0 -> 769 bytes
...est-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-2 | Bin 0 -> 832 bytes
...est-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-3 | Bin 0 -> 769 bytes
...est-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-0 | Bin 0 -> 852 bytes
...est-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-1 | Bin 0 -> 769 bytes
...est-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-2 | Bin 0 -> 894 bytes
...est-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-3 | Bin 0 -> 769 bytes
.../db1.db/deletion_vector_orc/schema/schema-0 | 22 +
.../db1.db/deletion_vector_orc/schema/schema-1 | 23 +
.../db1.db/deletion_vector_orc/snapshot/EARLIEST | 1 +
.../db1.db/deletion_vector_orc/snapshot/LATEST | 1 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-1 | 18 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-2 | 18 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-3 | 18 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-4 | 18 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-5 | 18 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-6 | 18 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-7 | 18 +
.../db1.db/deletion_vector_orc/snapshot/snapshot-8 | 18 +
...-a3d56ab8-4456-4f75-94b2-d96f7bb827b1-0.parquet | Bin 0 -> 1089 bytes
...-aa6f6cb1-c507-43d7-9fd5-c8f1f46cfa76-0.parquet | Bin 0 -> 1057 bytes
...-ae829d42-0869-4b79-b518-f68931281d9e-0.parquet | Bin 0 -> 997 bytes
...-b801e211-ff0d-45ba-acdb-faacd707b469-0.parquet | Bin 0 -> 1057 bytes
...-d86f5f80-ab5a-4cd1-b281-9fd99e1ae67d-0.parquet | Bin 0 -> 1077 bytes
.../index-21545e4a-5145-45c8-8c53-00a3874b5117-0 | Bin 0 -> 33 bytes
.../index-4d80572c-c678-4bd6-8bfc-4c75e84d31da-0 | 1 +
.../index-7213177d-fbf0-43ba-ab4e-18f784ce15ec-0 | 1 +
.../index-96fa5021-7199-4589-b10e-4657021acaf0-0 | Bin 0 -> 31 bytes
...manifest-9e9d8783-a047-493f-a71e-556356e768a3-0 | Bin 0 -> 903 bytes
...manifest-c68eb62b-7b1c-441b-811a-80b1d0af3af9-0 | Bin 0 -> 846 bytes
...manifest-d9824873-cc3d-40b7-8612-b8bcddda4293-0 | Bin 0 -> 903 bytes
...manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0 | Bin 0 -> 779 bytes
...manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-0 | Bin 0 -> 1824 bytes
...manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-1 | Bin 0 -> 2076 bytes
...manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-0 | Bin 0 -> 1818 bytes
...manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-1 | Bin 0 -> 1818 bytes
...manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-0 | Bin 0 -> 1822 bytes
...manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-1 | Bin 0 -> 1848 bytes
...manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-0 | Bin 0 -> 1819 bytes
...manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-1 | Bin 0 -> 1845 bytes
...est-list-34765777-0f6a-44f6-9732-64e6a3d200a2-0 | Bin 0 -> 904 bytes
...est-list-34765777-0f6a-44f6-9732-64e6a3d200a2-1 | Bin 0 -> 769 bytes
...est-list-34765777-0f6a-44f6-9732-64e6a3d200a2-2 | Bin 0 -> 944 bytes
...est-list-34765777-0f6a-44f6-9732-64e6a3d200a2-3 | Bin 0 -> 769 bytes
...est-list-3869451d-f11a-4e05-914e-83b149234bf4-0 | Bin 0 -> 841 bytes
...est-list-3869451d-f11a-4e05-914e-83b149234bf4-1 | Bin 0 -> 769 bytes
...est-list-3869451d-f11a-4e05-914e-83b149234bf4-2 | Bin 0 -> 884 bytes
...est-list-3869451d-f11a-4e05-914e-83b149234bf4-3 | Bin 0 -> 769 bytes
...est-list-60d5e339-2e27-4db9-86b1-d88531c890df-0 | Bin 0 -> 676 bytes
...est-list-60d5e339-2e27-4db9-86b1-d88531c890df-1 | Bin 0 -> 769 bytes
...est-list-60d5e339-2e27-4db9-86b1-d88531c890df-2 | Bin 0 -> 769 bytes
...est-list-60d5e339-2e27-4db9-86b1-d88531c890df-3 | Bin 0 -> 769 bytes
...est-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-0 | Bin 0 -> 790 bytes
...est-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-1 | Bin 0 -> 769 bytes
...est-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-2 | Bin 0 -> 832 bytes
...est-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-3 | Bin 0 -> 769 bytes
.../db1.db/deletion_vector_parquet/schema/schema-0 | 22 +
.../db1.db/deletion_vector_parquet/schema/schema-1 | 23 +
.../deletion_vector_parquet/snapshot/EARLIEST | 1 +
.../db1.db/deletion_vector_parquet/snapshot/LATEST | 1 +
.../deletion_vector_parquet/snapshot/snapshot-1 | 18 +
.../deletion_vector_parquet/snapshot/snapshot-2 | 18 +
.../deletion_vector_parquet/snapshot/snapshot-3 | 18 +
.../deletion_vector_parquet/snapshot/snapshot-4 | 18 +
.../deletion_vector_parquet/snapshot/snapshot-5 | 18 +
.../deletion_vector_parquet/snapshot/snapshot-6 | 18 +
.../deletion_vector_parquet/snapshot/snapshot-7 | 18 +
.../deletion_vector_parquet/snapshot/snapshot-8 | 18 +
...-f02d2d15-105c-4841-8712-c066081c5f91-0.parquet | Bin 0 -> 1215 bytes
...-7fe268ca-85b1-4f19-bf9d-cbaae9c4db22-0.parquet | Bin 0 -> 1222 bytes
...-6de42977-faef-4a9f-90ca-62efc1e3f747-0.parquet | Bin 0 -> 1222 bytes
...-4cb9ceda-dab9-4087-9dc9-3967833aada5-0.parquet | Bin 0 -> 1284 bytes
...-cb36af30-5eb3-4899-a4d6-143e3fa193a1-0.parquet | Bin 0 -> 1222 bytes
...-e3b1d17e-5c7a-4260-94a5-44097a9680cb-0.parquet | Bin 0 -> 1222 bytes
...-392549ec-4255-4785-9824-d0bea7b4a756-0.parquet | Bin 0 -> 1229 bytes
...-10cf68e3-d645-4601-989e-3f7ad8e3780d-0.parquet | Bin 0 -> 1215 bytes
...-fb490247-cbda-4511-938e-4eea163af3ae-0.parquet | Bin 0 -> 1215 bytes
...-0e9439ab-cae6-43b0-8974-6a0f3b28561f-0.parquet | Bin 0 -> 1215 bytes
...-ff5b7ce6-d0b4-4c4c-9ab5-7870bdb9bc6f-0.parquet | Bin 0 -> 1221 bytes
.../index-14ad59af-cd92-4331-9d4c-b5a0e582c192-0 | 1 +
.../index-7523f006-2e36-4e33-8891-c0488aa3c652-0 | 1 +
.../index-8143a824-142e-4dd9-8c86-6c28fa9f6342-0 | 1 +
.../index-9c35bb1e-bb26-4c4d-8ea3-f588cdf8da33-0 | 1 +
.../index-b1a75a4e-d27e-4a33-b438-1835884b971a-0 | 1 +
.../index-bcadce94-2e9d-4a5e-af92-47452b45e426-0 | 1 +
.../index-cc8eceb6-af8e-42a7-ab6f-7d2f45bc160c-0 | 1 +
.../index-df96f7f6-8bf7-41de-8646-cffadf71083a-0 | 1 +
.../index-f280bdca-2b33-45bf-b632-bd82ab401535-0 | Bin 0 -> 31 bytes
.../index-f34d1800-d09c-461b-ae8e-26edf1b82114-0 | 1 +
...manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0 | Bin 0 -> 1076 bytes
...manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0 | Bin 0 -> 1169 bytes
...manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-0 | Bin 0 -> 1949 bytes
...manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-1 | Bin 0 -> 1950 bytes
...manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-0 | Bin 0 -> 1948 bytes
...manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-1 | Bin 0 -> 1993 bytes
...manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-0 | Bin 0 -> 2393 bytes
...manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-1 | Bin 0 -> 2457 bytes
...est-list-85a11490-b389-406f-9948-8882ea5fba32-0 | Bin 0 -> 789 bytes
...est-list-85a11490-b389-406f-9948-8882ea5fba32-1 | Bin 0 -> 743 bytes
...est-list-85a11490-b389-406f-9948-8882ea5fba32-2 | Bin 0 -> 818 bytes
...est-list-85a11490-b389-406f-9948-8882ea5fba32-3 | Bin 0 -> 743 bytes
...est-list-bca401f4-e24e-44c5-b9de-1568faa972b6-0 | Bin 0 -> 753 bytes
...est-list-bca401f4-e24e-44c5-b9de-1568faa972b6-1 | Bin 0 -> 743 bytes
...est-list-bca401f4-e24e-44c5-b9de-1568faa972b6-2 | Bin 0 -> 784 bytes
...est-list-bca401f4-e24e-44c5-b9de-1568faa972b6-3 | Bin 0 -> 743 bytes
...est-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-0 | Bin 0 -> 646 bytes
...est-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-1 | Bin 0 -> 743 bytes
...est-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-2 | Bin 0 -> 743 bytes
...est-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-3 | Bin 0 -> 743 bytes
.../deletion_vector_table_1_0/schema/schema-0 | 25 +
.../deletion_vector_table_1_0/snapshot/EARLIEST | 0
.../deletion_vector_table_1_0/snapshot/LATEST | 1 +
.../deletion_vector_table_1_0/snapshot/snapshot-1 | 17 +
.../deletion_vector_table_1_0/snapshot/snapshot-2 | 17 +
.../deletion_vector_table_1_0/snapshot/snapshot-3 | 17 +
.../deletion_vector_table_1_0/snapshot/snapshot-4 | 17 +
.../deletion_vector_table_1_0/snapshot/snapshot-5 | 17 +
.../deletion_vector_table_1_0/snapshot/snapshot-6 | 17 +
...-1b128a69-1ff5-4a8d-ae12-56d23c2f7348-0.parquet | Bin 0 -> 1650 bytes
...-311927aa-9bbb-4820-aff5-cc57110c7f3f-0.parquet | Bin 0 -> 1568 bytes
...-4e47f3bd-ec1e-4f86-b23d-d7863b877e27-0.parquet | Bin 0 -> 1455 bytes
...-6610cf44-e717-4f3a-b776-0676eccb9ddb-0.parquet | Bin 0 -> 1561 bytes
...-b7eae038-6253-47dd-aef3-b5edae7e02cd-0.parquet | Bin 0 -> 1562 bytes
...-f56e6f52-a457-4480-a6f0-33d04c80d5a6-0.parquet | Bin 0 -> 1561 bytes
.../index-637cf807-107d-446a-bf1a-8a6bdb96433c-0 | 1 +
.../index-9e5b3931-3f43-4817-affc-4bf5f3a0d959-0 | 1 +
.../index-abf12e2e-d08d-43ec-9edb-477666aebb98-0 | 1 +
...manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0 | Bin 0 -> 840 bytes
...manifest-3b3734a3-b1d7-4411-a940-a368f394eb76-0 | Bin 0 -> 840 bytes
...manifest-58824a88-f166-4e5b-84e0-43378f8f9ad3-0 | Bin 0 -> 840 bytes
...manifest-1464fcbf-a916-4882-9469-97897b1e87d8-0 | Bin 0 -> 1962 bytes
...manifest-20e5db07-f633-4e29-8b06-93cdc5ff787f-0 | Bin 0 -> 1946 bytes
...manifest-45661bac-1f44-45a8-8525-d2e2466c066b-0 | Bin 0 -> 1962 bytes
...manifest-4ca8ef54-3f73-41ed-bd4d-806d41f98659-0 | Bin 0 -> 1959 bytes
...manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-0 | Bin 0 -> 1968 bytes
...manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-1 | Bin 0 -> 2242 bytes
...est-list-117263b8-1587-4b37-91c2-670d22a15450-0 | Bin 0 -> 1016 bytes
...est-list-117263b8-1587-4b37-91c2-670d22a15450-1 | Bin 0 -> 989 bytes
...est-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-0 | Bin 0 -> 884 bytes
...est-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-1 | Bin 0 -> 989 bytes
...est-list-a6bbce2d-94b5-4111-8f75-490ba3487438-0 | Bin 0 -> 1042 bytes
...est-list-a6bbce2d-94b5-4111-8f75-490ba3487438-1 | Bin 0 -> 986 bytes
...est-list-e507c0a0-ace1-4fbe-862c-13173c03c440-0 | Bin 0 -> 989 bytes
...est-list-e507c0a0-ace1-4fbe-862c-13173c03c440-1 | Bin 0 -> 989 bytes
...est-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-0 | Bin 0 -> 1066 bytes
...est-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-1 | Bin 0 -> 989 bytes
...est-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-2 | Bin 0 -> 1090 bytes
...est-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-3 | Bin 0 -> 986 bytes
.../db1.db/merge_on_read_table/schema/schema-0 | 23 +
.../db1.db/merge_on_read_table/snapshot/EARLIEST | 0
.../db1.db/merge_on_read_table/snapshot/LATEST | 1 +
.../db1.db/merge_on_read_table/snapshot/snapshot-1 | 20 +
.../db1.db/merge_on_read_table/snapshot/snapshot-2 | 20 +
.../db1.db/merge_on_read_table/snapshot/snapshot-3 | 20 +
.../db1.db/merge_on_read_table/snapshot/snapshot-4 | 20 +
.../db1.db/merge_on_read_table/snapshot/snapshot-5 | 20 +
.../db1.db/merge_on_read_table/snapshot/snapshot-6 | 20 +
...data-60843d5d-08da-4525-a16f-42152652a917-0.orc | Bin 0 -> 2431 bytes
...data-922a0983-6d1a-47fb-ac10-732a55a7afcb-0.orc | Bin 0 -> 2478 bytes
...data-ac931a95-5028-4f17-8635-c5efe721e16d-0.orc | Bin 0 -> 2513 bytes
...manifest-10ae5782-ad1c-4805-a84a-f367a0137312-0 | Bin 0 -> 1662 bytes
...manifest-176e2072-4761-4a74-aaec-6a6116cf89ca-0 | Bin 0 -> 1658 bytes
...manifest-230f63da-8104-40f0-a1ab-af03928d499d-0 | Bin 0 -> 1664 bytes
...est-list-1728079e-5146-4985-93c9-ccd7ddb4407d-0 | Bin 0 -> 826 bytes
...est-list-1728079e-5146-4985-93c9-ccd7ddb4407d-1 | Bin 0 -> 769 bytes
...est-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-0 | Bin 0 -> 769 bytes
...est-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-1 | Bin 0 -> 769 bytes
...est-list-493e9780-2d99-4bb8-8e24-5af2025853fb-0 | Bin 0 -> 676 bytes
...est-list-493e9780-2d99-4bb8-8e24-5af2025853fb-1 | Bin 0 -> 769 bytes
.../paimon1/db1.db/row_jni_test/schema/schema-0 | 111 +
.../paimon1/db1.db/row_jni_test/schema/schema-1 | 114 +
.../paimon1/db1.db/row_jni_test/snapshot/EARLIEST | 1 +
.../paimon1/db1.db/row_jni_test/snapshot/LATEST | 1 +
.../db1.db/row_jni_test/snapshot/snapshot-1 | 17 +
.../db1.db/row_jni_test/snapshot/snapshot-2 | 17 +
.../db1.db/row_jni_test/snapshot/snapshot-3 | 17 +
...data-a74ad542-8ed7-480d-85d5-f45bcbbca5e0-0.orc | Bin 0 -> 2246 bytes
...data-c7416c35-0487-4f1c-bfa8-8e8de7f70e92-0.orc | Bin 0 -> 2282 bytes
...data-fe7e3499-dcd7-4ed6-9e74-1dd3e1655816-0.orc | Bin 0 -> 2318 bytes
...manifest-37e3bd38-6294-41ac-8167-b0b0b254eb38-0 | Bin 0 -> 1654 bytes
...manifest-4b9fc0e6-c1ab-438c-b0c5-f83ce1d833b6-0 | Bin 0 -> 1651 bytes
...manifest-eebc0cbf-0ad3-4d5d-9373-96537ad94c38-0 | Bin 0 -> 1654 bytes
...est-list-bee98d40-531f-4c7e-8e85-989be228a136-0 | Bin 0 -> 769 bytes
...est-list-bee98d40-531f-4c7e-8e85-989be228a136-1 | Bin 0 -> 769 bytes
...est-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-0 | Bin 0 -> 818 bytes
...est-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-1 | Bin 0 -> 769 bytes
...est-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-0 | Bin 0 -> 676 bytes
...est-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-1 | Bin 0 -> 769 bytes
.../paimon1/db1.db/row_native_test/schema/schema-0 | 111 +
.../paimon1/db1.db/row_native_test/schema/schema-1 | 114 +
.../db1.db/row_native_test/snapshot/EARLIEST | 1 +
.../paimon1/db1.db/row_native_test/snapshot/LATEST | 1 +
.../db1.db/row_native_test/snapshot/snapshot-1 | 17 +
.../db1.db/row_native_test/snapshot/snapshot-2 | 17 +
.../db1.db/row_native_test/snapshot/snapshot-3 | 17 +
...data-3eb9d575-5340-43d6-a45d-588a72a03306-0.orc | Bin 0 -> 311 bytes
...manifest-43de4f7f-6a90-4840-b3fc-853c942ebf72-0 | Bin 0 -> 1793 bytes
...est-list-594747c5-7f97-4130-b1a7-41561ec3878a-0 | Bin 0 -> 676 bytes
...est-list-594747c5-7f97-4130-b1a7-41561ec3878a-1 | Bin 0 -> 769 bytes
.../db1.db/tb_with_upper_case/schema/schema-0 | 20 +
.../db1.db/tb_with_upper_case/schema/schema-1 | 21 +
.../db1.db/tb_with_upper_case/snapshot/EARLIEST | 1 +
.../db1.db/tb_with_upper_case/snapshot/LATEST | 0
.../db1.db/tb_with_upper_case/snapshot/snapshot-1 | 16 +
.../create_preinstalled_scripts/iceberg/run15.sql | 8 +
docker/thirdparties/run-thirdparties-docker.sh | 2 +-
.../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 8 +
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 46 +
.../main/java/org/apache/doris/alter/Alter.java | 24 +-
.../java/org/apache/doris/alter/AlterOpType.java | 2 +
.../analysis/CreateOrReplaceBranchClause.java | 55 +
.../doris/analysis/CreateOrReplaceTagClause.java | 55 +
.../org/apache/doris/datasource/CatalogIf.java | 17 +
.../apache/doris/datasource/ExternalCatalog.java | 46 +
.../org/apache/doris/datasource/ExternalTable.java | 2 +-
.../doris/datasource/hive/HiveMetadataOps.java | 14 +
.../datasource/iceberg/IcebergMetadataOps.java | 118 +
.../datasource/operations/ExternalMetadataOps.java | 40 +
.../datasource/paimon/source/PaimonScanNode.java | 193 +-
.../datasource/paimon/source/PaimonSplit.java | 18 +-
.../org/apache/doris/journal/JournalEntity.java | 6 +
.../doris/nereids/parser/LogicalPlanBuilder.java | 102 +
.../trees/plans/commands/AlterTableCommand.java | 6 +-
.../trees/plans/commands/info/BranchOptions.java | 89 +
.../commands/info/CreateOrReplaceBranchInfo.java | 87 +
.../commands/info/CreateOrReplaceBranchOp.java | 72 +
.../commands/info/CreateOrReplaceTagInfo.java | 87 +
.../plans/commands/info/CreateOrReplaceTagOp.java | 68 +
.../trees/plans/commands/info/TagOptions.java | 64 +
.../java/org/apache/doris/persist/EditLog.java | 13 +
.../org/apache/doris/persist/OperationType.java | 1 +
.../apache/doris/persist/TableBranchOrTagInfo.java | 82 +
.../java/org/apache/doris/qe/ConnectProcessor.java | 4 +-
.../IcebergExternalTableBranchAndTagTest.java | 357 +++
.../paimon/source/PaimonScanNodeTest.java | 128 -
.../info/CreateOrReplaceBranchOrTagInfoTest.java | 281 ++
.../data/compaction/test_full_compaction.out | Bin 370 -> 366 bytes
.../test_full_compaction_by_table_id.out | Bin 336 -> 332 bytes
.../iceberg/iceberg_branch_tag_operate.out | Bin 0 -> 786 bytes
.../external_table_p0/paimon/test_paimon_count.out | Bin 0 -> 907 bytes
regression-test/data/insert_p0/insert.out | Bin 15806 -> 15882 bytes
.../data/load_p0/stream_load/test_json_load.out | Bin 4666 -> 5107 bytes
.../mv/{ => aggregate}/agg_mv_test.dat | 0
.../iceberg/iceberg_branch_tag_operate.groovy | 194 ++
...tion_vector.groovy => test_paimon_count.groovy} | 46 +-
.../paimon/test_paimon_deletion_vector.groovy | 2 +-
regression-test/suites/insert_p0/insert.groovy | 9 +
.../load_p0/stream_load/test_json_load.groovy | 27 +
.../mv/aggregate/agg_sync_mv.groovy | 112 +
.../suites/nereids_syntax_p1/mv/load.groovy | 129 -
488 files changed, 15711 insertions(+), 2440 deletions(-)
delete mode 160000 .github/actions/setup-maven
delete mode 100644 be/src/gutil/integral_types.h
delete mode 100644 be/src/gutil/port.h
delete mode 100644 be/src/gutil/strings/ascii_ctype.cc
delete mode 100644 be/src/gutil/strings/ascii_ctype.h
delete mode 100644 be/src/gutil/strtoint.cc
delete mode 100644 be/src/gutil/strtoint.h
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/._default.db
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-12a1c2cb-6f0e-4692-996f-2d7a40a8c094-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-c7250df3-9390-4e3d-a517-91188941e87a-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-45cbc7e3-f96a-4ea7-8775-ec3dabe2b94d-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-f2ed634d-dd9f-406b-a7ce-d4cfa60e6068-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/bucket-0/data-3fe3fe10-7d88-4abd-be1f-6dc2bac84d88-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-08b3b167-1352-40a3-ad40-3017da8412f1-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/EARLIEST
copy
regression-test/data/unique_with_mow_c_p0/partial_update/schema_change/load1.csv
=>
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/LATEST
(100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4151c6c3-d907-4a4a-b7ec-1b3d67c9342f-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4687dae2-6b47-4979-8853-ca598b328ebb-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e197b5a0-15f0-4b6c-8b26-9116dda91fc6-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e84feea5-4bc9-46cd-973b-86caa3753830-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-ac041179-413c-46d4-8ec9-d583e3a2b8a3-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-c7dc8312-80f2-47f2-85f0-77b65f7480da-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-f2eac45c-583d-4a36-a610-f39c6469f963-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-fdae0f35-21b7-420a-bc66-96893ae69308-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/schema/schema-0
copy
regression-test/data/unique_with_mow_c_p0/partial_update/schema_change/load1.csv
=>
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/EARLIEST
(100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-4
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/bucket-0/data-f724e8d6-0f4e-43cb-a943-aa11a1be47a7-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-26bf4829-9afb-46b9-9535-5af2c4c86c8d-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/EARLIEST
copy
regression-test/data/unique_with_mow_c_p0/partial_update/schema_change/load1.csv
=>
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/LATEST
(100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/dt=b/hh=c/bucket-0/data-5aa7ffba-e68b-4136-8953-45c03841c2b9-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/dt=bb/hh=cc/bucket-0/data-7d268537-416b-4066-9845-8c298218feee-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-6aa36960-7d78-4c3a-b5c5-b7268cd67bf8-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-da673059-ffd4-41e6-9525-20581001517c-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-bfa6caaa-2ca0-4ac1-a133-2614c538cb3d-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-cdc21383-d83a-4ce6-bba9-5c95fc4d094f-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-072b7c62-483e-4ce1-9c04-af96a79ac288-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-e6e6298f-86cb-4882-9e9a-9899be73be72-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-1de243a2-529e-40d1-af60-b1c2a8a07135-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-2d3ad1b5-bac6-49ca-a094-ac91b82b0278-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-52a11432-7241-4cd7-91cd-d20834241f36-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-05eed453-5236-44e4-87f1-1bcaaa869b72-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-9ba0e489-0bbb-47b3-90b0-03a4fe53289a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-f794586d-f249-4de5-8f18-9f4cb52d9e8e-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-385b5ae2-a2b0-4b39-92a9-c11ca48cbc16-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-981ed0ed-6088-4718-9b1c-ee4d8317a68c-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-b445f280-5d7a-4cdc-9499-7b7887172ce5-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-3c016e03-9202-404b-8a3f-d2176dd8d052-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-6e2ff9da-29a6-464c-bbc5-c7dce2af39b9-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-7d54e91d-bf24-4902-ae76-e71425ef8014-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-08e88e02-9198-465c-bab3-7726e7765bc9-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-289bcba6-f9dc-4a0a-8081-5c4badfdf593-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-636f5235-33a4-4e1a-8330-f058acc93ecb-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-66046d56-e75a-4ded-8283-cbf0955dc863-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-bebafa05-8df4-4f4a-bbe0-3bf376584f89-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-ca30abc9-faea-45d3-8073-d5eeb68f7cb6-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-41ba6f47-b8f6-4ef8-9289-362b87f30f33-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-91c400b2-f21f-4b83-a80a-11328454f64c-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-f5f5f20e-d888-49f0-8d2b-a763cec461d5-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-4
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-5
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-6
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-7
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-8
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-a3d56ab8-4456-4f75-94b2-d96f7bb827b1-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-aa6f6cb1-c507-43d7-9fd5-c8f1f46cfa76-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-ae829d42-0869-4b79-b518-f68931281d9e-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-b801e211-ff0d-45ba-acdb-faacd707b469-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-d86f5f80-ab5a-4cd1-b281-9fd99e1ae67d-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-21545e4a-5145-45c8-8c53-00a3874b5117-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-4d80572c-c678-4bd6-8bfc-4c75e84d31da-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-7213177d-fbf0-43ba-ab4e-18f784ce15ec-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-96fa5021-7199-4589-b10e-4657021acaf0-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-9e9d8783-a047-493f-a71e-556356e768a3-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-c68eb62b-7b1c-441b-811a-80b1d0af3af9-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-d9824873-cc3d-40b7-8612-b8bcddda4293-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-4
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-5
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-6
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-7
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-8
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-10/data-f02d2d15-105c-4841-8712-c066081c5f91-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-101/data-7fe268ca-85b1-4f19-bf9d-cbaae9c4db22-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-131/data-6de42977-faef-4a9f-90ca-62efc1e3f747-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-4cb9ceda-dab9-4087-9dc9-3967833aada5-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-cb36af30-5eb3-4899-a4d6-143e3fa193a1-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-191/data-e3b1d17e-5c7a-4260-94a5-44097a9680cb-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-193/data-392549ec-4255-4785-9824-d0bea7b4a756-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-10cf68e3-d645-4601-989e-3f7ad8e3780d-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-fb490247-cbda-4511-938e-4eea163af3ae-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-43/data-0e9439ab-cae6-43b0-8974-6a0f3b28561f-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-86/data-ff5b7ce6-d0b4-4c4c-9ab5-7870bdb9bc6f-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-14ad59af-cd92-4331-9d4c-b5a0e582c192-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-7523f006-2e36-4e33-8891-c0488aa3c652-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-8143a824-142e-4dd9-8c86-6c28fa9f6342-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-9c35bb1e-bb26-4c4d-8ea3-f588cdf8da33-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-b1a75a4e-d27e-4a33-b438-1835884b971a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-bcadce94-2e9d-4a5e-af92-47452b45e426-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-cc8eceb6-af8e-42a7-ab6f-7d2f45bc160c-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-df96f7f6-8bf7-41de-8646-cffadf71083a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f280bdca-2b33-45bf-b632-bd82ab401535-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f34d1800-d09c-461b-ae8e-26edf1b82114-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/schema/schema-0
copy
regression-test/data/unique_with_mow_c_p0/partial_update/schema_change/load1.csv
=>
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/EARLIEST
(100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-4
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-5
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-6
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-1b128a69-1ff5-4a8d-ae12-56d23c2f7348-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-311927aa-9bbb-4820-aff5-cc57110c7f3f-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-4e47f3bd-ec1e-4f86-b23d-d7863b877e27-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-6610cf44-e717-4f3a-b776-0676eccb9ddb-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-b7eae038-6253-47dd-aef3-b5edae7e02cd-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-f56e6f52-a457-4480-a6f0-33d04c80d5a6-0.parquet
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-637cf807-107d-446a-bf1a-8a6bdb96433c-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-9e5b3931-3f43-4817-affc-4bf5f3a0d959-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-abf12e2e-d08d-43ec-9edb-477666aebb98-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-3b3734a3-b1d7-4411-a940-a368f394eb76-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-58824a88-f166-4e5b-84e0-43378f8f9ad3-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-1464fcbf-a916-4882-9469-97897b1e87d8-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-20e5db07-f633-4e29-8b06-93cdc5ff787f-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-45661bac-1f44-45a8-8525-d2e2466c066b-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-4ca8ef54-3f73-41ed-bd4d-806d41f98659-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/schema/schema-0
copy
regression-test/data/unique_with_mow_c_p0/partial_update/schema_change/load1.csv
=>
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/EARLIEST
(100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-4
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-5
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-6
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-60843d5d-08da-4525-a16f-42152652a917-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-922a0983-6d1a-47fb-ac10-732a55a7afcb-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-ac931a95-5028-4f17-8635-c5efe721e16d-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-10ae5782-ad1c-4805-a84a-f367a0137312-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-176e2072-4761-4a74-aaec-6a6116cf89ca-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-230f63da-8104-40f0-a1ab-af03928d499d-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-a74ad542-8ed7-480d-85d5-f45bcbbca5e0-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-c7416c35-0487-4f1c-bfa8-8e8de7f70e92-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-fe7e3499-dcd7-4ed6-9e74-1dd3e1655816-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-37e3bd38-6294-41ac-8167-b0b0b254eb38-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-4b9fc0e6-c1ab-438c-b0c5-f83ce1d833b6-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-eebc0cbf-0ad3-4d5d-9373-96537ad94c38-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/EARLIEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/LATEST
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-3
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/bucket-0/data-3eb9d575-5340-43d6-a45d-588a72a03306-0.orc
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-43de4f7f-6a90-4840-b3fc-853c942ebf72-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-0
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/EARLIEST
copy
regression-test/data/unique_with_mow_c_p0/partial_update/schema_change/load1.csv
=>
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/LATEST
(100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/snapshot-1
create mode 100644
docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/iceberg/run15.sql
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateOrReplaceBranchClause.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateOrReplaceTagClause.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/BranchOptions.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateOrReplaceBranchInfo.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateOrReplaceBranchOp.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateOrReplaceTagInfo.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateOrReplaceTagOp.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/TagOptions.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/persist/TableBranchOrTagInfo.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/datasource/iceberg/IcebergExternalTableBranchAndTagTest.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/info/CreateOrReplaceBranchOrTagInfoTest.java
create mode 100644
regression-test/data/external_table_p0/iceberg/iceberg_branch_tag_operate.out
create mode 100644
regression-test/data/external_table_p0/paimon/test_paimon_count.out
rename regression-test/data/nereids_syntax_p1/mv/{ =>
aggregate}/agg_mv_test.dat (100%)
create mode 100644
regression-test/suites/external_table_p0/iceberg/iceberg_branch_tag_operate.groovy
copy
regression-test/suites/external_table_p0/paimon/{test_paimon_deletion_vector.groovy
=> test_paimon_count.groovy} (55%)
delete mode 100644 regression-test/suites/nereids_syntax_p1/mv/load.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]