diff --git a/.gitignore b/.gitignore index 1a5a40140694c6..29a9ce3bcb9a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -55,7 +55,6 @@ thirdparty/doris-thirdparty*.tar.xz docker/thirdparties/docker-compose/mysql/data docker/thirdparties/docker-compose/hive/scripts/tpch1.db/ -docker/thirdparties/docker-compose/hive/scripts/paimon1 docker/thirdparties/docker-compose/hive/scripts/tvf_data fe_plugins/output diff --git a/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh b/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh index 094f685adf1412..59c326b2703931 100755 --- a/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh +++ b/docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh @@ -87,15 +87,6 @@ else echo "/mnt/scripts/tpch1.db exist, continue !" fi -# paimon data file is small and update frequently, so we download it every time -rm -rf "/mnt/scripts/paimon1" -echo "/mnt/scripts/paimon1 does not exist" -cd /mnt/scripts/ -curl -O https://s3BucketName.s3Endpoint/regression/datalake/pipeline_data/paimon1.tar.gz -tar -zxf paimon1.tar.gz -rm -rf paimon1.tar.gz -cd - - # download tvf_data if [[ ! -d "/mnt/scripts/tvf_data" ]]; then echo "/mnt/scripts/tvf_data does not exist" @@ -124,10 +115,6 @@ hadoop fs -copyFromLocal -f /mnt/scripts/tpch1.db /user/doris/ & hadoop_put_pids+=($!) ## put paimon1 -if [[ -z "$(ls /mnt/scripts/paimon1)" ]]; then - echo "paimon1 does not exist" - exit 1 -fi hadoop fs -copyFromLocal -f /mnt/scripts/paimon1 /user/doris/ & hadoop_put_pids+=($!) diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/._default.db b/docker/thirdparties/docker-compose/hive/scripts/paimon1/._default.db new file mode 100644 index 00000000000000..92f650c063c26a Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/._default.db differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-12a1c2cb-6f0e-4692-996f-2d7a40a8c094-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-12a1c2cb-6f0e-4692-996f-2d7a40a8c094-0.orc new file mode 100644 index 00000000000000..a446212f847440 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-12a1c2cb-6f0e-4692-996f-2d7a40a8c094-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-c7250df3-9390-4e3d-a517-91188941e87a-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-c7250df3-9390-4e3d-a517-91188941e87a-0.orc new file mode 100644 index 00000000000000..db41291d360e5c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/bucket-0/data-c7250df3-9390-4e3d-a517-91188941e87a-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-45cbc7e3-f96a-4ea7-8775-ec3dabe2b94d-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-45cbc7e3-f96a-4ea7-8775-ec3dabe2b94d-0 new file mode 100644 index 00000000000000..64e26f94d91bb0 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-45cbc7e3-f96a-4ea7-8775-ec3dabe2b94d-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-f2ed634d-dd9f-406b-a7ce-d4cfa60e6068-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-f2ed634d-dd9f-406b-a7ce-d4cfa60e6068-0 new file mode 100644 index 00000000000000..e299e34ecd81dd Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-f2ed634d-dd9f-406b-a7ce-d4cfa60e6068-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-0 new file mode 100644 index 00000000000000..6f6b1010a3e4ff Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-1 new file mode 100644 index 00000000000000..09fc44c62d217f Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-0 new file mode 100644 index 00000000000000..e3969e7305a8be Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-1 new file mode 100644 index 00000000000000..4d5ce3696e74c9 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/manifest/manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-0 new file mode 100644 index 00000000000000..aa15757e92ea0d --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-0 @@ -0,0 +1,82 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "TINYINT" + }, { + "id" : 1, + "name" : "c2", + "type" : "TINYINT" + }, { + "id" : 2, + "name" : "c3", + "type" : "SMALLINT" + }, { + "id" : 3, + "name" : "c4", + "type" : "SMALLINT" + }, { + "id" : 4, + "name" : "c5", + "type" : "INT" + }, { + "id" : 5, + "name" : "c6", + "type" : "INT" + }, { + "id" : 6, + "name" : "c7", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c8", + "type" : "BIGINT" + }, { + "id" : 8, + "name" : "c9", + "type" : "FLOAT" + }, { + "id" : 9, + "name" : "c10", + "type" : "DOUBLE" + }, { + "id" : 10, + "name" : "c11", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 11, + "name" : "c12", + "type" : "DATE" + }, { + "id" : 12, + "name" : "c13", + "type" : "STRING" + }, { + "id" : 13, + "name" : "c14", + "type" : "VARCHAR(10)" + }, { + "id" : 14, + "name" : "c15", + "type" : "CHAR(2)" + }, { + "id" : 15, + "name" : "c16", + "type" : "BOOLEAN" + }, { + "id" : 16, + "name" : "c17", + "type" : "BYTES" + }, { + "id" : 17, + "name" : "c18", + "type" : "TIMESTAMP(6)" + } ], + "highestFieldId" : 17, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop" + } +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-1 new file mode 100644 index 00000000000000..e471fa6dd5c670 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-1 @@ -0,0 +1,85 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "TINYINT" + }, { + "id" : 1, + "name" : "c2", + "type" : "TINYINT" + }, { + "id" : 2, + "name" : "c3", + "type" : "SMALLINT" + }, { + "id" : 3, + "name" : "c4", + "type" : "SMALLINT" + }, { + "id" : 4, + "name" : "c5", + "type" : "INT" + }, { + "id" : 5, + "name" : "c6", + "type" : "INT" + }, { + "id" : 6, + "name" : "c7", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c8", + "type" : "BIGINT" + }, { + "id" : 8, + "name" : "c9", + "type" : "FLOAT" + }, { + "id" : 9, + "name" : "c10", + "type" : "DOUBLE" + }, { + "id" : 10, + "name" : "c11", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 11, + "name" : "c12", + "type" : "DATE" + }, { + "id" : 12, + "name" : "c13", + "type" : "STRING" + }, { + "id" : 13, + "name" : "c14", + "type" : "VARCHAR(10)" + }, { + "id" : 14, + "name" : "c15", + "type" : "CHAR(2)" + }, { + "id" : 15, + "name" : "c16", + "type" : "BOOLEAN" + }, { + "id" : 16, + "name" : "c17", + "type" : "BYTES" + }, { + "id" : 17, + "name" : "c18", + "type" : "TIMESTAMP(6)" + } ], + "highestFieldId" : 17, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop", + "bucket" : "-1" + }, + "timeMillis" : 1736832851684 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-2 new file mode 100644 index 00000000000000..5229cefbdb73f9 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/schema/schema-2 @@ -0,0 +1,85 @@ +{ + "version" : 2, + "id" : 2, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "TINYINT" + }, { + "id" : 1, + "name" : "c2", + "type" : "TINYINT" + }, { + "id" : 2, + "name" : "c3", + "type" : "SMALLINT" + }, { + "id" : 3, + "name" : "c4", + "type" : "SMALLINT" + }, { + "id" : 4, + "name" : "c5", + "type" : "INT" + }, { + "id" : 5, + "name" : "c6", + "type" : "INT" + }, { + "id" : 6, + "name" : "c7", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c8", + "type" : "BIGINT" + }, { + "id" : 8, + "name" : "c9", + "type" : "FLOAT" + }, { + "id" : 9, + "name" : "c10", + "type" : "DOUBLE" + }, { + "id" : 10, + "name" : "c11", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 11, + "name" : "c12", + "type" : "DATE" + }, { + "id" : 12, + "name" : "c13", + "type" : "STRING" + }, { + "id" : 13, + "name" : "c14", + "type" : "VARCHAR(10)" + }, { + "id" : 14, + "name" : "c15", + "type" : "CHAR(2)" + }, { + "id" : 15, + "name" : "c16", + "type" : "BOOLEAN" + }, { + "id" : 16, + "name" : "c17", + "type" : "BYTES" + }, { + "id" : 17, + "name" : "c18", + "type" : "TIMESTAMP(6)" + } ], + "highestFieldId" : 17, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop", + "bucket" : "-1" + }, + "timeMillis" : 1736832959495 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/LATEST new file mode 100644 index 00000000000000..d8263ee9860594 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/LATEST @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-1 new file mode 100644 index 00000000000000..98f30001d50c32 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-0", + "deltaManifestList" : "manifest-list-1e086c05-57e1-4bdd-aad7-45f99a543c50-1", + "changelogManifestList" : null, + "commitUser" : "7dd526ac-8bea-4ddc-bd67-9f2f923bdf11", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1691890362186, + "logOffsets" : { }, + "totalRecordCount" : 1, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-2 new file mode 100644 index 00000000000000..43d4a04ba55a94 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table/snapshot/snapshot-2 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-0", + "deltaManifestList" : "manifest-list-f6d47e88-2b3d-4ae6-b07f-a2ce3df65ae0-1", + "changelogManifestList" : null, + "commitUser" : "8326ec1b-4684-4f53-bc48-20e8f75e4fc8", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1691973175500, + "logOffsets" : { }, + "totalRecordCount" : 2, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/bucket-0/data-3fe3fe10-7d88-4abd-be1f-6dc2bac84d88-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/bucket-0/data-3fe3fe10-7d88-4abd-be1f-6dc2bac84d88-0.parquet new file mode 100644 index 00000000000000..0c89a827bca2d9 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/bucket-0/data-3fe3fe10-7d88-4abd-be1f-6dc2bac84d88-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-08b3b167-1352-40a3-ad40-3017da8412f1-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-08b3b167-1352-40a3-ad40-3017da8412f1-0 new file mode 100644 index 00000000000000..07a92f12d8f8eb Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-08b3b167-1352-40a3-ad40-3017da8412f1-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-0 new file mode 100644 index 00000000000000..9b0e07739855b1 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-1 new file mode 100644 index 00000000000000..809e1eebda7185 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/manifest/manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-0 new file mode 100644 index 00000000000000..7de728d015dda2 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-0 @@ -0,0 +1,84 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "TINYINT" + }, { + "id" : 1, + "name" : "c2", + "type" : "TINYINT" + }, { + "id" : 2, + "name" : "c3", + "type" : "SMALLINT" + }, { + "id" : 3, + "name" : "c4", + "type" : "SMALLINT" + }, { + "id" : 4, + "name" : "c5", + "type" : "INT" + }, { + "id" : 5, + "name" : "c6", + "type" : "INT" + }, { + "id" : 6, + "name" : "c7", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c8", + "type" : "BIGINT" + }, { + "id" : 8, + "name" : "c9", + "type" : "FLOAT" + }, { + "id" : 9, + "name" : "c10", + "type" : "DOUBLE" + }, { + "id" : 10, + "name" : "c11", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 11, + "name" : "c12", + "type" : "DATE" + }, { + "id" : 12, + "name" : "c13", + "type" : "STRING" + }, { + "id" : 13, + "name" : "c14", + "type" : "VARCHAR(10)" + }, { + "id" : 14, + "name" : "c15", + "type" : "CHAR(2)" + }, { + "id" : 15, + "name" : "c16", + "type" : "BOOLEAN" + }, { + "id" : 16, + "name" : "c17", + "type" : "BYTES" + }, { + "id" : 17, + "name" : "c18", + "type" : "TIMESTAMP(6)" + } ], + "highestFieldId" : 17, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "file.format" : "parquet" + }, + "comment" : "", + "timeMillis" : 1714239343424 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-1 new file mode 100644 index 00000000000000..8cbf1a7ae1a9e8 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/schema/schema-1 @@ -0,0 +1,86 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "TINYINT" + }, { + "id" : 1, + "name" : "c2", + "type" : "TINYINT" + }, { + "id" : 2, + "name" : "c3", + "type" : "SMALLINT" + }, { + "id" : 3, + "name" : "c4", + "type" : "SMALLINT" + }, { + "id" : 4, + "name" : "c5", + "type" : "INT" + }, { + "id" : 5, + "name" : "c6", + "type" : "INT" + }, { + "id" : 6, + "name" : "c7", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c8", + "type" : "BIGINT" + }, { + "id" : 8, + "name" : "c9", + "type" : "FLOAT" + }, { + "id" : 9, + "name" : "c10", + "type" : "DOUBLE" + }, { + "id" : 10, + "name" : "c11", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 11, + "name" : "c12", + "type" : "DATE" + }, { + "id" : 12, + "name" : "c13", + "type" : "STRING" + }, { + "id" : 13, + "name" : "c14", + "type" : "VARCHAR(10)" + }, { + "id" : 14, + "name" : "c15", + "type" : "CHAR(2)" + }, { + "id" : 15, + "name" : "c16", + "type" : "BOOLEAN" + }, { + "id" : 16, + "name" : "c17", + "type" : "BYTES" + }, { + "id" : 17, + "name" : "c18", + "type" : "TIMESTAMP(6)" + } ], + "highestFieldId" : 17, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "bucket" : "-1", + "file.format" : "parquet" + }, + "comment" : "", + "timeMillis" : 1736832959597 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/LATEST new file mode 100644 index 00000000000000..56a6051ca2b02b --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/LATEST @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/snapshot-1 new file mode 100644 index 00000000000000..52d9eeda3cd206 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/all_table_with_parquet/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-0", + "deltaManifestList" : "manifest-list-d0a89efa-c26d-4639-b909-7003c35d3647-1", + "changelogManifestList" : null, + "commitUser" : "be0ff0c3-6894-4a18-9276-53ca8bce4744", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1714239363088, + "logOffsets" : { }, + "totalRecordCount" : 2, + "deltaRecordCount" : 2, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4151c6c3-d907-4a4a-b7ec-1b3d67c9342f-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4151c6c3-d907-4a4a-b7ec-1b3d67c9342f-0.parquet new file mode 100644 index 00000000000000..2b1f5beae47f77 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4151c6c3-d907-4a4a-b7ec-1b3d67c9342f-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4687dae2-6b47-4979-8853-ca598b328ebb-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4687dae2-6b47-4979-8853-ca598b328ebb-0.parquet new file mode 100644 index 00000000000000..2b1f5beae47f77 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-4687dae2-6b47-4979-8853-ca598b328ebb-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e197b5a0-15f0-4b6c-8b26-9116dda91fc6-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e197b5a0-15f0-4b6c-8b26-9116dda91fc6-0.parquet new file mode 100644 index 00000000000000..6ab8d710492b18 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e197b5a0-15f0-4b6c-8b26-9116dda91fc6-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e84feea5-4bc9-46cd-973b-86caa3753830-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e84feea5-4bc9-46cd-973b-86caa3753830-0.parquet new file mode 100644 index 00000000000000..c8d1880dc41472 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/bucket-0/data-e84feea5-4bc9-46cd-973b-86caa3753830-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-ac041179-413c-46d4-8ec9-d583e3a2b8a3-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-ac041179-413c-46d4-8ec9-d583e3a2b8a3-0 new file mode 100644 index 00000000000000..12cefdedbf7bd4 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-ac041179-413c-46d4-8ec9-d583e3a2b8a3-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-c7dc8312-80f2-47f2-85f0-77b65f7480da-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-c7dc8312-80f2-47f2-85f0-77b65f7480da-0 new file mode 100644 index 00000000000000..a5e0a02c41cef5 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-c7dc8312-80f2-47f2-85f0-77b65f7480da-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-f2eac45c-583d-4a36-a610-f39c6469f963-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-f2eac45c-583d-4a36-a610-f39c6469f963-0 new file mode 100644 index 00000000000000..d9cf3faf0f45e2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-f2eac45c-583d-4a36-a610-f39c6469f963-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-fdae0f35-21b7-420a-bc66-96893ae69308-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-fdae0f35-21b7-420a-bc66-96893ae69308-0 new file mode 100644 index 00000000000000..c6ca11efe9d210 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-fdae0f35-21b7-420a-bc66-96893ae69308-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-0 new file mode 100644 index 00000000000000..cf693eb93002e7 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-1 new file mode 100644 index 00000000000000..4f7a22e7e7f4bd Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-0 new file mode 100644 index 00000000000000..fce8defdfb48bb Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-1 new file mode 100644 index 00000000000000..1504bfee74f3a6 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-0 new file mode 100644 index 00000000000000..de915584068832 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-1 new file mode 100644 index 00000000000000..460df04d455d03 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-0 new file mode 100644 index 00000000000000..a9a4fe2d92c237 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-1 new file mode 100644 index 00000000000000..9fb935fd1516eb Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/manifest/manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/schema/schema-0 new file mode 100644 index 00000000000000..195fe573fecdc1 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/schema/schema-0 @@ -0,0 +1,23 @@ +{ + "version" : 3, + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "product_id", + "type" : "BIGINT" + }, { + "id" : 1, + "name" : "price", + "type" : "DOUBLE" + }, { + "id" : 2, + "name" : "sales", + "type" : "BIGINT" + } ], + "highestFieldId" : 2, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { }, + "comment" : "", + "timeMillis" : 1750669231552 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/EARLIEST new file mode 100644 index 00000000000000..56a6051ca2b02b --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/EARLIEST @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/LATEST new file mode 100644 index 00000000000000..bf0d87ab1b2b0e --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/LATEST @@ -0,0 +1 @@ +4 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-1 new file mode 100644 index 00000000000000..58dfae17afd85e --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-1 @@ -0,0 +1,19 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-0", + "baseManifestListSize" : 884, + "deltaManifestList" : "manifest-list-d4a42b65-f061-4f3a-bdd5-764654377096-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "commitUser" : "d059b1ad-c305-4dca-8dc0-563c64826b15", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669407978, + "logOffsets" : { }, + "totalRecordCount" : 3, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-2 new file mode 100644 index 00000000000000..d2a784258970aa --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-2 @@ -0,0 +1,19 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-0", + "baseManifestListSize" : 989, + "deltaManifestList" : "manifest-list-bfad6e57-668c-4bf4-ac98-64c7e14cc8aa-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "commitUser" : "5da5615b-e39d-43c0-a283-cfe0d3ef5c43", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669556622, + "logOffsets" : { }, + "totalRecordCount" : 6, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-3 new file mode 100644 index 00000000000000..fefb802d1287fc --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-3 @@ -0,0 +1,19 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-0", + "baseManifestListSize" : 1013, + "deltaManifestList" : "manifest-list-cbf55254-038c-4b66-bd8c-c4d566aa2541-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "commitUser" : "2e25bb56-1cb8-4472-96ac-4b6b4297597a", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669560430, + "logOffsets" : { }, + "totalRecordCount" : 9, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-4 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-4 new file mode 100644 index 00000000000000..886b72a2ba51e4 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/append_table/snapshot/snapshot-4 @@ -0,0 +1,19 @@ +{ + "version" : 3, + "id" : 4, + "schemaId" : 0, + "baseManifestList" : "manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-0", + "baseManifestListSize" : 1038, + "deltaManifestList" : "manifest-list-d525a412-f18d-4e51-ad16-322e168bd8ee-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "commitUser" : "255aa43e-f17f-41fe-b403-a24749568356", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669597211, + "logOffsets" : { }, + "totalRecordCount" : 12, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/bucket-0/data-f724e8d6-0f4e-43cb-a943-aa11a1be47a7-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/bucket-0/data-f724e8d6-0f4e-43cb-a943-aa11a1be47a7-0.orc new file mode 100644 index 00000000000000..5b05d17f3a41e4 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/bucket-0/data-f724e8d6-0f4e-43cb-a943-aa11a1be47a7-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-26bf4829-9afb-46b9-9535-5af2c4c86c8d-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-26bf4829-9afb-46b9-9535-5af2c4c86c8d-0 new file mode 100644 index 00000000000000..4874dd86ed42ba Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-26bf4829-9afb-46b9-9535-5af2c4c86c8d-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-0 new file mode 100644 index 00000000000000..0cad8b73ee01be Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-1 new file mode 100644 index 00000000000000..b8f2c2a3b73e1c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/manifest/manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-0 new file mode 100644 index 00000000000000..86d949900bca40 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-0 @@ -0,0 +1,2002 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "INT" + }, { + "id" : 1, + "name" : "c2", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "BOOLEAN" + } + } + }, { + "id" : 2, + "name" : "c3", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "CHAR(1)" + } + } + }, { + "id" : 3, + "name" : "c4", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "VARCHAR(2)" + } + } + }, { + "id" : 4, + "name" : "c5", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "STRING" + } + } + }, { + "id" : 5, + "name" : "c6", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 6, + "name" : "c7", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "TINYINT" + } + } + }, { + "id" : 7, + "name" : "c8", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "SMALLINT" + } + } + }, { + "id" : 8, + "name" : "c9", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "INT" + } + } + }, { + "id" : 9, + "name" : "c10", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + } + }, { + "id" : 10, + "name" : "c11", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "FLOAT" + } + } + }, { + "id" : 11, + "name" : "c12", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "DOUBLE" + } + } + }, { + "id" : 12, + "name" : "c13", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "DATE" + } + } + }, { + "id" : 13, + "name" : "c14", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "TIMESTAMP(6)" + } + } + }, { + "id" : 14, + "name" : "c15", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "BOOLEAN" + } + } + }, { + "id" : 15, + "name" : "c16", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "CHAR(1)" + } + } + }, { + "id" : 16, + "name" : "c17", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 17, + "name" : "c18", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "STRING" + } + } + }, { + "id" : 18, + "name" : "c19", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 19, + "name" : "c20", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "TINYINT" + } + } + }, { + "id" : 20, + "name" : "c21", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "SMALLINT" + } + } + }, { + "id" : 21, + "name" : "c22", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "INT" + } + } + }, { + "id" : 22, + "name" : "c23", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "BIGINT" + } + } + }, { + "id" : 23, + "name" : "c24", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "FLOAT" + } + } + }, { + "id" : 24, + "name" : "c25", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "DOUBLE" + } + } + }, { + "id" : 25, + "name" : "c26", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "DATE" + } + } + }, { + "id" : 26, + "name" : "c27", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 27, + "name" : "c28", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 28, + "name" : "c29", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 29, + "name" : "c30", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 30, + "name" : "c31", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "STRING" + } + } + }, { + "id" : 31, + "name" : "c32", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 32, + "name" : "c33", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "TINYINT" + } + } + }, { + "id" : 33, + "name" : "c34", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "SMALLINT" + } + } + }, { + "id" : 34, + "name" : "c35", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "INT" + } + } + }, { + "id" : 35, + "name" : "c36", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "BIGINT" + } + } + }, { + "id" : 36, + "name" : "c37", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "FLOAT" + } + } + }, { + "id" : 37, + "name" : "c38", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "DOUBLE" + } + } + }, { + "id" : 38, + "name" : "c39", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "DATE" + } + } + }, { + "id" : 39, + "name" : "c40", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 40, + "name" : "c41", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 41, + "name" : "c42", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 42, + "name" : "c43", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 43, + "name" : "c44", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "STRING" + } + } + }, { + "id" : 44, + "name" : "c45", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 45, + "name" : "c46", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "TINYINT" + } + } + }, { + "id" : 46, + "name" : "c47", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "SMALLINT" + } + } + }, { + "id" : 47, + "name" : "c48", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "INT" + } + } + }, { + "id" : 48, + "name" : "c49", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "BIGINT" + } + } + }, { + "id" : 49, + "name" : "c50", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "FLOAT" + } + } + }, { + "id" : 50, + "name" : "c51", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "DOUBLE" + } + } + }, { + "id" : 51, + "name" : "c52", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "DATE" + } + } + }, { + "id" : 52, + "name" : "c53", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 53, + "name" : "c54", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "BOOLEAN" + } + } + }, { + "id" : 54, + "name" : "c55", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "CHAR(1)" + } + } + }, { + "id" : 55, + "name" : "c56", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 56, + "name" : "c57", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "STRING" + } + } + }, { + "id" : 57, + "name" : "c58", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 58, + "name" : "c59", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "TINYINT" + } + } + }, { + "id" : 59, + "name" : "c60", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "SMALLINT" + } + } + }, { + "id" : 60, + "name" : "c61", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "INT" + } + } + }, { + "id" : 61, + "name" : "c62", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "BIGINT" + } + } + }, { + "id" : 62, + "name" : "c63", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "FLOAT" + } + } + }, { + "id" : 63, + "name" : "c64", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "DOUBLE" + } + } + }, { + "id" : 64, + "name" : "c65", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "DATE" + } + } + }, { + "id" : 65, + "name" : "c66", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 66, + "name" : "c67", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 67, + "name" : "c68", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 68, + "name" : "c69", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 69, + "name" : "c70", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "STRING" + } + } + }, { + "id" : 70, + "name" : "c71", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 71, + "name" : "c72", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "TINYINT" + } + } + }, { + "id" : 72, + "name" : "c73", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "SMALLINT" + } + } + }, { + "id" : 73, + "name" : "c74", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "INT" + } + } + }, { + "id" : 74, + "name" : "c75", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "BIGINT" + } + } + }, { + "id" : 75, + "name" : "c76", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "FLOAT" + } + } + }, { + "id" : 76, + "name" : "c77", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "DOUBLE" + } + } + }, { + "id" : 77, + "name" : "c78", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "DATE" + } + } + }, { + "id" : 78, + "name" : "c79", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 79, + "name" : "c80", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 80, + "name" : "c81", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 81, + "name" : "c82", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 82, + "name" : "c83", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "STRING" + } + } + }, { + "id" : 83, + "name" : "c84", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 84, + "name" : "c85", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "TINYINT" + } + } + }, { + "id" : 85, + "name" : "c86", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "SMALLINT" + } + } + }, { + "id" : 86, + "name" : "c87", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "INT" + } + } + }, { + "id" : 87, + "name" : "c88", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "BIGINT" + } + } + }, { + "id" : 88, + "name" : "c89", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "FLOAT" + } + } + }, { + "id" : 89, + "name" : "c90", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "DOUBLE" + } + } + }, { + "id" : 90, + "name" : "c91", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "DATE" + } + } + }, { + "id" : 91, + "name" : "c92", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 92, + "name" : "c93", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 93, + "name" : "c94", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 94, + "name" : "c95", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 95, + "name" : "c96", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "STRING" + } + } + }, { + "id" : 96, + "name" : "c97", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 97, + "name" : "c98", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "TINYINT" + } + } + }, { + "id" : 98, + "name" : "c99", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "SMALLINT" + } + } + }, { + "id" : 99, + "name" : "c100", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "INT" + } + } + }, { + "id" : 100, + "name" : "c101", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "BIGINT" + } + } + }, { + "id" : 101, + "name" : "c102", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "FLOAT" + } + } + }, { + "id" : 102, + "name" : "c103", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "DOUBLE" + } + } + }, { + "id" : 103, + "name" : "c104", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "DATE" + } + } + }, { + "id" : 104, + "name" : "c105", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 105, + "name" : "c106", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 106, + "name" : "c107", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 107, + "name" : "c108", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 108, + "name" : "c109", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "STRING" + } + } + }, { + "id" : 109, + "name" : "c110", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 110, + "name" : "c111", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "TINYINT" + } + } + }, { + "id" : 111, + "name" : "c112", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "SMALLINT" + } + } + }, { + "id" : 112, + "name" : "c113", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "INT" + } + } + }, { + "id" : 113, + "name" : "c114", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "BIGINT" + } + } + }, { + "id" : 114, + "name" : "c115", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "FLOAT" + } + } + }, { + "id" : 115, + "name" : "c116", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "DOUBLE" + } + } + }, { + "id" : 116, + "name" : "c117", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "DATE" + } + } + }, { + "id" : 117, + "name" : "c118", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 118, + "name" : "c119", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 119, + "name" : "c120", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 120, + "name" : "c121", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 121, + "name" : "c122", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "STRING" + } + } + }, { + "id" : 122, + "name" : "c123", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 123, + "name" : "c124", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "TINYINT" + } + } + }, { + "id" : 124, + "name" : "c125", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "SMALLINT" + } + } + }, { + "id" : 125, + "name" : "c126", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "INT" + } + } + }, { + "id" : 126, + "name" : "c127", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "BIGINT" + } + } + }, { + "id" : 127, + "name" : "c128", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "FLOAT" + } + } + }, { + "id" : 128, + "name" : "c129", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "DOUBLE" + } + } + }, { + "id" : 129, + "name" : "c130", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "DATE" + } + } + }, { + "id" : 130, + "name" : "c131", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 131, + "name" : "c132", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 132, + "name" : "c133", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 133, + "name" : "c134", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 134, + "name" : "c135", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "STRING" + } + } + }, { + "id" : 135, + "name" : "c136", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 136, + "name" : "c137", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "TINYINT" + } + } + }, { + "id" : 137, + "name" : "c138", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "SMALLINT" + } + } + }, { + "id" : 138, + "name" : "c139", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "INT" + } + } + }, { + "id" : 139, + "name" : "c140", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "BIGINT" + } + } + }, { + "id" : 140, + "name" : "c141", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "FLOAT" + } + } + }, { + "id" : 141, + "name" : "c142", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "DOUBLE" + } + } + }, { + "id" : 142, + "name" : "c143", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "DATE" + } + } + }, { + "id" : 143, + "name" : "c144", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 144, + "name" : "c145", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "BOOLEAN" + } + } + }, { + "id" : 145, + "name" : "c146", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "CHAR(1)" + } + } + }, { + "id" : 146, + "name" : "c147", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 147, + "name" : "c148", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "STRING" + } + } + }, { + "id" : 148, + "name" : "c149", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 149, + "name" : "c150", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "TINYINT" + } + } + }, { + "id" : 150, + "name" : "c151", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "SMALLINT" + } + } + }, { + "id" : 151, + "name" : "c152", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "INT" + } + } + }, { + "id" : 152, + "name" : "c153", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "BIGINT" + } + } + }, { + "id" : 153, + "name" : "c154", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "FLOAT" + } + } + }, { + "id" : 154, + "name" : "c155", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "DOUBLE" + } + } + }, { + "id" : 155, + "name" : "c156", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "DATE" + } + } + }, { + "id" : 156, + "name" : "c157", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 157, + "name" : "c158", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "BOOLEAN" + } + } + }, { + "id" : 158, + "name" : "c159", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "CHAR(1)" + } + } + }, { + "id" : 159, + "name" : "c160", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 160, + "name" : "c161", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "STRING" + } + } + }, { + "id" : 161, + "name" : "c162", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 162, + "name" : "c163", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "TINYINT" + } + } + }, { + "id" : 163, + "name" : "c164", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "SMALLINT" + } + } + }, { + "id" : 164, + "name" : "c165", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "INT" + } + } + }, { + "id" : 165, + "name" : "c166", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "BIGINT" + } + } + }, { + "id" : 166, + "name" : "c167", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "FLOAT" + } + } + }, { + "id" : 167, + "name" : "c168", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "DOUBLE" + } + } + }, { + "id" : 168, + "name" : "c169", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "DATE" + } + } + }, { + "id" : 169, + "name" : "c170", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 170, + "name" : "c171", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 171, + "name" : "c172", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 172, + "name" : "c173", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 173, + "name" : "c174", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "STRING" + } + } + }, { + "id" : 174, + "name" : "c175", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 175, + "name" : "c176", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "TINYINT" + } + } + }, { + "id" : 176, + "name" : "c177", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "SMALLINT" + } + } + }, { + "id" : 177, + "name" : "c178", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "INT" + } + } + }, { + "id" : 178, + "name" : "c179", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "BIGINT" + } + } + }, { + "id" : 179, + "name" : "c180", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "FLOAT" + } + } + }, { + "id" : 180, + "name" : "c181", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "DOUBLE" + } + } + }, { + "id" : 181, + "name" : "c182", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "DATE" + } + } + }, { + "id" : 182, + "name" : "c183", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "TIMESTAMP(6)" + } + } + } ], + "highestFieldId" : 182, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { }, + "timeMillis" : 1698290204899 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-1 new file mode 100644 index 00000000000000..ec6d898771e7a7 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/schema/schema-1 @@ -0,0 +1,2005 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "INT" + }, { + "id" : 1, + "name" : "c2", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "BOOLEAN" + } + } + }, { + "id" : 2, + "name" : "c3", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "CHAR(1)" + } + } + }, { + "id" : 3, + "name" : "c4", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "VARCHAR(2)" + } + } + }, { + "id" : 4, + "name" : "c5", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "STRING" + } + } + }, { + "id" : 5, + "name" : "c6", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 6, + "name" : "c7", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "TINYINT" + } + } + }, { + "id" : 7, + "name" : "c8", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "SMALLINT" + } + } + }, { + "id" : 8, + "name" : "c9", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "INT" + } + } + }, { + "id" : 9, + "name" : "c10", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + } + }, { + "id" : 10, + "name" : "c11", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "FLOAT" + } + } + }, { + "id" : 11, + "name" : "c12", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "DOUBLE" + } + } + }, { + "id" : 12, + "name" : "c13", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "DATE" + } + } + }, { + "id" : 13, + "name" : "c14", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "ARRAY", + "element" : "TIMESTAMP(6)" + } + } + }, { + "id" : 14, + "name" : "c15", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "BOOLEAN" + } + } + }, { + "id" : 15, + "name" : "c16", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "CHAR(1)" + } + } + }, { + "id" : 16, + "name" : "c17", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 17, + "name" : "c18", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "STRING" + } + } + }, { + "id" : 18, + "name" : "c19", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 19, + "name" : "c20", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "TINYINT" + } + } + }, { + "id" : 20, + "name" : "c21", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "SMALLINT" + } + } + }, { + "id" : 21, + "name" : "c22", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "INT" + } + } + }, { + "id" : 22, + "name" : "c23", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "BIGINT" + } + } + }, { + "id" : 23, + "name" : "c24", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "FLOAT" + } + } + }, { + "id" : 24, + "name" : "c25", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "DOUBLE" + } + } + }, { + "id" : 25, + "name" : "c26", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "DATE" + } + } + }, { + "id" : 26, + "name" : "c27", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BOOLEAN", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 27, + "name" : "c28", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 28, + "name" : "c29", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 29, + "name" : "c30", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 30, + "name" : "c31", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "STRING" + } + } + }, { + "id" : 31, + "name" : "c32", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 32, + "name" : "c33", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "TINYINT" + } + } + }, { + "id" : 33, + "name" : "c34", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "SMALLINT" + } + } + }, { + "id" : 34, + "name" : "c35", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "INT" + } + } + }, { + "id" : 35, + "name" : "c36", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "BIGINT" + } + } + }, { + "id" : 36, + "name" : "c37", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "FLOAT" + } + } + }, { + "id" : 37, + "name" : "c38", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "DOUBLE" + } + } + }, { + "id" : 38, + "name" : "c39", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "DATE" + } + } + }, { + "id" : 39, + "name" : "c40", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "CHAR(1)", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 40, + "name" : "c41", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 41, + "name" : "c42", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 42, + "name" : "c43", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 43, + "name" : "c44", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "STRING" + } + } + }, { + "id" : 44, + "name" : "c45", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 45, + "name" : "c46", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "TINYINT" + } + } + }, { + "id" : 46, + "name" : "c47", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "SMALLINT" + } + } + }, { + "id" : 47, + "name" : "c48", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "INT" + } + } + }, { + "id" : 48, + "name" : "c49", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "BIGINT" + } + } + }, { + "id" : 49, + "name" : "c50", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "FLOAT" + } + } + }, { + "id" : 50, + "name" : "c51", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "DOUBLE" + } + } + }, { + "id" : 51, + "name" : "c52", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "DATE" + } + } + }, { + "id" : 52, + "name" : "c53", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "VARCHAR(2)", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 53, + "name" : "c54", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "BOOLEAN" + } + } + }, { + "id" : 54, + "name" : "c55", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "CHAR(1)" + } + } + }, { + "id" : 55, + "name" : "c56", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 56, + "name" : "c57", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "STRING" + } + } + }, { + "id" : 57, + "name" : "c58", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 58, + "name" : "c59", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "TINYINT" + } + } + }, { + "id" : 59, + "name" : "c60", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "SMALLINT" + } + } + }, { + "id" : 60, + "name" : "c61", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "INT" + } + } + }, { + "id" : 61, + "name" : "c62", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "BIGINT" + } + } + }, { + "id" : 62, + "name" : "c63", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "FLOAT" + } + } + }, { + "id" : 63, + "name" : "c64", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "DOUBLE" + } + } + }, { + "id" : 64, + "name" : "c65", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "DATE" + } + } + }, { + "id" : 65, + "name" : "c66", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "STRING", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 66, + "name" : "c67", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 67, + "name" : "c68", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 68, + "name" : "c69", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 69, + "name" : "c70", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "STRING" + } + } + }, { + "id" : 70, + "name" : "c71", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 71, + "name" : "c72", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "TINYINT" + } + } + }, { + "id" : 72, + "name" : "c73", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "SMALLINT" + } + } + }, { + "id" : 73, + "name" : "c74", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "INT" + } + } + }, { + "id" : 74, + "name" : "c75", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "BIGINT" + } + } + }, { + "id" : 75, + "name" : "c76", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "FLOAT" + } + } + }, { + "id" : 76, + "name" : "c77", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "DOUBLE" + } + } + }, { + "id" : 77, + "name" : "c78", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "DATE" + } + } + }, { + "id" : 78, + "name" : "c79", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2)", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 79, + "name" : "c80", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 80, + "name" : "c81", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 81, + "name" : "c82", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 82, + "name" : "c83", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "STRING" + } + } + }, { + "id" : 83, + "name" : "c84", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 84, + "name" : "c85", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "TINYINT" + } + } + }, { + "id" : 85, + "name" : "c86", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "SMALLINT" + } + } + }, { + "id" : 86, + "name" : "c87", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "INT" + } + } + }, { + "id" : 87, + "name" : "c88", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "BIGINT" + } + } + }, { + "id" : 88, + "name" : "c89", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "FLOAT" + } + } + }, { + "id" : 89, + "name" : "c90", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "DOUBLE" + } + } + }, { + "id" : 90, + "name" : "c91", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "DATE" + } + } + }, { + "id" : 91, + "name" : "c92", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TINYINT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 92, + "name" : "c93", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 93, + "name" : "c94", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 94, + "name" : "c95", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 95, + "name" : "c96", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "STRING" + } + } + }, { + "id" : 96, + "name" : "c97", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 97, + "name" : "c98", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "TINYINT" + } + } + }, { + "id" : 98, + "name" : "c99", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "SMALLINT" + } + } + }, { + "id" : 99, + "name" : "c100", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "INT" + } + } + }, { + "id" : 100, + "name" : "c101", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "BIGINT" + } + } + }, { + "id" : 101, + "name" : "c102", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "FLOAT" + } + } + }, { + "id" : 102, + "name" : "c103", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "DOUBLE" + } + } + }, { + "id" : 103, + "name" : "c104", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "DATE" + } + } + }, { + "id" : 104, + "name" : "c105", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "SMALLINT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 105, + "name" : "c106", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 106, + "name" : "c107", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 107, + "name" : "c108", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 108, + "name" : "c109", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "STRING" + } + } + }, { + "id" : 109, + "name" : "c110", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 110, + "name" : "c111", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "TINYINT" + } + } + }, { + "id" : 111, + "name" : "c112", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "SMALLINT" + } + } + }, { + "id" : 112, + "name" : "c113", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "INT" + } + } + }, { + "id" : 113, + "name" : "c114", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "BIGINT" + } + } + }, { + "id" : 114, + "name" : "c115", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "FLOAT" + } + } + }, { + "id" : 115, + "name" : "c116", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "DOUBLE" + } + } + }, { + "id" : 116, + "name" : "c117", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "DATE" + } + } + }, { + "id" : 117, + "name" : "c118", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "INT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 118, + "name" : "c119", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 119, + "name" : "c120", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 120, + "name" : "c121", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 121, + "name" : "c122", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "STRING" + } + } + }, { + "id" : 122, + "name" : "c123", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 123, + "name" : "c124", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "TINYINT" + } + } + }, { + "id" : 124, + "name" : "c125", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "SMALLINT" + } + } + }, { + "id" : 125, + "name" : "c126", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "INT" + } + } + }, { + "id" : 126, + "name" : "c127", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "BIGINT" + } + } + }, { + "id" : 127, + "name" : "c128", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "FLOAT" + } + } + }, { + "id" : 128, + "name" : "c129", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "DOUBLE" + } + } + }, { + "id" : 129, + "name" : "c130", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "DATE" + } + } + }, { + "id" : 130, + "name" : "c131", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "BIGINT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 131, + "name" : "c132", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "BOOLEAN" + } + } + }, { + "id" : 132, + "name" : "c133", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "CHAR(1)" + } + } + }, { + "id" : 133, + "name" : "c134", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 134, + "name" : "c135", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "STRING" + } + } + }, { + "id" : 135, + "name" : "c136", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 136, + "name" : "c137", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "TINYINT" + } + } + }, { + "id" : 137, + "name" : "c138", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "SMALLINT" + } + } + }, { + "id" : 138, + "name" : "c139", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "INT" + } + } + }, { + "id" : 139, + "name" : "c140", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "BIGINT" + } + } + }, { + "id" : 140, + "name" : "c141", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "FLOAT" + } + } + }, { + "id" : 141, + "name" : "c142", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "DOUBLE" + } + } + }, { + "id" : 142, + "name" : "c143", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "DATE" + } + } + }, { + "id" : 143, + "name" : "c144", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "FLOAT", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 144, + "name" : "c145", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "BOOLEAN" + } + } + }, { + "id" : 145, + "name" : "c146", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "CHAR(1)" + } + } + }, { + "id" : 146, + "name" : "c147", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 147, + "name" : "c148", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "STRING" + } + } + }, { + "id" : 148, + "name" : "c149", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 149, + "name" : "c150", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "TINYINT" + } + } + }, { + "id" : 150, + "name" : "c151", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "SMALLINT" + } + } + }, { + "id" : 151, + "name" : "c152", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "INT" + } + } + }, { + "id" : 152, + "name" : "c153", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "BIGINT" + } + } + }, { + "id" : 153, + "name" : "c154", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "FLOAT" + } + } + }, { + "id" : 154, + "name" : "c155", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "DOUBLE" + } + } + }, { + "id" : 155, + "name" : "c156", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "DATE" + } + } + }, { + "id" : 156, + "name" : "c157", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DOUBLE", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 157, + "name" : "c158", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "BOOLEAN" + } + } + }, { + "id" : 158, + "name" : "c159", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "CHAR(1)" + } + } + }, { + "id" : 159, + "name" : "c160", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 160, + "name" : "c161", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "STRING" + } + } + }, { + "id" : 161, + "name" : "c162", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 162, + "name" : "c163", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "TINYINT" + } + } + }, { + "id" : 163, + "name" : "c164", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "SMALLINT" + } + } + }, { + "id" : 164, + "name" : "c165", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "INT" + } + } + }, { + "id" : 165, + "name" : "c166", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "BIGINT" + } + } + }, { + "id" : 166, + "name" : "c167", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "FLOAT" + } + } + }, { + "id" : 167, + "name" : "c168", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "DOUBLE" + } + } + }, { + "id" : 168, + "name" : "c169", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "DATE" + } + } + }, { + "id" : 169, + "name" : "c170", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "DATE", + "value" : "TIMESTAMP(6)" + } + } + }, { + "id" : 170, + "name" : "c171", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "BOOLEAN" + } + } + }, { + "id" : 171, + "name" : "c172", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "CHAR(1)" + } + } + }, { + "id" : 172, + "name" : "c173", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "VARCHAR(2)" + } + } + }, { + "id" : 173, + "name" : "c174", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "STRING" + } + } + }, { + "id" : 174, + "name" : "c175", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "DECIMAL(10, 2)" + } + } + }, { + "id" : 175, + "name" : "c176", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "TINYINT" + } + } + }, { + "id" : 176, + "name" : "c177", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "SMALLINT" + } + } + }, { + "id" : 177, + "name" : "c178", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "INT" + } + } + }, { + "id" : 178, + "name" : "c179", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "BIGINT" + } + } + }, { + "id" : 179, + "name" : "c180", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "FLOAT" + } + } + }, { + "id" : 180, + "name" : "c181", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "DOUBLE" + } + } + }, { + "id" : 181, + "name" : "c182", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "DATE" + } + } + }, { + "id" : 182, + "name" : "c183", + "type" : { + "type" : "ARRAY", + "element" : { + "type" : "MAP", + "key" : "TIMESTAMP(6)", + "value" : "TIMESTAMP(6)" + } + } + } ], + "highestFieldId" : 182, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "bucket" : "-1" + }, + "timeMillis" : 1736832959715 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/LATEST new file mode 100644 index 00000000000000..56a6051ca2b02b --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/LATEST @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/snapshot-1 new file mode 100644 index 00000000000000..ffd8199f838fac --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/array_nested/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-0", + "deltaManifestList" : "manifest-list-d4789b0d-c9a3-4a9b-9daa-3b0b6c7652c0-1", + "changelogManifestList" : null, + "commitUser" : "202e2453-555f-4fe4-92ba-94778fe6bb33", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1698290215490, + "logOffsets" : { }, + "totalRecordCount" : 3, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/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 b/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 new file mode 100644 index 00000000000000..a28651aad692e1 Binary files /dev/null and b/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 differ diff --git a/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 b/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 new file mode 100644 index 00000000000000..509eaa0fee51fa Binary files /dev/null and b/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 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-6aa36960-7d78-4c3a-b5c5-b7268cd67bf8-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-6aa36960-7d78-4c3a-b5c5-b7268cd67bf8-0 new file mode 100644 index 00000000000000..27074ca05b8149 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-6aa36960-7d78-4c3a-b5c5-b7268cd67bf8-0 @@ -0,0 +1 @@ +¡|í“ \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-da673059-ffd4-41e6-9525-20581001517c-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-da673059-ffd4-41e6-9525-20581001517c-0 new file mode 100644 index 00000000000000..8095133ba682ad --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/index/index-da673059-ffd4-41e6-9525-20581001517c-0 @@ -0,0 +1 @@ +WYùž \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-bfa6caaa-2ca0-4ac1-a133-2614c538cb3d-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-bfa6caaa-2ca0-4ac1-a133-2614c538cb3d-0 new file mode 100644 index 00000000000000..f0df32cc2e4ce1 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-bfa6caaa-2ca0-4ac1-a133-2614c538cb3d-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-cdc21383-d83a-4ce6-bba9-5c95fc4d094f-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-cdc21383-d83a-4ce6-bba9-5c95fc4d094f-0 new file mode 100644 index 00000000000000..c616023338e910 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/index-manifest-cdc21383-d83a-4ce6-bba9-5c95fc4d094f-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-072b7c62-483e-4ce1-9c04-af96a79ac288-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-072b7c62-483e-4ce1-9c04-af96a79ac288-0 new file mode 100644 index 00000000000000..03bd38af6f3607 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-072b7c62-483e-4ce1-9c04-af96a79ac288-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-e6e6298f-86cb-4882-9e9a-9899be73be72-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-e6e6298f-86cb-4882-9e9a-9899be73be72-0 new file mode 100644 index 00000000000000..bcdd6d61fa3fe7 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-e6e6298f-86cb-4882-9e9a-9899be73be72-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-0 new file mode 100644 index 00000000000000..b7eab3cb5c22de Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-1 new file mode 100644 index 00000000000000..26354001749233 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-0 new file mode 100644 index 00000000000000..c5e7ceb4f0a081 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-1 new file mode 100644 index 00000000000000..8047edb2256480 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/manifest/manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-0 new file mode 100644 index 00000000000000..6c9c37583137ff --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-0 @@ -0,0 +1,32 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "user_id", + "type" : "BIGINT NOT NULL" + }, { + "id" : 1, + "name" : "item_id", + "type" : "BIGINT" + }, { + "id" : 2, + "name" : "behavior", + "type" : "STRING" + }, { + "id" : 3, + "name" : "dt", + "type" : "STRING NOT NULL" + }, { + "id" : 4, + "name" : "hh", + "type" : "STRING NOT NULL" + } ], + "highestFieldId" : 4, + "partitionKeys" : [ "dt", "hh" ], + "primaryKeys" : [ "dt", "hh", "user_id" ], + "options" : { + "bucket" : "-1", + "owner" : "hadoop" + }, + "timeMillis" : 1697193329608 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-1 new file mode 100644 index 00000000000000..2bfe555758e339 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/schema/schema-1 @@ -0,0 +1,33 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "user_id", + "type" : "BIGINT NOT NULL" + }, { + "id" : 1, + "name" : "item_id", + "type" : "BIGINT" + }, { + "id" : 2, + "name" : "behavior", + "type" : "STRING" + }, { + "id" : 3, + "name" : "dt", + "type" : "STRING NOT NULL" + }, { + "id" : 4, + "name" : "hh", + "type" : "STRING NOT NULL" + } ], + "highestFieldId" : 4, + "partitionKeys" : [ "dt", "hh" ], + "primaryKeys" : [ "dt", "hh", "user_id" ], + "options" : { + "bucket" : "-1", + "owner" : "hadoop" + }, + "timeMillis" : 1736832959841 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/LATEST new file mode 100644 index 00000000000000..d8263ee9860594 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/LATEST @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-1 new file mode 100644 index 00000000000000..566124cf357d04 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-1 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-0", + "deltaManifestList" : "manifest-list-4923ab15-a198-4887-b37d-54eda59a7eb2-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-bfa6caaa-2ca0-4ac1-a133-2614c538cb3d-0", + "commitUser" : "262dc068-6f9a-4d8e-b2ae-735dc1e45624", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1697193339446, + "logOffsets" : { }, + "totalRecordCount" : 1, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-2 new file mode 100644 index 00000000000000..3da07874182914 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/auto_bucket/snapshot/snapshot-2 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-0", + "deltaManifestList" : "manifest-list-e075d4bb-e972-48c1-86ed-a703a015f2e0-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-cdc21383-d83a-4ce6-bba9-5c95fc4d094f-0", + "commitUser" : "14681741-73ae-439d-b5a4-809a42429475", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1697461949403, + "logOffsets" : { }, + "totalRecordCount" : 2, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-1de243a2-529e-40d1-af60-b1c2a8a07135-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-1de243a2-529e-40d1-af60-b1c2a8a07135-0.orc new file mode 100644 index 00000000000000..99992436759cc7 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-1de243a2-529e-40d1-af60-b1c2a8a07135-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-2d3ad1b5-bac6-49ca-a094-ac91b82b0278-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-2d3ad1b5-bac6-49ca-a094-ac91b82b0278-0.orc new file mode 100644 index 00000000000000..bec30b5cd45228 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-2d3ad1b5-bac6-49ca-a094-ac91b82b0278-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-52a11432-7241-4cd7-91cd-d20834241f36-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-52a11432-7241-4cd7-91cd-d20834241f36-0.orc new file mode 100644 index 00000000000000..abfd21fe4b728a Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/bucket-0/data-52a11432-7241-4cd7-91cd-d20834241f36-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-05eed453-5236-44e4-87f1-1bcaaa869b72-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-05eed453-5236-44e4-87f1-1bcaaa869b72-0 new file mode 100644 index 00000000000000..a52e90bc37da5e Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-05eed453-5236-44e4-87f1-1bcaaa869b72-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-9ba0e489-0bbb-47b3-90b0-03a4fe53289a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-9ba0e489-0bbb-47b3-90b0-03a4fe53289a-0 new file mode 100644 index 00000000000000..2969ce57aeaff2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-9ba0e489-0bbb-47b3-90b0-03a4fe53289a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-f794586d-f249-4de5-8f18-9f4cb52d9e8e-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-f794586d-f249-4de5-8f18-9f4cb52d9e8e-0 new file mode 100644 index 00000000000000..23447dc1116983 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-f794586d-f249-4de5-8f18-9f4cb52d9e8e-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-0 new file mode 100644 index 00000000000000..d9079f5dcef0c2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-1 new file mode 100644 index 00000000000000..db05f4edbab2c2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-0 new file mode 100644 index 00000000000000..7fb0c0879904b6 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-1 new file mode 100644 index 00000000000000..fcf3cc1f4a89e4 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-0 new file mode 100644 index 00000000000000..9939ca6a74a084 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-1 new file mode 100644 index 00000000000000..a7f16e77269b56 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/manifest/manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-0 new file mode 100644 index 00000000000000..f79d76eccf0a58 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-0 @@ -0,0 +1,2733 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "INT" + }, { + "id" : 1, + "name" : "c2", + "type" : { + "type" : "ARRAY", + "element" : "TINYINT" + } + }, { + "id" : 2, + "name" : "c3", + "type" : { + "type" : "ARRAY", + "element" : "TINYINT" + } + }, { + "id" : 3, + "name" : "c4", + "type" : { + "type" : "ARRAY", + "element" : "SMALLINT" + } + }, { + "id" : 4, + "name" : "c5", + "type" : { + "type" : "ARRAY", + "element" : "SMALLINT" + } + }, { + "id" : 5, + "name" : "c6", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 6, + "name" : "c7", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 7, + "name" : "c8", + "type" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + }, { + "id" : 8, + "name" : "c9", + "type" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + }, { + "id" : 9, + "name" : "c10", + "type" : { + "type" : "ARRAY", + "element" : "FLOAT" + } + }, { + "id" : 10, + "name" : "c11", + "type" : { + "type" : "ARRAY", + "element" : "DOUBLE" + } + }, { + "id" : 11, + "name" : "c12", + "type" : { + "type" : "ARRAY", + "element" : "DECIMAL(10, 2)" + } + }, { + "id" : 12, + "name" : "c13", + "type" : { + "type" : "ARRAY", + "element" : "DATE" + } + }, { + "id" : 13, + "name" : "c14", + "type" : { + "type" : "ARRAY", + "element" : "STRING" + } + }, { + "id" : 14, + "name" : "c15", + "type" : { + "type" : "ARRAY", + "element" : "VARCHAR(10)" + } + }, { + "id" : 15, + "name" : "c16", + "type" : { + "type" : "ARRAY", + "element" : "CHAR(2)" + } + }, { + "id" : 16, + "name" : "c17", + "type" : { + "type" : "ARRAY", + "element" : "BOOLEAN" + } + }, { + "id" : 17, + "name" : "c18", + "type" : { + "type" : "ARRAY", + "element" : "BYTES" + } + }, { + "id" : 18, + "name" : "c19", + "type" : { + "type" : "ARRAY", + "element" : "TIMESTAMP(6)" + } + }, { + "id" : 19, + "name" : "c20", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 20, + "name" : "c21", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 21, + "name" : "c22", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 22, + "name" : "c23", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 23, + "name" : "c24", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 24, + "name" : "c25", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 25, + "name" : "c26", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 26, + "name" : "c27", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 27, + "name" : "c28", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 28, + "name" : "c29", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 29, + "name" : "c30", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 30, + "name" : "c31", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 31, + "name" : "c32", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 32, + "name" : "c33", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 33, + "name" : "c34", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 34, + "name" : "c35", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 35, + "name" : "c36", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 36, + "name" : "c37", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 37, + "name" : "c38", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 38, + "name" : "c39", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 39, + "name" : "c40", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 40, + "name" : "c41", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 41, + "name" : "c42", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 42, + "name" : "c43", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 43, + "name" : "c44", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 44, + "name" : "c45", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 45, + "name" : "c46", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 46, + "name" : "c47", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 47, + "name" : "c48", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 48, + "name" : "c49", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 49, + "name" : "c50", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 50, + "name" : "c51", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 51, + "name" : "c52", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 52, + "name" : "c53", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 53, + "name" : "c54", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 54, + "name" : "c55", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 55, + "name" : "c56", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 56, + "name" : "c57", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 57, + "name" : "c58", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 58, + "name" : "c59", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 59, + "name" : "c60", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 60, + "name" : "c61", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 61, + "name" : "c62", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 62, + "name" : "c63", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 63, + "name" : "c64", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 64, + "name" : "c65", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 65, + "name" : "c66", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 66, + "name" : "c67", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 67, + "name" : "c68", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 68, + "name" : "c69", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 69, + "name" : "c70", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 70, + "name" : "c71", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 71, + "name" : "c72", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 72, + "name" : "c73", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 73, + "name" : "c74", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 74, + "name" : "c75", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 75, + "name" : "c76", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 76, + "name" : "c77", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 77, + "name" : "c78", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 78, + "name" : "c79", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 79, + "name" : "c80", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 80, + "name" : "c81", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 81, + "name" : "c82", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 82, + "name" : "c83", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 83, + "name" : "c84", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 84, + "name" : "c85", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 85, + "name" : "c86", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 86, + "name" : "c87", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 87, + "name" : "c88", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 88, + "name" : "c89", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 89, + "name" : "c90", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 90, + "name" : "c91", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 91, + "name" : "c92", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 92, + "name" : "c93", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 93, + "name" : "c94", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 94, + "name" : "c95", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 95, + "name" : "c96", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 96, + "name" : "c97", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 97, + "name" : "c98", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 98, + "name" : "c99", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 99, + "name" : "c100", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 100, + "name" : "c101", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 101, + "name" : "c102", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 102, + "name" : "c103", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 103, + "name" : "c104", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 104, + "name" : "c105", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 105, + "name" : "c106", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 106, + "name" : "c107", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 107, + "name" : "c108", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 108, + "name" : "c109", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 109, + "name" : "c110", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 110, + "name" : "c111", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 111, + "name" : "c112", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 112, + "name" : "c113", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 113, + "name" : "c114", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 114, + "name" : "c115", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 115, + "name" : "c116", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 116, + "name" : "c117", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 117, + "name" : "c118", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 118, + "name" : "c119", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 119, + "name" : "c120", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 120, + "name" : "c121", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 121, + "name" : "c122", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 122, + "name" : "c123", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 123, + "name" : "c124", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 124, + "name" : "c125", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 125, + "name" : "c126", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 126, + "name" : "c127", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 127, + "name" : "c128", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 128, + "name" : "c129", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 129, + "name" : "c130", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 130, + "name" : "c131", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 131, + "name" : "c132", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 132, + "name" : "c133", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 133, + "name" : "c134", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 134, + "name" : "c135", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 135, + "name" : "c136", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 136, + "name" : "c137", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 137, + "name" : "c138", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 138, + "name" : "c139", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 139, + "name" : "c140", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 140, + "name" : "c141", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 141, + "name" : "c142", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 142, + "name" : "c143", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 143, + "name" : "c144", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 144, + "name" : "c145", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 145, + "name" : "c146", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 146, + "name" : "c147", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 147, + "name" : "c148", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 148, + "name" : "c149", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 149, + "name" : "c150", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 150, + "name" : "c151", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 151, + "name" : "c152", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 152, + "name" : "c153", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 153, + "name" : "c154", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 154, + "name" : "c155", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 155, + "name" : "c156", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 156, + "name" : "c157", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 157, + "name" : "c158", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 158, + "name" : "c159", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 159, + "name" : "c160", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 160, + "name" : "c161", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 161, + "name" : "c162", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 162, + "name" : "c163", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 163, + "name" : "c164", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 164, + "name" : "c165", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 165, + "name" : "c166", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 166, + "name" : "c167", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 167, + "name" : "c168", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "INT" + } + }, { + "id" : 168, + "name" : "c169", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "INT" + } + }, { + "id" : 169, + "name" : "c170", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 170, + "name" : "c171", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 171, + "name" : "c172", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 172, + "name" : "c173", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 173, + "name" : "c174", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 174, + "name" : "c175", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 175, + "name" : "c176", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 176, + "name" : "c177", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 177, + "name" : "c178", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 178, + "name" : "c179", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 179, + "name" : "c180", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 180, + "name" : "c181", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 181, + "name" : "c182", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 182, + "name" : "c183", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 183, + "name" : "c184", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 184, + "name" : "c185", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 185, + "name" : "c186", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "INT" + } + }, { + "id" : 186, + "name" : "c187", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "INT" + } + }, { + "id" : 187, + "name" : "c188", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 188, + "name" : "c189", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 189, + "name" : "c190", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 190, + "name" : "c191", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 191, + "name" : "c192", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 192, + "name" : "c193", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "DATE" + } + }, { + "id" : 193, + "name" : "c194", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "STRING" + } + }, { + "id" : 194, + "name" : "c195", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 195, + "name" : "c196", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 196, + "name" : "c197", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 197, + "name" : "c198", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 198, + "name" : "c199", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 199, + "name" : "c200", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 200, + "name" : "c201", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 201, + "name" : "c202", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 202, + "name" : "c203", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 203, + "name" : "c204", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 204, + "name" : "c205", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 205, + "name" : "c206", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 206, + "name" : "c207", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 207, + "name" : "c208", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 208, + "name" : "c209", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 209, + "name" : "c210", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 210, + "name" : "c211", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 211, + "name" : "c212", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 212, + "name" : "c213", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 213, + "name" : "c214", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 214, + "name" : "c215", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 215, + "name" : "c216", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 216, + "name" : "c217", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 217, + "name" : "c218", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 218, + "name" : "c219", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 219, + "name" : "c220", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 220, + "name" : "c221", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 221, + "name" : "c222", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "INT" + } + }, { + "id" : 222, + "name" : "c223", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "INT" + } + }, { + "id" : 223, + "name" : "c224", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 224, + "name" : "c225", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 225, + "name" : "c226", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 226, + "name" : "c227", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 227, + "name" : "c228", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 228, + "name" : "c229", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "DATE" + } + }, { + "id" : 229, + "name" : "c230", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "STRING" + } + }, { + "id" : 230, + "name" : "c231", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 231, + "name" : "c232", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 232, + "name" : "c233", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 233, + "name" : "c234", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 234, + "name" : "c235", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 235, + "name" : "c236", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 236, + "name" : "c237", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 237, + "name" : "c238", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 238, + "name" : "c239", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 239, + "name" : "c240", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "INT" + } + }, { + "id" : 240, + "name" : "c241", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "INT" + } + }, { + "id" : 241, + "name" : "c242", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 242, + "name" : "c243", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 243, + "name" : "c244", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 244, + "name" : "c245", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 245, + "name" : "c246", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 246, + "name" : "c247", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "DATE" + } + }, { + "id" : 247, + "name" : "c248", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "STRING" + } + }, { + "id" : 248, + "name" : "c249", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 249, + "name" : "c250", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 250, + "name" : "c251", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 251, + "name" : "c252", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 252, + "name" : "c253", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 253, + "name" : "c254", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 254, + "name" : "c255", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 255, + "name" : "c256", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 256, + "name" : "c257", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 257, + "name" : "c258", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "INT" + } + }, { + "id" : 258, + "name" : "c259", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "INT" + } + }, { + "id" : 259, + "name" : "c260", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 260, + "name" : "c261", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 261, + "name" : "c262", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 262, + "name" : "c263", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 263, + "name" : "c264", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 264, + "name" : "c265", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 265, + "name" : "c266", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 266, + "name" : "c267", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 267, + "name" : "c268", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 268, + "name" : "c269", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 269, + "name" : "c270", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 270, + "name" : "c271", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 271, + "name" : "c272", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 272, + "name" : "c273", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 273, + "name" : "c274", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 274, + "name" : "c275", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 275, + "name" : "c276", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 276, + "name" : "c277", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 277, + "name" : "c278", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 278, + "name" : "c279", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 279, + "name" : "c280", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 280, + "name" : "c281", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 281, + "name" : "c282", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 282, + "name" : "c283", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 283, + "name" : "c284", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 284, + "name" : "c285", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 285, + "name" : "c286", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 286, + "name" : "c287", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 287, + "name" : "c288", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 288, + "name" : "c289", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 289, + "name" : "c290", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 290, + "name" : "c291", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 291, + "name" : "c292", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 292, + "name" : "c293", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 293, + "name" : "c294", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "INT" + } + }, { + "id" : 294, + "name" : "c295", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "INT" + } + }, { + "id" : 295, + "name" : "c296", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 296, + "name" : "c297", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 297, + "name" : "c298", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 298, + "name" : "c299", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 299, + "name" : "c300", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 300, + "name" : "c301", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "DATE" + } + }, { + "id" : 301, + "name" : "c302", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "STRING" + } + }, { + "id" : 302, + "name" : "c303", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 303, + "name" : "c304", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 304, + "name" : "c305", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 305, + "name" : "c306", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 306, + "name" : "c307", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 307, + "name" : "c308", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 308, + "name" : "c309", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 309, + "name" : "c310", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 310, + "name" : "c311", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 311, + "name" : "c312", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "INT" + } + }, { + "id" : 312, + "name" : "c313", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "INT" + } + }, { + "id" : 313, + "name" : "c314", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 314, + "name" : "c315", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 315, + "name" : "c316", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 316, + "name" : "c317", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 317, + "name" : "c318", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 318, + "name" : "c319", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "DATE" + } + }, { + "id" : 319, + "name" : "c320", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "STRING" + } + }, { + "id" : 320, + "name" : "c321", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 321, + "name" : "c322", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 322, + "name" : "c323", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 323, + "name" : "c324", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 324, + "name" : "c325", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 325, + "name" : "c326", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 326, + "name" : "c327", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 327, + "name" : "c328", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 328, + "name" : "c329", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 329, + "name" : "c330", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "INT" + } + }, { + "id" : 330, + "name" : "c331", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "INT" + } + }, { + "id" : 331, + "name" : "c332", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 332, + "name" : "c333", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 333, + "name" : "c334", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 334, + "name" : "c335", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 335, + "name" : "c336", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 336, + "name" : "c337", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 337, + "name" : "c338", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 338, + "name" : "c339", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 339, + "name" : "c340", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 340, + "name" : "c341", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 341, + "name" : "c342", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 342, + "name" : "c343", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "TIMESTAMP(6)" + } + } ], + "highestFieldId" : 342, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop" + }, + "timeMillis" : 1698135030860 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-1 new file mode 100644 index 00000000000000..1e64b7dac66a18 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/schema/schema-1 @@ -0,0 +1,2735 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "INT" + }, { + "id" : 1, + "name" : "c2", + "type" : { + "type" : "ARRAY", + "element" : "TINYINT" + } + }, { + "id" : 2, + "name" : "c3", + "type" : { + "type" : "ARRAY", + "element" : "TINYINT" + } + }, { + "id" : 3, + "name" : "c4", + "type" : { + "type" : "ARRAY", + "element" : "SMALLINT" + } + }, { + "id" : 4, + "name" : "c5", + "type" : { + "type" : "ARRAY", + "element" : "SMALLINT" + } + }, { + "id" : 5, + "name" : "c6", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 6, + "name" : "c7", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 7, + "name" : "c8", + "type" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + }, { + "id" : 8, + "name" : "c9", + "type" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + }, { + "id" : 9, + "name" : "c10", + "type" : { + "type" : "ARRAY", + "element" : "FLOAT" + } + }, { + "id" : 10, + "name" : "c11", + "type" : { + "type" : "ARRAY", + "element" : "DOUBLE" + } + }, { + "id" : 11, + "name" : "c12", + "type" : { + "type" : "ARRAY", + "element" : "DECIMAL(10, 2)" + } + }, { + "id" : 12, + "name" : "c13", + "type" : { + "type" : "ARRAY", + "element" : "DATE" + } + }, { + "id" : 13, + "name" : "c14", + "type" : { + "type" : "ARRAY", + "element" : "STRING" + } + }, { + "id" : 14, + "name" : "c15", + "type" : { + "type" : "ARRAY", + "element" : "VARCHAR(10)" + } + }, { + "id" : 15, + "name" : "c16", + "type" : { + "type" : "ARRAY", + "element" : "CHAR(2)" + } + }, { + "id" : 16, + "name" : "c17", + "type" : { + "type" : "ARRAY", + "element" : "BOOLEAN" + } + }, { + "id" : 17, + "name" : "c18", + "type" : { + "type" : "ARRAY", + "element" : "BYTES" + } + }, { + "id" : 18, + "name" : "c19", + "type" : { + "type" : "ARRAY", + "element" : "TIMESTAMP(6)" + } + }, { + "id" : 19, + "name" : "c20", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 20, + "name" : "c21", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 21, + "name" : "c22", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 22, + "name" : "c23", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 23, + "name" : "c24", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 24, + "name" : "c25", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 25, + "name" : "c26", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 26, + "name" : "c27", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 27, + "name" : "c28", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 28, + "name" : "c29", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 29, + "name" : "c30", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 30, + "name" : "c31", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 31, + "name" : "c32", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 32, + "name" : "c33", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 33, + "name" : "c34", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 34, + "name" : "c35", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 35, + "name" : "c36", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 36, + "name" : "c37", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 37, + "name" : "c38", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 38, + "name" : "c39", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 39, + "name" : "c40", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 40, + "name" : "c41", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 41, + "name" : "c42", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 42, + "name" : "c43", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 43, + "name" : "c44", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 44, + "name" : "c45", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 45, + "name" : "c46", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 46, + "name" : "c47", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 47, + "name" : "c48", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 48, + "name" : "c49", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 49, + "name" : "c50", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 50, + "name" : "c51", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 51, + "name" : "c52", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 52, + "name" : "c53", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 53, + "name" : "c54", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 54, + "name" : "c55", + "type" : { + "type" : "MAP", + "key" : "TINYINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 55, + "name" : "c56", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 56, + "name" : "c57", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 57, + "name" : "c58", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 58, + "name" : "c59", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 59, + "name" : "c60", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 60, + "name" : "c61", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 61, + "name" : "c62", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 62, + "name" : "c63", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 63, + "name" : "c64", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 64, + "name" : "c65", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 65, + "name" : "c66", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 66, + "name" : "c67", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 67, + "name" : "c68", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 68, + "name" : "c69", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 69, + "name" : "c70", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 70, + "name" : "c71", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 71, + "name" : "c72", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 72, + "name" : "c73", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 73, + "name" : "c74", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 74, + "name" : "c75", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 75, + "name" : "c76", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 76, + "name" : "c77", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 77, + "name" : "c78", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 78, + "name" : "c79", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 79, + "name" : "c80", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 80, + "name" : "c81", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 81, + "name" : "c82", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 82, + "name" : "c83", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 83, + "name" : "c84", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 84, + "name" : "c85", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 85, + "name" : "c86", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 86, + "name" : "c87", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 87, + "name" : "c88", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 88, + "name" : "c89", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 89, + "name" : "c90", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 90, + "name" : "c91", + "type" : { + "type" : "MAP", + "key" : "SMALLINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 91, + "name" : "c92", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 92, + "name" : "c93", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 93, + "name" : "c94", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 94, + "name" : "c95", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 95, + "name" : "c96", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 96, + "name" : "c97", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 97, + "name" : "c98", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 98, + "name" : "c99", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 99, + "name" : "c100", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 100, + "name" : "c101", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 101, + "name" : "c102", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 102, + "name" : "c103", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 103, + "name" : "c104", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 104, + "name" : "c105", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 105, + "name" : "c106", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 106, + "name" : "c107", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 107, + "name" : "c108", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 108, + "name" : "c109", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 109, + "name" : "c110", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 110, + "name" : "c111", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 111, + "name" : "c112", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 112, + "name" : "c113", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 113, + "name" : "c114", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 114, + "name" : "c115", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "INT" + } + }, { + "id" : 115, + "name" : "c116", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 116, + "name" : "c117", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 117, + "name" : "c118", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 118, + "name" : "c119", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 119, + "name" : "c120", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 120, + "name" : "c121", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 121, + "name" : "c122", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 122, + "name" : "c123", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 123, + "name" : "c124", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 124, + "name" : "c125", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 125, + "name" : "c126", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 126, + "name" : "c127", + "type" : { + "type" : "MAP", + "key" : "INT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 127, + "name" : "c128", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 128, + "name" : "c129", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 129, + "name" : "c130", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 130, + "name" : "c131", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 131, + "name" : "c132", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 132, + "name" : "c133", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 133, + "name" : "c134", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 134, + "name" : "c135", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 135, + "name" : "c136", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 136, + "name" : "c137", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 137, + "name" : "c138", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 138, + "name" : "c139", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 139, + "name" : "c140", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 140, + "name" : "c141", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 141, + "name" : "c142", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 142, + "name" : "c143", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 143, + "name" : "c144", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 144, + "name" : "c145", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 145, + "name" : "c146", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 146, + "name" : "c147", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 147, + "name" : "c148", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 148, + "name" : "c149", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 149, + "name" : "c150", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 150, + "name" : "c151", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "INT" + } + }, { + "id" : 151, + "name" : "c152", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 152, + "name" : "c153", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 153, + "name" : "c154", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 154, + "name" : "c155", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 155, + "name" : "c156", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 156, + "name" : "c157", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 157, + "name" : "c158", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 158, + "name" : "c159", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 159, + "name" : "c160", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 160, + "name" : "c161", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 161, + "name" : "c162", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 162, + "name" : "c163", + "type" : { + "type" : "MAP", + "key" : "BIGINT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 163, + "name" : "c164", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 164, + "name" : "c165", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 165, + "name" : "c166", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 166, + "name" : "c167", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 167, + "name" : "c168", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "INT" + } + }, { + "id" : 168, + "name" : "c169", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "INT" + } + }, { + "id" : 169, + "name" : "c170", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 170, + "name" : "c171", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 171, + "name" : "c172", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 172, + "name" : "c173", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 173, + "name" : "c174", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 174, + "name" : "c175", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "DATE" + } + }, { + "id" : 175, + "name" : "c176", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "STRING" + } + }, { + "id" : 176, + "name" : "c177", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 177, + "name" : "c178", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 178, + "name" : "c179", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 179, + "name" : "c180", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 180, + "name" : "c181", + "type" : { + "type" : "MAP", + "key" : "FLOAT NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 181, + "name" : "c182", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 182, + "name" : "c183", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 183, + "name" : "c184", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 184, + "name" : "c185", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 185, + "name" : "c186", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "INT" + } + }, { + "id" : 186, + "name" : "c187", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "INT" + } + }, { + "id" : 187, + "name" : "c188", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 188, + "name" : "c189", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 189, + "name" : "c190", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 190, + "name" : "c191", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 191, + "name" : "c192", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 192, + "name" : "c193", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "DATE" + } + }, { + "id" : 193, + "name" : "c194", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "STRING" + } + }, { + "id" : 194, + "name" : "c195", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 195, + "name" : "c196", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 196, + "name" : "c197", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 197, + "name" : "c198", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 198, + "name" : "c199", + "type" : { + "type" : "MAP", + "key" : "DOUBLE NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 199, + "name" : "c200", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 200, + "name" : "c201", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 201, + "name" : "c202", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 202, + "name" : "c203", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 203, + "name" : "c204", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 204, + "name" : "c205", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 205, + "name" : "c206", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 206, + "name" : "c207", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 207, + "name" : "c208", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 208, + "name" : "c209", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 209, + "name" : "c210", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 210, + "name" : "c211", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 211, + "name" : "c212", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 212, + "name" : "c213", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 213, + "name" : "c214", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 214, + "name" : "c215", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 215, + "name" : "c216", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 216, + "name" : "c217", + "type" : { + "type" : "MAP", + "key" : "DECIMAL(10, 2) NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 217, + "name" : "c218", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 218, + "name" : "c219", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 219, + "name" : "c220", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 220, + "name" : "c221", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 221, + "name" : "c222", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "INT" + } + }, { + "id" : 222, + "name" : "c223", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "INT" + } + }, { + "id" : 223, + "name" : "c224", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 224, + "name" : "c225", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 225, + "name" : "c226", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 226, + "name" : "c227", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 227, + "name" : "c228", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 228, + "name" : "c229", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "DATE" + } + }, { + "id" : 229, + "name" : "c230", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "STRING" + } + }, { + "id" : 230, + "name" : "c231", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 231, + "name" : "c232", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 232, + "name" : "c233", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 233, + "name" : "c234", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 234, + "name" : "c235", + "type" : { + "type" : "MAP", + "key" : "DATE NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 235, + "name" : "c236", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 236, + "name" : "c237", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 237, + "name" : "c238", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 238, + "name" : "c239", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 239, + "name" : "c240", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "INT" + } + }, { + "id" : 240, + "name" : "c241", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "INT" + } + }, { + "id" : 241, + "name" : "c242", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 242, + "name" : "c243", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 243, + "name" : "c244", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 244, + "name" : "c245", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 245, + "name" : "c246", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 246, + "name" : "c247", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "DATE" + } + }, { + "id" : 247, + "name" : "c248", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "STRING" + } + }, { + "id" : 248, + "name" : "c249", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 249, + "name" : "c250", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 250, + "name" : "c251", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 251, + "name" : "c252", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 252, + "name" : "c253", + "type" : { + "type" : "MAP", + "key" : "STRING NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 253, + "name" : "c254", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 254, + "name" : "c255", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 255, + "name" : "c256", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 256, + "name" : "c257", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 257, + "name" : "c258", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "INT" + } + }, { + "id" : 258, + "name" : "c259", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "INT" + } + }, { + "id" : 259, + "name" : "c260", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 260, + "name" : "c261", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 261, + "name" : "c262", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 262, + "name" : "c263", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 263, + "name" : "c264", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 264, + "name" : "c265", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 265, + "name" : "c266", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 266, + "name" : "c267", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 267, + "name" : "c268", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 268, + "name" : "c269", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 269, + "name" : "c270", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 270, + "name" : "c271", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 271, + "name" : "c272", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 272, + "name" : "c273", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 273, + "name" : "c274", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 274, + "name" : "c275", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 275, + "name" : "c276", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 276, + "name" : "c277", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "INT" + } + }, { + "id" : 277, + "name" : "c278", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 278, + "name" : "c279", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 279, + "name" : "c280", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 280, + "name" : "c281", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 281, + "name" : "c282", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 282, + "name" : "c283", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 283, + "name" : "c284", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 284, + "name" : "c285", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 285, + "name" : "c286", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 286, + "name" : "c287", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 287, + "name" : "c288", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 288, + "name" : "c289", + "type" : { + "type" : "MAP", + "key" : "CHAR(2) NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 289, + "name" : "c290", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 290, + "name" : "c291", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 291, + "name" : "c292", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 292, + "name" : "c293", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 293, + "name" : "c294", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "INT" + } + }, { + "id" : 294, + "name" : "c295", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "INT" + } + }, { + "id" : 295, + "name" : "c296", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 296, + "name" : "c297", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 297, + "name" : "c298", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 298, + "name" : "c299", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 299, + "name" : "c300", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 300, + "name" : "c301", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "DATE" + } + }, { + "id" : 301, + "name" : "c302", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "STRING" + } + }, { + "id" : 302, + "name" : "c303", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 303, + "name" : "c304", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 304, + "name" : "c305", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 305, + "name" : "c306", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 306, + "name" : "c307", + "type" : { + "type" : "MAP", + "key" : "BOOLEAN NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 307, + "name" : "c308", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 308, + "name" : "c309", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 309, + "name" : "c310", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 310, + "name" : "c311", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 311, + "name" : "c312", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "INT" + } + }, { + "id" : 312, + "name" : "c313", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "INT" + } + }, { + "id" : 313, + "name" : "c314", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 314, + "name" : "c315", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 315, + "name" : "c316", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 316, + "name" : "c317", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 317, + "name" : "c318", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 318, + "name" : "c319", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "DATE" + } + }, { + "id" : 319, + "name" : "c320", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "STRING" + } + }, { + "id" : 320, + "name" : "c321", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 321, + "name" : "c322", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 322, + "name" : "c323", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 323, + "name" : "c324", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 324, + "name" : "c325", + "type" : { + "type" : "MAP", + "key" : "BYTES NOT NULL", + "value" : "TIMESTAMP(6)" + } + }, { + "id" : 325, + "name" : "c326", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 326, + "name" : "c327", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "TINYINT" + } + }, { + "id" : 327, + "name" : "c328", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 328, + "name" : "c329", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "SMALLINT" + } + }, { + "id" : 329, + "name" : "c330", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "INT" + } + }, { + "id" : 330, + "name" : "c331", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "INT" + } + }, { + "id" : 331, + "name" : "c332", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 332, + "name" : "c333", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BIGINT" + } + }, { + "id" : 333, + "name" : "c334", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "FLOAT" + } + }, { + "id" : 334, + "name" : "c335", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "DOUBLE" + } + }, { + "id" : 335, + "name" : "c336", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "DECIMAL(10, 2)" + } + }, { + "id" : 336, + "name" : "c337", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "DATE" + } + }, { + "id" : 337, + "name" : "c338", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "STRING" + } + }, { + "id" : 338, + "name" : "c339", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "VARCHAR(10)" + } + }, { + "id" : 339, + "name" : "c340", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "CHAR(2)" + } + }, { + "id" : 340, + "name" : "c341", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BOOLEAN" + } + }, { + "id" : 341, + "name" : "c342", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "BYTES" + } + }, { + "id" : 342, + "name" : "c343", + "type" : { + "type" : "MAP", + "key" : "TIMESTAMP(6) NOT NULL", + "value" : "TIMESTAMP(6)" + } + } ], + "highestFieldId" : 342, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop", + "bucket" : "-1" + }, + "timeMillis" : 1736832959986 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/LATEST new file mode 100644 index 00000000000000..e440e5c8425869 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/LATEST @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-1 new file mode 100644 index 00000000000000..4f27b671c04c17 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-0", + "deltaManifestList" : "manifest-list-7fccb7d5-b8a3-4593-83ea-e6f57ae7d60f-1", + "changelogManifestList" : null, + "commitUser" : "a208a89a-3b93-468a-a8e8-51d57c1a9143", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1698135052088, + "logOffsets" : { }, + "totalRecordCount" : 1, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-2 new file mode 100644 index 00000000000000..0677a96aa9880f --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-2 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-0", + "deltaManifestList" : "manifest-list-d8a36877-db60-4ead-91bb-d955e2e57717-1", + "changelogManifestList" : null, + "commitUser" : "11b1e163-b7a3-4e50-b13b-d1a315a1ce5a", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1698142801838, + "logOffsets" : { }, + "totalRecordCount" : 2, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-3 new file mode 100644 index 00000000000000..9d42adce763bdb --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_all/snapshot/snapshot-3 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-0", + "deltaManifestList" : "manifest-list-d93803ce-bac3-49f3-928b-33a893d12d58-1", + "changelogManifestList" : null, + "commitUser" : "bcf2b602-a058-4fd5-b19f-ec4c98349d13", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1698142822944, + "logOffsets" : { }, + "totalRecordCount" : 3, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-385b5ae2-a2b0-4b39-92a9-c11ca48cbc16-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-385b5ae2-a2b0-4b39-92a9-c11ca48cbc16-0.orc new file mode 100644 index 00000000000000..74ff23b42020ed Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-385b5ae2-a2b0-4b39-92a9-c11ca48cbc16-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-981ed0ed-6088-4718-9b1c-ee4d8317a68c-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-981ed0ed-6088-4718-9b1c-ee4d8317a68c-0.orc new file mode 100644 index 00000000000000..320843319d680e Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-981ed0ed-6088-4718-9b1c-ee4d8317a68c-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-b445f280-5d7a-4cdc-9499-7b7887172ce5-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-b445f280-5d7a-4cdc-9499-7b7887172ce5-0.orc new file mode 100644 index 00000000000000..1d8ec51883c104 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/bucket-0/data-b445f280-5d7a-4cdc-9499-7b7887172ce5-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-3c016e03-9202-404b-8a3f-d2176dd8d052-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-3c016e03-9202-404b-8a3f-d2176dd8d052-0 new file mode 100644 index 00000000000000..f9c0ca3e8c15ee Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-3c016e03-9202-404b-8a3f-d2176dd8d052-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-6e2ff9da-29a6-464c-bbc5-c7dce2af39b9-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-6e2ff9da-29a6-464c-bbc5-c7dce2af39b9-0 new file mode 100644 index 00000000000000..8135136ef53e73 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-6e2ff9da-29a6-464c-bbc5-c7dce2af39b9-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-7d54e91d-bf24-4902-ae76-e71425ef8014-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-7d54e91d-bf24-4902-ae76-e71425ef8014-0 new file mode 100644 index 00000000000000..96af7a6724d8f4 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-7d54e91d-bf24-4902-ae76-e71425ef8014-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-0 new file mode 100644 index 00000000000000..a4b89934118ffa Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-1 new file mode 100644 index 00000000000000..444303ab56f236 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-0 new file mode 100644 index 00000000000000..a6b764eb35ac9f Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-1 new file mode 100644 index 00000000000000..9eab272148c6a0 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-0 new file mode 100644 index 00000000000000..0ee0c169b4905b Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-1 new file mode 100644 index 00000000000000..f32b930b794187 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/manifest/manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-0 new file mode 100644 index 00000000000000..a317b9013539d5 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-0 @@ -0,0 +1,30 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "INT" + }, { + "id" : 1, + "name" : "c2", + "type" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + }, { + "id" : 2, + "name" : "c3", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BOOLEAN" + } + } ], + "highestFieldId" : 2, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop" + }, + "timeMillis" : 1697461534785 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-1 new file mode 100644 index 00000000000000..3f2261a2ae4971 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/schema/schema-1 @@ -0,0 +1,32 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "c1", + "type" : "INT" + }, { + "id" : 1, + "name" : "c2", + "type" : { + "type" : "ARRAY", + "element" : "BIGINT" + } + }, { + "id" : 2, + "name" : "c3", + "type" : { + "type" : "MAP", + "key" : "VARCHAR(10) NOT NULL", + "value" : "BOOLEAN" + } + } ], + "highestFieldId" : 2, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop", + "bucket" : "-1" + }, + "timeMillis" : 1736832960115 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/LATEST new file mode 100644 index 00000000000000..e440e5c8425869 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/LATEST @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-1 new file mode 100644 index 00000000000000..73f9313b7e0c0e --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-0", + "deltaManifestList" : "manifest-list-109d3064-e2c0-4710-8ce6-d31b1fadae5f-1", + "changelogManifestList" : null, + "commitUser" : "73e54692-e003-4074-a9eb-3356d291b026", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1697461549648, + "logOffsets" : { }, + "totalRecordCount" : 1, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-2 new file mode 100644 index 00000000000000..47ea7b98bf2b2a --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-2 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-0", + "deltaManifestList" : "manifest-list-ad608dd1-a9c2-4678-82cc-734a95583124-1", + "changelogManifestList" : null, + "commitUser" : "c2e0535f-9907-4ce1-b64c-7a964a0f9227", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1697462185809, + "logOffsets" : { }, + "totalRecordCount" : 2, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-3 new file mode 100644 index 00000000000000..29197a42157465 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/complex_tab/snapshot/snapshot-3 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-0", + "deltaManifestList" : "manifest-list-5383453f-23e4-4c88-a2f2-805d1c96fd73-1", + "changelogManifestList" : null, + "commitUser" : "a6b90c79-c35b-46fe-9b0a-0095583ffa43", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1697462188204, + "logOffsets" : { }, + "totalRecordCount" : 3, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : null +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-08e88e02-9198-465c-bab3-7726e7765bc9-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-08e88e02-9198-465c-bab3-7726e7765bc9-0.orc new file mode 100644 index 00000000000000..22833876776b35 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-08e88e02-9198-465c-bab3-7726e7765bc9-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-289bcba6-f9dc-4a0a-8081-5c4badfdf593-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-289bcba6-f9dc-4a0a-8081-5c4badfdf593-0.orc new file mode 100644 index 00000000000000..6c8f73986d3327 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-289bcba6-f9dc-4a0a-8081-5c4badfdf593-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-636f5235-33a4-4e1a-8330-f058acc93ecb-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-636f5235-33a4-4e1a-8330-f058acc93ecb-0.orc new file mode 100644 index 00000000000000..b9e28b496e1e39 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-636f5235-33a4-4e1a-8330-f058acc93ecb-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-66046d56-e75a-4ded-8283-cbf0955dc863-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-66046d56-e75a-4ded-8283-cbf0955dc863-0.orc new file mode 100644 index 00000000000000..6ab17727ac9e81 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-66046d56-e75a-4ded-8283-cbf0955dc863-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-bebafa05-8df4-4f4a-bbe0-3bf376584f89-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-bebafa05-8df4-4f4a-bbe0-3bf376584f89-0.orc new file mode 100644 index 00000000000000..dbbd89fdbbbc18 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-bebafa05-8df4-4f4a-bbe0-3bf376584f89-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-ca30abc9-faea-45d3-8073-d5eeb68f7cb6-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-ca30abc9-faea-45d3-8073-d5eeb68f7cb6-0.orc new file mode 100644 index 00000000000000..1c65b35d13a180 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/bucket-0/data-ca30abc9-faea-45d3-8073-d5eeb68f7cb6-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-41ba6f47-b8f6-4ef8-9289-362b87f30f33-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-41ba6f47-b8f6-4ef8-9289-362b87f30f33-0 new file mode 100644 index 00000000000000..3949c4631ca0d9 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-41ba6f47-b8f6-4ef8-9289-362b87f30f33-0 @@ -0,0 +1 @@ +WYùžÒåGVGpÊOä»ð \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-91c400b2-f21f-4b83-a80a-11328454f64c-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-91c400b2-f21f-4b83-a80a-11328454f64c-0 new file mode 100644 index 00000000000000..dc94633eaa1db3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/index/index-91c400b2-f21f-4b83-a80a-11328454f64c-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0 new file mode 100644 index 00000000000000..acc7cccba47567 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-f5f5f20e-d888-49f0-8d2b-a763cec461d5-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-f5f5f20e-d888-49f0-8d2b-a763cec461d5-0 new file mode 100644 index 00000000000000..a3849003edb265 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/index-manifest-f5f5f20e-d888-49f0-8d2b-a763cec461d5-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-0 new file mode 100644 index 00000000000000..bed46f0803d524 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-1 new file mode 100644 index 00000000000000..9ed0c32eb51ddc Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-514f216f-54bd-4934-9f5d-e197fbcf08d1-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-0 new file mode 100644 index 00000000000000..eb3cb3bc61365f Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-1 new file mode 100644 index 00000000000000..7fd2ea4e89ea3a Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-b27e6047-92b3-4802-a714-b48638da888a-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-0 new file mode 100644 index 00000000000000..a6c9d6b837f159 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-1 new file mode 100644 index 00000000000000..c70b42eebe14a6 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-c81f44f4-a930-41aa-b73f-371d11cbaa6a-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-0 new file mode 100644 index 00000000000000..55b318b57f530c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-1 new file mode 100644 index 00000000000000..69145697d71954 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-d3dcda30-91aa-43ba-803c-61bc79c4c649-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-0 new file mode 100644 index 00000000000000..c61953562e8143 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-1 new file mode 100644 index 00000000000000..6e47217d5a4ab6 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-2 new file mode 100644 index 00000000000000..f0f6259463524a Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-3 new file mode 100644 index 00000000000000..b48430aef0a35d Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-0 new file mode 100644 index 00000000000000..eb1c88203d8912 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-1 new file mode 100644 index 00000000000000..764069f1af41a1 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-2 new file mode 100644 index 00000000000000..eb7534e2d7cda7 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-3 new file mode 100644 index 00000000000000..5b4163e21c6aa0 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-0 new file mode 100644 index 00000000000000..d254d331485a0b Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-1 new file mode 100644 index 00000000000000..f5b075b10c7c63 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-2 new file mode 100644 index 00000000000000..c0b9238553f511 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-3 new file mode 100644 index 00000000000000..b5e3f4d0d7f29f Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-0 new file mode 100644 index 00000000000000..53b5e177a758b4 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-1 new file mode 100644 index 00000000000000..53971b3361ad2f Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-2 new file mode 100644 index 00000000000000..96dd0b028ca421 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-3 new file mode 100644 index 00000000000000..50953cf66d7e7e Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/manifest/manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-0 new file mode 100644 index 00000000000000..f2a86db625db97 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-0 @@ -0,0 +1,22 @@ +{ + "version" : 2, + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT NOT NULL" + }, { + "id" : 1, + "name" : "name", + "type" : "STRING" + } ], + "highestFieldId" : 1, + "partitionKeys" : [ ], + "primaryKeys" : [ "id" ], + "options" : { + "deletion-vectors.enabled" : "true", + "file.format" : "orc" + }, + "comment" : "", + "timeMillis" : 1715871434795 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-1 new file mode 100644 index 00000000000000..6ea07307d99e3f --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/schema/schema-1 @@ -0,0 +1,23 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT NOT NULL" + }, { + "id" : 1, + "name" : "name", + "type" : "STRING" + } ], + "highestFieldId" : 1, + "partitionKeys" : [ ], + "primaryKeys" : [ "id" ], + "options" : { + "bucket" : "-1", + "deletion-vectors.enabled" : "true", + "file.format" : "orc" + }, + "comment" : "", + "timeMillis" : 1736832960220 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/EARLIEST new file mode 100644 index 00000000000000..84be30596c825c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/EARLIEST @@ -0,0 +1 @@ +-7 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/LATEST new file mode 100644 index 00000000000000..301160a93062df --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/LATEST @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-1 new file mode 100644 index 00000000000000..01b71ee80d6698 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-1 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-0", + "deltaManifestList" : "manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0", + "commitUser" : "0a8b6221-0556-4930-8ff1-06530a261f94", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871444517, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : 4, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-2 new file mode 100644 index 00000000000000..9db3cc9649c075 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-2 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-2", + "deltaManifestList" : "manifest-list-3b71040c-9abd-4467-a0d6-23a7312657b6-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0", + "commitUser" : "0a8b6221-0556-4930-8ff1-06530a261f94", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871446197, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : 0, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-3 new file mode 100644 index 00000000000000..e0e16e0b775613 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-3 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-0", + "deltaManifestList" : "manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0", + "commitUser" : "1dce4cdc-fe3e-4ad8-9ad3-1bb584eacea7", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871450737, + "logOffsets" : { }, + "totalRecordCount" : 6, + "deltaRecordCount" : 2, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-4 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-4 new file mode 100644 index 00000000000000..9893f87239957e --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-4 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 4, + "schemaId" : 0, + "baseManifestList" : "manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-2", + "deltaManifestList" : "manifest-list-46954a27-7f67-41ac-8da6-bc2c72dfb67a-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0", + "commitUser" : "1dce4cdc-fe3e-4ad8-9ad3-1bb584eacea7", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871452426, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : -2, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-5 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-5 new file mode 100644 index 00000000000000..5ac3121993520a --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-5 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 5, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-0", + "deltaManifestList" : "manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0", + "commitUser" : "77adef8f-307b-4034-bcdf-df3e6ebe023c", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871456102, + "logOffsets" : { }, + "totalRecordCount" : 6, + "deltaRecordCount" : 2, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-6 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-6 new file mode 100644 index 00000000000000..4d469525dc1ead --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-6 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 6, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-2", + "deltaManifestList" : "manifest-list-bb914cbc-19b7-415e-a1f7-f839a81c81cd-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0", + "commitUser" : "77adef8f-307b-4034-bcdf-df3e6ebe023c", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871457793, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : -2, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-7 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-7 new file mode 100644 index 00000000000000..d359c08aacb44c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-7 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 7, + "schemaId" : 0, + "baseManifestList" : "manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-0", + "deltaManifestList" : "manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-6ff0b9a9-ce94-4281-99ab-48dc75a47335-0", + "commitUser" : "89359d19-5d96-45f8-877a-20a0d91493ef", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871461460, + "logOffsets" : { }, + "totalRecordCount" : 5, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-8 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-8 new file mode 100644 index 00000000000000..d600a096633e40 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_orc/snapshot/snapshot-8 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 8, + "schemaId" : 0, + "baseManifestList" : "manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-2", + "deltaManifestList" : "manifest-list-05414b07-4bbe-4f0f-89de-03a8f43a738a-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-f5f5f20e-d888-49f0-8d2b-a763cec461d5-0", + "commitUser" : "89359d19-5d96-45f8-877a-20a0d91493ef", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871463953, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : -1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-a3d56ab8-4456-4f75-94b2-d96f7bb827b1-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-a3d56ab8-4456-4f75-94b2-d96f7bb827b1-0.parquet new file mode 100644 index 00000000000000..e2cb88b07115e3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-a3d56ab8-4456-4f75-94b2-d96f7bb827b1-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-aa6f6cb1-c507-43d7-9fd5-c8f1f46cfa76-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-aa6f6cb1-c507-43d7-9fd5-c8f1f46cfa76-0.parquet new file mode 100644 index 00000000000000..f675a0be71fd90 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-aa6f6cb1-c507-43d7-9fd5-c8f1f46cfa76-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-ae829d42-0869-4b79-b518-f68931281d9e-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-ae829d42-0869-4b79-b518-f68931281d9e-0.parquet new file mode 100644 index 00000000000000..71d80c8341d7c5 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-ae829d42-0869-4b79-b518-f68931281d9e-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-b801e211-ff0d-45ba-acdb-faacd707b469-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-b801e211-ff0d-45ba-acdb-faacd707b469-0.parquet new file mode 100644 index 00000000000000..bedc575ebcdb19 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-b801e211-ff0d-45ba-acdb-faacd707b469-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-d86f5f80-ab5a-4cd1-b281-9fd99e1ae67d-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-d86f5f80-ab5a-4cd1-b281-9fd99e1ae67d-0.parquet new file mode 100644 index 00000000000000..bf359bc99c3737 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/bucket-0/data-d86f5f80-ab5a-4cd1-b281-9fd99e1ae67d-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-21545e4a-5145-45c8-8c53-00a3874b5117-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-21545e4a-5145-45c8-8c53-00a3874b5117-0 new file mode 100644 index 00000000000000..9e9691104b85b6 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-21545e4a-5145-45c8-8c53-00a3874b5117-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-4d80572c-c678-4bd6-8bfc-4c75e84d31da-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-4d80572c-c678-4bd6-8bfc-4c75e84d31da-0 new file mode 100644 index 00000000000000..3949c4631ca0d9 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-4d80572c-c678-4bd6-8bfc-4c75e84d31da-0 @@ -0,0 +1 @@ +WYùžÒåGVGpÊOä»ð \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-7213177d-fbf0-43ba-ab4e-18f784ce15ec-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-7213177d-fbf0-43ba-ab4e-18f784ce15ec-0 new file mode 100644 index 00000000000000..6b2aaa76407265 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-7213177d-fbf0-43ba-ab4e-18f784ce15ec-0 @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-96fa5021-7199-4589-b10e-4657021acaf0-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-96fa5021-7199-4589-b10e-4657021acaf0-0 new file mode 100644 index 00000000000000..dc94633eaa1db3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/index/index-96fa5021-7199-4589-b10e-4657021acaf0-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-9e9d8783-a047-493f-a71e-556356e768a3-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-9e9d8783-a047-493f-a71e-556356e768a3-0 new file mode 100644 index 00000000000000..0e14366eac6977 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-9e9d8783-a047-493f-a71e-556356e768a3-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-c68eb62b-7b1c-441b-811a-80b1d0af3af9-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-c68eb62b-7b1c-441b-811a-80b1d0af3af9-0 new file mode 100644 index 00000000000000..b233ee5841cde5 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-c68eb62b-7b1c-441b-811a-80b1d0af3af9-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-d9824873-cc3d-40b7-8612-b8bcddda4293-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-d9824873-cc3d-40b7-8612-b8bcddda4293-0 new file mode 100644 index 00000000000000..8f695cd5850daf Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-d9824873-cc3d-40b7-8612-b8bcddda4293-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0 new file mode 100644 index 00000000000000..df2fcd04d043b1 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/index-manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-0 new file mode 100644 index 00000000000000..c1d3038a3875b2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-1 new file mode 100644 index 00000000000000..41dbcce7a50681 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-3f3a14af-fdb3-47d8-b2fa-838654dfc538-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-0 new file mode 100644 index 00000000000000..9c893d75149cdb Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-1 new file mode 100644 index 00000000000000..74afb6b16ba18c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bc266e38-59b0-4daf-9bb3-3aeb9061c673-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-0 new file mode 100644 index 00000000000000..66268c5fb99b8f Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-1 new file mode 100644 index 00000000000000..8be2a8fdab421b Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-bcab9a44-32db-4e67-8a88-1366d2b2f544-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-0 new file mode 100644 index 00000000000000..174269f412ac07 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-1 new file mode 100644 index 00000000000000..34531ae7c7229b Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-d22cad61-cfda-4bb8-a313-3e0c6c8699b8-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-0 new file mode 100644 index 00000000000000..14c684ad38b66d Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-1 new file mode 100644 index 00000000000000..c26491cad12369 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-2 new file mode 100644 index 00000000000000..fcc90c3f78ee18 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-3 new file mode 100644 index 00000000000000..dcabfd5380c2ae Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-0 new file mode 100644 index 00000000000000..002a5e644d7474 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-1 new file mode 100644 index 00000000000000..f74a54f9f230a7 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-2 new file mode 100644 index 00000000000000..e9c66b52bcf497 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-3 new file mode 100644 index 00000000000000..66a719b56cff13 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-0 new file mode 100644 index 00000000000000..943d7cdc1488c0 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-1 new file mode 100644 index 00000000000000..a77596b4386fdb Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-2 new file mode 100644 index 00000000000000..8853398478ef0e Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-3 new file mode 100644 index 00000000000000..0d6e4feb84f010 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-0 new file mode 100644 index 00000000000000..65a7deaed4756d Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-1 new file mode 100644 index 00000000000000..1fb7d77765cc82 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-2 new file mode 100644 index 00000000000000..fb461f43868c0b Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-3 new file mode 100644 index 00000000000000..94efb2b5cb172c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/manifest/manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-0 new file mode 100644 index 00000000000000..610d6e5d624ecb --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-0 @@ -0,0 +1,22 @@ +{ + "version" : 2, + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT NOT NULL" + }, { + "id" : 1, + "name" : "name", + "type" : "STRING" + } ], + "highestFieldId" : 1, + "partitionKeys" : [ ], + "primaryKeys" : [ "id" ], + "options" : { + "deletion-vectors.enabled" : "true", + "file.format" : "parquet" + }, + "comment" : "", + "timeMillis" : 1715871465643 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-1 new file mode 100644 index 00000000000000..534372f0d93f21 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/schema/schema-1 @@ -0,0 +1,23 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT NOT NULL" + }, { + "id" : 1, + "name" : "name", + "type" : "STRING" + } ], + "highestFieldId" : 1, + "partitionKeys" : [ ], + "primaryKeys" : [ "id" ], + "options" : { + "bucket" : "-1", + "deletion-vectors.enabled" : "true", + "file.format" : "parquet" + }, + "comment" : "", + "timeMillis" : 1736832960303 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/EARLIEST new file mode 100644 index 00000000000000..84be30596c825c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/EARLIEST @@ -0,0 +1 @@ +-7 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/LATEST new file mode 100644 index 00000000000000..301160a93062df --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/LATEST @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-1 new file mode 100644 index 00000000000000..83df7ad8cfe580 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-1 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-0", + "deltaManifestList" : "manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0", + "commitUser" : "e855cbf9-a95a-4c01-9986-8445c12e3a10", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871474927, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : 4, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-2 new file mode 100644 index 00000000000000..0819f8bd4be14c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-2 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-2", + "deltaManifestList" : "manifest-list-60d5e339-2e27-4db9-86b1-d88531c890df-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0", + "commitUser" : "e855cbf9-a95a-4c01-9986-8445c12e3a10", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871476614, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : 0, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-3 new file mode 100644 index 00000000000000..07a2e17af1eb1a --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-3 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-0", + "deltaManifestList" : "manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-eac5542e-2a19-4ea8-a0db-d9d808c7dcfe-0", + "commitUser" : "c6154b7b-11e3-44b3-b850-04aac4946724", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871480470, + "logOffsets" : { }, + "totalRecordCount" : 6, + "deltaRecordCount" : 2, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-4 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-4 new file mode 100644 index 00000000000000..f484f132994424 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-4 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 4, + "schemaId" : 0, + "baseManifestList" : "manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-2", + "deltaManifestList" : "manifest-list-c94d9ce4-98f4-4943-9e0c-4b2241b3935a-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-d9824873-cc3d-40b7-8612-b8bcddda4293-0", + "commitUser" : "c6154b7b-11e3-44b3-b850-04aac4946724", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871482951, + "logOffsets" : { }, + "totalRecordCount" : 6, + "deltaRecordCount" : 0, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-5 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-5 new file mode 100644 index 00000000000000..3d507528d0db17 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-5 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 5, + "schemaId" : 0, + "baseManifestList" : "manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-0", + "deltaManifestList" : "manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-d9824873-cc3d-40b7-8612-b8bcddda4293-0", + "commitUser" : "9ef8c7d5-0e94-4f62-a8ae-8ec6c56e9c17", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871486643, + "logOffsets" : { }, + "totalRecordCount" : 8, + "deltaRecordCount" : 2, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-6 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-6 new file mode 100644 index 00000000000000..244408ed0096c0 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-6 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 6, + "schemaId" : 0, + "baseManifestList" : "manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-2", + "deltaManifestList" : "manifest-list-3869451d-f11a-4e05-914e-83b149234bf4-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-c68eb62b-7b1c-441b-811a-80b1d0af3af9-0", + "commitUser" : "9ef8c7d5-0e94-4f62-a8ae-8ec6c56e9c17", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871489140, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : -4, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-7 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-7 new file mode 100644 index 00000000000000..d3c00a8cb43da5 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-7 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 7, + "schemaId" : 0, + "baseManifestList" : "manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-0", + "deltaManifestList" : "manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-c68eb62b-7b1c-441b-811a-80b1d0af3af9-0", + "commitUser" : "b3bc141b-7e25-423b-8f5f-ef90e113ef27", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1715871492455, + "logOffsets" : { }, + "totalRecordCount" : 5, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-8 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-8 new file mode 100644 index 00000000000000..78b0b1f85f013f --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_parquet/snapshot/snapshot-8 @@ -0,0 +1,18 @@ +{ + "version" : 3, + "id" : 8, + "schemaId" : 0, + "baseManifestList" : "manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-2", + "deltaManifestList" : "manifest-list-34765777-0f6a-44f6-9732-64e6a3d200a2-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-9e9d8783-a047-493f-a71e-556356e768a3-0", + "commitUser" : "b3bc141b-7e25-423b-8f5f-ef90e113ef27", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1715871494133, + "logOffsets" : { }, + "totalRecordCount" : 4, + "deltaRecordCount" : -1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-10/data-f02d2d15-105c-4841-8712-c066081c5f91-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-10/data-f02d2d15-105c-4841-8712-c066081c5f91-0.parquet new file mode 100644 index 00000000000000..112a632230aa27 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-10/data-f02d2d15-105c-4841-8712-c066081c5f91-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-101/data-7fe268ca-85b1-4f19-bf9d-cbaae9c4db22-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-101/data-7fe268ca-85b1-4f19-bf9d-cbaae9c4db22-0.parquet new file mode 100644 index 00000000000000..0e806995e76520 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-101/data-7fe268ca-85b1-4f19-bf9d-cbaae9c4db22-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-131/data-6de42977-faef-4a9f-90ca-62efc1e3f747-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-131/data-6de42977-faef-4a9f-90ca-62efc1e3f747-0.parquet new file mode 100644 index 00000000000000..aceac3a8cd0fdf Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-131/data-6de42977-faef-4a9f-90ca-62efc1e3f747-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-4cb9ceda-dab9-4087-9dc9-3967833aada5-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-4cb9ceda-dab9-4087-9dc9-3967833aada5-0.parquet new file mode 100644 index 00000000000000..e1a3b749dd3be2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-4cb9ceda-dab9-4087-9dc9-3967833aada5-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-cb36af30-5eb3-4899-a4d6-143e3fa193a1-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-cb36af30-5eb3-4899-a4d6-143e3fa193a1-0.parquet new file mode 100644 index 00000000000000..e88971f061e193 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-179/data-cb36af30-5eb3-4899-a4d6-143e3fa193a1-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-191/data-e3b1d17e-5c7a-4260-94a5-44097a9680cb-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-191/data-e3b1d17e-5c7a-4260-94a5-44097a9680cb-0.parquet new file mode 100644 index 00000000000000..45797a75f3bb81 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-191/data-e3b1d17e-5c7a-4260-94a5-44097a9680cb-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-193/data-392549ec-4255-4785-9824-d0bea7b4a756-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-193/data-392549ec-4255-4785-9824-d0bea7b4a756-0.parquet new file mode 100644 index 00000000000000..e9f1f70618c08c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-193/data-392549ec-4255-4785-9824-d0bea7b4a756-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-10cf68e3-d645-4601-989e-3f7ad8e3780d-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-10cf68e3-d645-4601-989e-3f7ad8e3780d-0.parquet new file mode 100644 index 00000000000000..de0edb73e8b650 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-10cf68e3-d645-4601-989e-3f7ad8e3780d-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-fb490247-cbda-4511-938e-4eea163af3ae-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-fb490247-cbda-4511-938e-4eea163af3ae-0.parquet new file mode 100644 index 00000000000000..c6071015bb6b34 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-20/data-fb490247-cbda-4511-938e-4eea163af3ae-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-43/data-0e9439ab-cae6-43b0-8974-6a0f3b28561f-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-43/data-0e9439ab-cae6-43b0-8974-6a0f3b28561f-0.parquet new file mode 100644 index 00000000000000..faf202bfe912ae Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-43/data-0e9439ab-cae6-43b0-8974-6a0f3b28561f-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-86/data-ff5b7ce6-d0b4-4c4c-9ab5-7870bdb9bc6f-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-86/data-ff5b7ce6-d0b4-4c4c-9ab5-7870bdb9bc6f-0.parquet new file mode 100644 index 00000000000000..4264696b39131f Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/bucket-86/data-ff5b7ce6-d0b4-4c4c-9ab5-7870bdb9bc6f-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-14ad59af-cd92-4331-9d4c-b5a0e582c192-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-14ad59af-cd92-4331-9d4c-b5a0e582c192-0 new file mode 100644 index 00000000000000..11dc1c01e6b214 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-14ad59af-cd92-4331-9d4c-b5a0e582c192-0 @@ -0,0 +1 @@ +‚Hô \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-7523f006-2e36-4e33-8891-c0488aa3c652-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-7523f006-2e36-4e33-8891-c0488aa3c652-0 new file mode 100644 index 00000000000000..50c5732a109323 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-7523f006-2e36-4e33-8891-c0488aa3c652-0 @@ -0,0 +1 @@ +k¨pOä»ð \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-8143a824-142e-4dd9-8c86-6c28fa9f6342-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-8143a824-142e-4dd9-8c86-6c28fa9f6342-0 new file mode 100644 index 00000000000000..b19c809e411c94 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-8143a824-142e-4dd9-8c86-6c28fa9f6342-0 @@ -0,0 +1 @@ +9…¯ˆ \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-9c35bb1e-bb26-4c4d-8ea3-f588cdf8da33-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-9c35bb1e-bb26-4c4d-8ea3-f588cdf8da33-0 new file mode 100644 index 00000000000000..8095133ba682ad --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-9c35bb1e-bb26-4c4d-8ea3-f588cdf8da33-0 @@ -0,0 +1 @@ +WYùž \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-b1a75a4e-d27e-4a33-b438-1835884b971a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-b1a75a4e-d27e-4a33-b438-1835884b971a-0 new file mode 100644 index 00000000000000..834de8ef93dec8 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-b1a75a4e-d27e-4a33-b438-1835884b971a-0 @@ -0,0 +1 @@ +VGpÊ \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-bcadce94-2e9d-4a5e-af92-47452b45e426-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-bcadce94-2e9d-4a5e-af92-47452b45e426-0 new file mode 100644 index 00000000000000..e929688b2fe6d0 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-bcadce94-2e9d-4a5e-af92-47452b45e426-0 @@ -0,0 +1 @@ +ë?^ \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-cc8eceb6-af8e-42a7-ab6f-7d2f45bc160c-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-cc8eceb6-af8e-42a7-ab6f-7d2f45bc160c-0 new file mode 100644 index 00000000000000..fd298348b1ec80 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-cc8eceb6-af8e-42a7-ab6f-7d2f45bc160c-0 @@ -0,0 +1 @@ +ÒåG \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-df96f7f6-8bf7-41de-8646-cffadf71083a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-df96f7f6-8bf7-41de-8646-cffadf71083a-0 new file mode 100644 index 00000000000000..3fefae53742d9c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-df96f7f6-8bf7-41de-8646-cffadf71083a-0 @@ -0,0 +1 @@ +TvU? \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f280bdca-2b33-45bf-b632-bd82ab401535-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f280bdca-2b33-45bf-b632-bd82ab401535-0 new file mode 100644 index 00000000000000..dc94633eaa1db3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f280bdca-2b33-45bf-b632-bd82ab401535-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f34d1800-d09c-461b-ae8e-26edf1b82114-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f34d1800-d09c-461b-ae8e-26edf1b82114-0 new file mode 100644 index 00000000000000..6e625c4411409a --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/index/index-f34d1800-d09c-461b-ae8e-26edf1b82114-0 @@ -0,0 +1 @@ +22=è \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0 new file mode 100644 index 00000000000000..218da61a5fcb7b Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0 new file mode 100644 index 00000000000000..98ad19c8071524 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/index-manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-0 new file mode 100644 index 00000000000000..7967dd2d429ff9 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-1 new file mode 100644 index 00000000000000..5375390e594da9 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-0b92d1ec-9554-4480-8ab8-39563e92f455-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-0 new file mode 100644 index 00000000000000..ec371366459920 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-1 new file mode 100644 index 00000000000000..9fb5b6382d66e5 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-aff5f46b-cc96-48bd-af09-6abb46f308c2-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-0 new file mode 100644 index 00000000000000..eb1eb6365ae286 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-1 new file mode 100644 index 00000000000000..7ed21141814c98 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-c81eb2a5-ceb3-4352-806c-b93585da5df5-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-0 new file mode 100644 index 00000000000000..b6c03a211a23c7 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-1 new file mode 100644 index 00000000000000..9f775138b5d615 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-2 new file mode 100644 index 00000000000000..0a183b2a191c3c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-3 new file mode 100644 index 00000000000000..e73b89ade1ac7e Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-85a11490-b389-406f-9948-8882ea5fba32-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-0 new file mode 100644 index 00000000000000..5c92abcd2c4b93 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-1 new file mode 100644 index 00000000000000..25e3e3ef78957d Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-2 new file mode 100644 index 00000000000000..c11c7b284f4860 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-3 new file mode 100644 index 00000000000000..dbfccb2613e9f4 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-0 new file mode 100644 index 00000000000000..28a630c6fee6dc Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-1 new file mode 100644 index 00000000000000..45c02aad3f76e2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-2 new file mode 100644 index 00000000000000..59f26af7543834 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-3 new file mode 100644 index 00000000000000..3ded1a224f2e02 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/manifest/manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/schema/schema-0 new file mode 100644 index 00000000000000..4b542f3caedec6 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/schema/schema-0 @@ -0,0 +1,25 @@ +{ + "version" : 3, + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT NOT NULL" + }, { + "id" : 1, + "name" : "name", + "type" : "VARCHAR(255)" + }, { + "id" : 2, + "name" : "age", + "type" : "INT" + } ], + "highestFieldId" : 2, + "partitionKeys" : [ ], + "primaryKeys" : [ "id" ], + "options" : { + "owner" : "suyiteng", + "deletion-vectors.enabled" : "true" + }, + "timeMillis" : 1740119416591 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/EARLIEST new file mode 100644 index 00000000000000..56a6051ca2b02b --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/EARLIEST @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/LATEST new file mode 100644 index 00000000000000..62f9457511f879 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/LATEST @@ -0,0 +1 @@ +6 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-1 new file mode 100644 index 00000000000000..69fc8ead5a0414 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-0", + "deltaManifestList" : "manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0", + "commitUser" : "75dbda05-54cd-4b5f-beaf-dd50bcc44f65", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1740119438675, + "logOffsets" : { }, + "totalRecordCount" : 10, + "deltaRecordCount" : 10, + "changelogRecordCount" : 0 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-2 new file mode 100644 index 00000000000000..00a13098ba7a59 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-2 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-2", + "deltaManifestList" : "manifest-list-bfdd42dc-483e-45e9-80cc-158c29f3453a-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0", + "commitUser" : "75dbda05-54cd-4b5f-beaf-dd50bcc44f65", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1740119438858, + "logOffsets" : { }, + "totalRecordCount" : 10, + "deltaRecordCount" : 0, + "changelogRecordCount" : 0 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-3 new file mode 100644 index 00000000000000..2fd6bd5bd2ac24 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-3 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-0", + "deltaManifestList" : "manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-2b5e941e-410c-44dc-bf91-7c436aeb14aa-0", + "commitUser" : "a1723ca2-1a77-4fe9-87c4-935c81108e57", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1740119480787, + "logOffsets" : { }, + "totalRecordCount" : 11, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-4 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-4 new file mode 100644 index 00000000000000..3c42268d96befc --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-4 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 4, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-2", + "deltaManifestList" : "manifest-list-bca401f4-e24e-44c5-b9de-1568faa972b6-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0", + "commitUser" : "a1723ca2-1a77-4fe9-87c4-935c81108e57", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1740119480855, + "logOffsets" : { }, + "totalRecordCount" : 10, + "deltaRecordCount" : -1, + "changelogRecordCount" : 0 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-5 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-5 new file mode 100644 index 00000000000000..e0f0b8fbdf64c2 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-5 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 5, + "schemaId" : 0, + "baseManifestList" : "manifest-list-85a11490-b389-406f-9948-8882ea5fba32-0", + "deltaManifestList" : "manifest-list-85a11490-b389-406f-9948-8882ea5fba32-1", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0", + "commitUser" : "d82930a3-0bb6-43cd-8c12-c9ee8067345d", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1740119481729, + "logOffsets" : { }, + "totalRecordCount" : 11, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-6 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-6 new file mode 100644 index 00000000000000..b3e3fba045053a --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/deletion_vector_table_1_0/snapshot/snapshot-6 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 6, + "schemaId" : 0, + "baseManifestList" : "manifest-list-85a11490-b389-406f-9948-8882ea5fba32-2", + "deltaManifestList" : "manifest-list-85a11490-b389-406f-9948-8882ea5fba32-3", + "changelogManifestList" : null, + "indexManifest" : "index-manifest-de1d3445-9383-4a55-97a2-54e365d71a6d-0", + "commitUser" : "d82930a3-0bb6-43cd-8c12-c9ee8067345d", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1740119482581, + "logOffsets" : { }, + "totalRecordCount" : 9, + "deltaRecordCount" : -2, + "changelogRecordCount" : 0 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-1b128a69-1ff5-4a8d-ae12-56d23c2f7348-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-1b128a69-1ff5-4a8d-ae12-56d23c2f7348-0.parquet new file mode 100644 index 00000000000000..2ae4f74c344447 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-1b128a69-1ff5-4a8d-ae12-56d23c2f7348-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-311927aa-9bbb-4820-aff5-cc57110c7f3f-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-311927aa-9bbb-4820-aff5-cc57110c7f3f-0.parquet new file mode 100644 index 00000000000000..1df91e3ae28905 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-311927aa-9bbb-4820-aff5-cc57110c7f3f-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-4e47f3bd-ec1e-4f86-b23d-d7863b877e27-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-4e47f3bd-ec1e-4f86-b23d-d7863b877e27-0.parquet new file mode 100644 index 00000000000000..e998b6d1746173 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-4e47f3bd-ec1e-4f86-b23d-d7863b877e27-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-6610cf44-e717-4f3a-b776-0676eccb9ddb-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-6610cf44-e717-4f3a-b776-0676eccb9ddb-0.parquet new file mode 100644 index 00000000000000..0c3cf015443bda Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-6610cf44-e717-4f3a-b776-0676eccb9ddb-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-b7eae038-6253-47dd-aef3-b5edae7e02cd-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-b7eae038-6253-47dd-aef3-b5edae7e02cd-0.parquet new file mode 100644 index 00000000000000..4fda9fe3f6cf49 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-b7eae038-6253-47dd-aef3-b5edae7e02cd-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-f56e6f52-a457-4480-a6f0-33d04c80d5a6-0.parquet b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-f56e6f52-a457-4480-a6f0-33d04c80d5a6-0.parquet new file mode 100644 index 00000000000000..2d1bd80336e03a Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/bucket-0/data-f56e6f52-a457-4480-a6f0-33d04c80d5a6-0.parquet differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-637cf807-107d-446a-bf1a-8a6bdb96433c-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-637cf807-107d-446a-bf1a-8a6bdb96433c-0 new file mode 100644 index 00000000000000..8dea9eed2188d1 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-637cf807-107d-446a-bf1a-8a6bdb96433c-0 @@ -0,0 +1 @@ +WYùžÒåGOä»ð \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-9e5b3931-3f43-4817-affc-4bf5f3a0d959-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-9e5b3931-3f43-4817-affc-4bf5f3a0d959-0 new file mode 100644 index 00000000000000..77e19521736fe3 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-9e5b3931-3f43-4817-affc-4bf5f3a0d959-0 @@ -0,0 +1 @@ +VGpÊWYùžÒåG‚Hô22=èOä»ð \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-abf12e2e-d08d-43ec-9edb-477666aebb98-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-abf12e2e-d08d-43ec-9edb-477666aebb98-0 new file mode 100644 index 00000000000000..e52675e3b1dec4 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/index/index-abf12e2e-d08d-43ec-9edb-477666aebb98-0 @@ -0,0 +1 @@ +VGpÊWYùž‚HôTvU?ÒåG9…¯ˆOä»ð22=èë?^ \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0 new file mode 100644 index 00000000000000..baa5dfd92cb913 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-3b3734a3-b1d7-4411-a940-a368f394eb76-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-3b3734a3-b1d7-4411-a940-a368f394eb76-0 new file mode 100644 index 00000000000000..f063c61ab4daf3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-3b3734a3-b1d7-4411-a940-a368f394eb76-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-58824a88-f166-4e5b-84e0-43378f8f9ad3-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-58824a88-f166-4e5b-84e0-43378f8f9ad3-0 new file mode 100644 index 00000000000000..df3b78b1056693 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/index-manifest-58824a88-f166-4e5b-84e0-43378f8f9ad3-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-1464fcbf-a916-4882-9469-97897b1e87d8-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-1464fcbf-a916-4882-9469-97897b1e87d8-0 new file mode 100644 index 00000000000000..556f9af1ece622 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-1464fcbf-a916-4882-9469-97897b1e87d8-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-20e5db07-f633-4e29-8b06-93cdc5ff787f-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-20e5db07-f633-4e29-8b06-93cdc5ff787f-0 new file mode 100644 index 00000000000000..11b30a54a80588 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-20e5db07-f633-4e29-8b06-93cdc5ff787f-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-45661bac-1f44-45a8-8525-d2e2466c066b-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-45661bac-1f44-45a8-8525-d2e2466c066b-0 new file mode 100644 index 00000000000000..55bbc5a62695bd Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-45661bac-1f44-45a8-8525-d2e2466c066b-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-4ca8ef54-3f73-41ed-bd4d-806d41f98659-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-4ca8ef54-3f73-41ed-bd4d-806d41f98659-0 new file mode 100644 index 00000000000000..14ce94a053d933 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-4ca8ef54-3f73-41ed-bd4d-806d41f98659-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-0 new file mode 100644 index 00000000000000..c32ceb7bc6f5bf Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-1 new file mode 100644 index 00000000000000..b56a4df0319e19 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-52ad9b10-8f80-4cc0-a217-0ec37d8e3855-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-0 new file mode 100644 index 00000000000000..b4283ca7511375 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-1 new file mode 100644 index 00000000000000..c408176f9cb604 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-117263b8-1587-4b37-91c2-670d22a15450-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-0 new file mode 100644 index 00000000000000..a953f26bc68cae Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-1 new file mode 100644 index 00000000000000..cc18223082c207 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-0 new file mode 100644 index 00000000000000..e6fe8d68f27fe3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-1 new file mode 100644 index 00000000000000..d3a534fa275289 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-0 new file mode 100644 index 00000000000000..c26eacec643ad3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-1 new file mode 100644 index 00000000000000..cc4c7b9a8b185d Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-0 new file mode 100644 index 00000000000000..1a7795950cad05 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-1 new file mode 100644 index 00000000000000..4341ef5f994f90 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-2 new file mode 100644 index 00000000000000..e855cc31d23faa Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-2 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-3 new file mode 100644 index 00000000000000..15dcc080773e96 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/manifest/manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-3 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/schema/schema-0 new file mode 100644 index 00000000000000..6ada34c1be6145 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/schema/schema-0 @@ -0,0 +1,23 @@ +{ + "version" : 3, + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "product_id", + "type" : "BIGINT NOT NULL" + }, { + "id" : 1, + "name" : "price", + "type" : "DOUBLE" + }, { + "id" : 2, + "name" : "sales", + "type" : "BIGINT" + } ], + "highestFieldId" : 2, + "partitionKeys" : [ ], + "primaryKeys" : [ "product_id" ], + "options" : { }, + "comment" : "", + "timeMillis" : 1750669861569 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/EARLIEST new file mode 100644 index 00000000000000..56a6051ca2b02b --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/EARLIEST @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/LATEST new file mode 100644 index 00000000000000..62f9457511f879 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/LATEST @@ -0,0 +1 @@ +6 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-1 new file mode 100644 index 00000000000000..789ca8351dd67d --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-1 @@ -0,0 +1,20 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-0", + "baseManifestListSize" : 884, + "deltaManifestList" : "manifest-list-69d9eec6-cd34-45f7-9f89-435b76fa8b03-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "indexManifest" : "index-manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0", + "commitUser" : "13b94990-4a26-4df4-8c15-f066525db956", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669868416, + "logOffsets" : { }, + "totalRecordCount" : 3, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-2 new file mode 100644 index 00000000000000..5563b7cdf0756c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-2 @@ -0,0 +1,20 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-0", + "baseManifestListSize" : 989, + "deltaManifestList" : "manifest-list-e507c0a0-ace1-4fbe-862c-13173c03c440-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "indexManifest" : "index-manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0", + "commitUser" : "22ac2c20-fbee-44b5-aa0f-b7a613be6123", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669871424, + "logOffsets" : { }, + "totalRecordCount" : 6, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-3 new file mode 100644 index 00000000000000..e1b1adca3dff24 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-3 @@ -0,0 +1,20 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-117263b8-1587-4b37-91c2-670d22a15450-0", + "baseManifestListSize" : 1016, + "deltaManifestList" : "manifest-list-117263b8-1587-4b37-91c2-670d22a15450-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "indexManifest" : "index-manifest-06a85e31-ba3a-49bf-b615-4d7d3ccf3ef2-0", + "commitUser" : "3339376c-3aec-4a33-a840-d112c3099c4e", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669874049, + "logOffsets" : { }, + "totalRecordCount" : 7, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-4 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-4 new file mode 100644 index 00000000000000..839fd9b70acdbc --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-4 @@ -0,0 +1,20 @@ +{ + "version" : 3, + "id" : 4, + "schemaId" : 0, + "baseManifestList" : "manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-0", + "baseManifestListSize" : 1042, + "deltaManifestList" : "manifest-list-a6bbce2d-94b5-4111-8f75-490ba3487438-1", + "deltaManifestListSize" : 986, + "changelogManifestList" : null, + "indexManifest" : "index-manifest-3b3734a3-b1d7-4411-a940-a368f394eb76-0", + "commitUser" : "74c26103-5750-4bfe-a29a-96855a1c075d", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669877465, + "logOffsets" : { }, + "totalRecordCount" : 10, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-5 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-5 new file mode 100644 index 00000000000000..8b958915f2be0c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-5 @@ -0,0 +1,20 @@ +{ + "version" : 3, + "id" : 5, + "schemaId" : 0, + "baseManifestList" : "manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-0", + "baseManifestListSize" : 1066, + "deltaManifestList" : "manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-1", + "deltaManifestListSize" : 989, + "changelogManifestList" : null, + "indexManifest" : "index-manifest-58824a88-f166-4e5b-84e0-43378f8f9ad3-0", + "commitUser" : "5a555ce8-93df-46b5-a1f5-c258087cd1bb", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1750669882061, + "logOffsets" : { }, + "totalRecordCount" : 13, + "deltaRecordCount" : 3, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-6 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-6 new file mode 100644 index 00000000000000..5d5fced1826ec6 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/merge_on_read_table/snapshot/snapshot-6 @@ -0,0 +1,20 @@ +{ + "version" : 3, + "id" : 6, + "schemaId" : 0, + "baseManifestList" : "manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-2", + "baseManifestListSize" : 1090, + "deltaManifestList" : "manifest-list-feb9023e-edf4-4f58-8d46-ab08c3395a9f-3", + "deltaManifestListSize" : 986, + "changelogManifestList" : null, + "indexManifest" : "index-manifest-58824a88-f166-4e5b-84e0-43378f8f9ad3-0", + "commitUser" : "5a555ce8-93df-46b5-a1f5-c258087cd1bb", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "COMPACT", + "timeMillis" : 1750669884104, + "logOffsets" : { }, + "totalRecordCount" : 8, + "deltaRecordCount" : -5, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-60843d5d-08da-4525-a16f-42152652a917-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-60843d5d-08da-4525-a16f-42152652a917-0.orc new file mode 100644 index 00000000000000..c8497a5b5507b8 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-60843d5d-08da-4525-a16f-42152652a917-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-922a0983-6d1a-47fb-ac10-732a55a7afcb-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-922a0983-6d1a-47fb-ac10-732a55a7afcb-0.orc new file mode 100644 index 00000000000000..c09f92f6057986 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-922a0983-6d1a-47fb-ac10-732a55a7afcb-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-ac931a95-5028-4f17-8635-c5efe721e16d-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-ac931a95-5028-4f17-8635-c5efe721e16d-0.orc new file mode 100644 index 00000000000000..2a7606d94f6b34 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/bucket-0/data-ac931a95-5028-4f17-8635-c5efe721e16d-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-10ae5782-ad1c-4805-a84a-f367a0137312-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-10ae5782-ad1c-4805-a84a-f367a0137312-0 new file mode 100644 index 00000000000000..e2a609dd96dddd Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-10ae5782-ad1c-4805-a84a-f367a0137312-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-176e2072-4761-4a74-aaec-6a6116cf89ca-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-176e2072-4761-4a74-aaec-6a6116cf89ca-0 new file mode 100644 index 00000000000000..542c5014ce3771 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-176e2072-4761-4a74-aaec-6a6116cf89ca-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-230f63da-8104-40f0-a1ab-af03928d499d-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-230f63da-8104-40f0-a1ab-af03928d499d-0 new file mode 100644 index 00000000000000..2e44c722840ea3 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-230f63da-8104-40f0-a1ab-af03928d499d-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-0 new file mode 100644 index 00000000000000..ffca5a0ffdacab Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-1 new file mode 100644 index 00000000000000..5cf9ea6e56ce93 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-0 new file mode 100644 index 00000000000000..276e2e6e461982 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-1 new file mode 100644 index 00000000000000..b67290edb6cefd Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-0 new file mode 100644 index 00000000000000..76d195bf7ec3b4 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-1 new file mode 100644 index 00000000000000..a043c51bdcf7e2 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/manifest/manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-0 new file mode 100644 index 00000000000000..4d54b6cba1c18c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-0 @@ -0,0 +1,111 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT NOT NULL" + }, { + "id" : 1, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 2, + "name" : "c_boolean", + "type" : "BOOLEAN" + }, { + "id" : 3, + "name" : "c_tinyint", + "type" : "TINYINT" + }, { + "id" : 4, + "name" : "c_smallint", + "type" : "SMALLINT" + }, { + "id" : 5, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 6, + "name" : "c_bigint", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 8, + "name" : "c_double", + "type" : "DOUBLE" + }, { + "id" : 9, + "name" : "c_decimal", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 10, + "name" : "c_char", + "type" : "CHAR(1)" + }, { + "id" : 11, + "name" : "c_varchar", + "type" : "STRING" + }, { + "id" : 12, + "name" : "c_binary", + "type" : "BINARY(1)" + }, { + "id" : 13, + "name" : "c_varbinary", + "type" : "BYTES" + }, { + "id" : 14, + "name" : "c_date", + "type" : "DATE" + }, { + "id" : 15, + "name" : "c_timestamp", + "type" : "TIMESTAMP(6)" + }, { + "id" : 16, + "name" : "c_array", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 17, + "name" : "c_map", + "type" : { + "type" : "MAP", + "key" : "STRING", + "value" : "INT" + } + }, { + "id" : 21, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 18, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 19, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 20, + "name" : "c_varchar", + "type" : "STRING" + } ] + } + } ] + } + } ], + "highestFieldId" : 21, + "partitionKeys" : [ ], + "primaryKeys" : [ "id" ], + "options" : { }, + "comment" : "", + "timeMillis" : 1714236494452 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-1 new file mode 100644 index 00000000000000..c2803bbdbbdf8d --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/schema/schema-1 @@ -0,0 +1,114 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT NOT NULL" + }, { + "id" : 1, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 2, + "name" : "c_boolean", + "type" : "BOOLEAN" + }, { + "id" : 3, + "name" : "c_tinyint", + "type" : "TINYINT" + }, { + "id" : 4, + "name" : "c_smallint", + "type" : "SMALLINT" + }, { + "id" : 5, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 6, + "name" : "c_bigint", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 8, + "name" : "c_double", + "type" : "DOUBLE" + }, { + "id" : 9, + "name" : "c_decimal", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 10, + "name" : "c_char", + "type" : "CHAR(1)" + }, { + "id" : 11, + "name" : "c_varchar", + "type" : "STRING" + }, { + "id" : 12, + "name" : "c_binary", + "type" : "BINARY(1)" + }, { + "id" : 13, + "name" : "c_varbinary", + "type" : "BYTES" + }, { + "id" : 14, + "name" : "c_date", + "type" : "DATE" + }, { + "id" : 15, + "name" : "c_timestamp", + "type" : "TIMESTAMP(6)" + }, { + "id" : 16, + "name" : "c_array", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 17, + "name" : "c_map", + "type" : { + "type" : "MAP", + "key" : "STRING", + "value" : "INT" + } + }, { + "id" : 21, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 18, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 19, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 20, + "name" : "c_varchar", + "type" : "STRING" + } ] + } + } ] + } + } ], + "highestFieldId" : 21, + "partitionKeys" : [ ], + "primaryKeys" : [ "id" ], + "options" : { + "bucket" : "-1" + }, + "comment" : "", + "timeMillis" : 1736832960377 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/LATEST new file mode 100644 index 00000000000000..e440e5c8425869 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/LATEST @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-1 new file mode 100644 index 00000000000000..685585874c66ed --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-0", + "deltaManifestList" : "manifest-list-493e9780-2d99-4bb8-8e24-5af2025853fb-1", + "changelogManifestList" : null, + "commitUser" : "4d276f0f-bef2-4a15-938b-986fa2c76173", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1714236515340, + "logOffsets" : { }, + "totalRecordCount" : 1, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-2 new file mode 100644 index 00000000000000..06059c83a5c8c7 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-2 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-0", + "deltaManifestList" : "manifest-list-2d1bd18c-36c2-4fb0-a001-3d7ded87ab89-1", + "changelogManifestList" : null, + "commitUser" : "34690255-e2a3-46a5-a727-dc572f3c25d0", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1714236577626, + "logOffsets" : { }, + "totalRecordCount" : 2, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-3 new file mode 100644 index 00000000000000..ec1c52dfb2c1e9 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_jni_test/snapshot/snapshot-3 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-0", + "deltaManifestList" : "manifest-list-1728079e-5146-4985-93c9-ccd7ddb4407d-1", + "changelogManifestList" : null, + "commitUser" : "151c26be-18af-4fba-a8ea-a836f698e849", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1714236585852, + "logOffsets" : { }, + "totalRecordCount" : 3, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-a74ad542-8ed7-480d-85d5-f45bcbbca5e0-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-a74ad542-8ed7-480d-85d5-f45bcbbca5e0-0.orc new file mode 100644 index 00000000000000..254952939837f0 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-a74ad542-8ed7-480d-85d5-f45bcbbca5e0-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-c7416c35-0487-4f1c-bfa8-8e8de7f70e92-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-c7416c35-0487-4f1c-bfa8-8e8de7f70e92-0.orc new file mode 100644 index 00000000000000..d015e1deba45ce Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-c7416c35-0487-4f1c-bfa8-8e8de7f70e92-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-fe7e3499-dcd7-4ed6-9e74-1dd3e1655816-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-fe7e3499-dcd7-4ed6-9e74-1dd3e1655816-0.orc new file mode 100644 index 00000000000000..6dd1e7cba951dd Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/bucket-0/data-fe7e3499-dcd7-4ed6-9e74-1dd3e1655816-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-37e3bd38-6294-41ac-8167-b0b0b254eb38-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-37e3bd38-6294-41ac-8167-b0b0b254eb38-0 new file mode 100644 index 00000000000000..27719ecc389e8c Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-37e3bd38-6294-41ac-8167-b0b0b254eb38-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-4b9fc0e6-c1ab-438c-b0c5-f83ce1d833b6-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-4b9fc0e6-c1ab-438c-b0c5-f83ce1d833b6-0 new file mode 100644 index 00000000000000..8c2758f92ebdd6 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-4b9fc0e6-c1ab-438c-b0c5-f83ce1d833b6-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-eebc0cbf-0ad3-4d5d-9373-96537ad94c38-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-eebc0cbf-0ad3-4d5d-9373-96537ad94c38-0 new file mode 100644 index 00000000000000..53fd7b6d1aebd1 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-eebc0cbf-0ad3-4d5d-9373-96537ad94c38-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-0 new file mode 100644 index 00000000000000..2a9888f1855402 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-1 new file mode 100644 index 00000000000000..794f9dc8c1c1db Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-0 new file mode 100644 index 00000000000000..e9bfd7ac993c0d Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-1 new file mode 100644 index 00000000000000..d2f855c7e1c595 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-0 new file mode 100644 index 00000000000000..67ef43f359d6e0 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-1 new file mode 100644 index 00000000000000..b948fabe668bb7 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/manifest/manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-0 new file mode 100644 index 00000000000000..62d0a049d1fadd --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-0 @@ -0,0 +1,111 @@ +{ + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT" + }, { + "id" : 1, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 2, + "name" : "c_boolean", + "type" : "BOOLEAN" + }, { + "id" : 3, + "name" : "c_tinyint", + "type" : "TINYINT" + }, { + "id" : 4, + "name" : "c_smallint", + "type" : "SMALLINT" + }, { + "id" : 5, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 6, + "name" : "c_bigint", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 8, + "name" : "c_double", + "type" : "DOUBLE" + }, { + "id" : 9, + "name" : "c_decimal", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 10, + "name" : "c_char", + "type" : "CHAR(1)" + }, { + "id" : 11, + "name" : "c_varchar", + "type" : "STRING" + }, { + "id" : 12, + "name" : "c_binary", + "type" : "BINARY(1)" + }, { + "id" : 13, + "name" : "c_varbinary", + "type" : "BYTES" + }, { + "id" : 14, + "name" : "c_date", + "type" : "DATE" + }, { + "id" : 15, + "name" : "c_timestamp", + "type" : "TIMESTAMP(6)" + }, { + "id" : 16, + "name" : "c_array", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 17, + "name" : "c_map", + "type" : { + "type" : "MAP", + "key" : "STRING", + "value" : "INT" + } + }, { + "id" : 21, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 18, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 19, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 20, + "name" : "c_varchar", + "type" : "STRING" + } ] + } + } ] + } + } ], + "highestFieldId" : 21, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { }, + "comment" : "", + "timeMillis" : 1714239024756 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-1 new file mode 100644 index 00000000000000..08fe6b41b92bfb --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/schema/schema-1 @@ -0,0 +1,114 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "id", + "type" : "INT" + }, { + "id" : 1, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 2, + "name" : "c_boolean", + "type" : "BOOLEAN" + }, { + "id" : 3, + "name" : "c_tinyint", + "type" : "TINYINT" + }, { + "id" : 4, + "name" : "c_smallint", + "type" : "SMALLINT" + }, { + "id" : 5, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 6, + "name" : "c_bigint", + "type" : "BIGINT" + }, { + "id" : 7, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 8, + "name" : "c_double", + "type" : "DOUBLE" + }, { + "id" : 9, + "name" : "c_decimal", + "type" : "DECIMAL(10, 2)" + }, { + "id" : 10, + "name" : "c_char", + "type" : "CHAR(1)" + }, { + "id" : 11, + "name" : "c_varchar", + "type" : "STRING" + }, { + "id" : 12, + "name" : "c_binary", + "type" : "BINARY(1)" + }, { + "id" : 13, + "name" : "c_varbinary", + "type" : "BYTES" + }, { + "id" : 14, + "name" : "c_date", + "type" : "DATE" + }, { + "id" : 15, + "name" : "c_timestamp", + "type" : "TIMESTAMP(6)" + }, { + "id" : 16, + "name" : "c_array", + "type" : { + "type" : "ARRAY", + "element" : "INT" + } + }, { + "id" : 17, + "name" : "c_map", + "type" : { + "type" : "MAP", + "key" : "STRING", + "value" : "INT" + } + }, { + "id" : 21, + "name" : "c_row", + "type" : { + "type" : "ROW", + "fields" : [ { + "id" : 18, + "name" : "c_int", + "type" : "INT" + }, { + "id" : 19, + "name" : "c_float", + "type" : "FLOAT" + }, { + "id" : 20, + "name" : "c_varchar", + "type" : "STRING" + } ] + } + } ] + } + } ], + "highestFieldId" : 21, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "bucket" : "-1" + }, + "comment" : "", + "timeMillis" : 1736832960519 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/LATEST new file mode 100644 index 00000000000000..e440e5c8425869 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/LATEST @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-1 new file mode 100644 index 00000000000000..3c79371801ee3c --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-1 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-0", + "deltaManifestList" : "manifest-list-cdf6edc3-2656-4d0e-8a34-b9c3afb2b4cc-1", + "changelogManifestList" : null, + "commitUser" : "f2614e4c-62ba-4e55-90ea-f5284fe7af80", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1714239037927, + "logOffsets" : { }, + "totalRecordCount" : 1, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-2 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-2 new file mode 100644 index 00000000000000..b492df40ef8e88 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-2 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 2, + "schemaId" : 0, + "baseManifestList" : "manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-0", + "deltaManifestList" : "manifest-list-bee98d40-531f-4c7e-8e85-989be228a136-1", + "changelogManifestList" : null, + "commitUser" : "412007d7-1427-42df-9595-fc1bec18e13e", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1714239472219, + "logOffsets" : { }, + "totalRecordCount" : 2, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-3 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-3 new file mode 100644 index 00000000000000..dc13ddee4a1f7e --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/row_native_test/snapshot/snapshot-3 @@ -0,0 +1,17 @@ +{ + "version" : 3, + "id" : 3, + "schemaId" : 0, + "baseManifestList" : "manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-0", + "deltaManifestList" : "manifest-list-c6a4ba6d-82a6-475b-8165-b17d024a7e38-1", + "changelogManifestList" : null, + "commitUser" : "2656dfb9-a24a-4df6-9d87-ad6c846f969b", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1714239480026, + "logOffsets" : { }, + "totalRecordCount" : 3, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0, + "watermark" : -9223372036854775808 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/bucket-0/data-3eb9d575-5340-43d6-a45d-588a72a03306-0.orc b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/bucket-0/data-3eb9d575-5340-43d6-a45d-588a72a03306-0.orc new file mode 100644 index 00000000000000..01085a9cb22f98 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/bucket-0/data-3eb9d575-5340-43d6-a45d-588a72a03306-0.orc differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-43de4f7f-6a90-4840-b3fc-853c942ebf72-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-43de4f7f-6a90-4840-b3fc-853c942ebf72-0 new file mode 100644 index 00000000000000..dd342e3b3293d9 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-43de4f7f-6a90-4840-b3fc-853c942ebf72-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-0 new file mode 100644 index 00000000000000..650d764d0c2812 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-0 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-1 new file mode 100644 index 00000000000000..5dc566a009d841 Binary files /dev/null and b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/manifest/manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-1 differ diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-0 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-0 new file mode 100644 index 00000000000000..7bc5d8a7073ac3 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-0 @@ -0,0 +1,20 @@ +{ + "version" : 2, + "id" : 0, + "fields" : [ { + "id" : 0, + "name" : "ID", + "type" : "INT" + }, { + "id" : 1, + "name" : "VAL", + "type" : "STRING" + } ], + "highestFieldId" : 1, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop" + }, + "timeMillis" : 1718248190674 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-1 new file mode 100644 index 00000000000000..aecf1457a5761b --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/schema/schema-1 @@ -0,0 +1,21 @@ +{ + "version" : 2, + "id" : 1, + "fields" : [ { + "id" : 0, + "name" : "ID", + "type" : "INT" + }, { + "id" : 1, + "name" : "VAL", + "type" : "STRING" + } ], + "highestFieldId" : 1, + "partitionKeys" : [ ], + "primaryKeys" : [ ], + "options" : { + "owner" : "hadoop", + "bucket" : "-1" + }, + "timeMillis" : 1736832961386 +} \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/EARLIEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/EARLIEST new file mode 100644 index 00000000000000..6f9c2b286cf500 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/EARLIEST @@ -0,0 +1 @@ +-8 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/LATEST b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/LATEST new file mode 100644 index 00000000000000..56a6051ca2b02b --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/LATEST @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/snapshot-1 b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/snapshot-1 new file mode 100644 index 00000000000000..b4747045409658 --- /dev/null +++ b/docker/thirdparties/docker-compose/hive/scripts/paimon1/db1.db/tb_with_upper_case/snapshot/snapshot-1 @@ -0,0 +1,16 @@ +{ + "version" : 3, + "id" : 1, + "schemaId" : 0, + "baseManifestList" : "manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-0", + "deltaManifestList" : "manifest-list-594747c5-7f97-4130-b1a7-41561ec3878a-1", + "changelogManifestList" : null, + "commitUser" : "cdf3509c-2260-4afd-addb-fae7e627d99b", + "commitIdentifier" : 9223372036854775807, + "commitKind" : "APPEND", + "timeMillis" : 1718248195349, + "logOffsets" : { }, + "totalRecordCount" : 1, + "deltaRecordCount" : 1, + "changelogRecordCount" : 0 +} \ No newline at end of file diff --git a/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java b/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java index 4aeca3e2883fee..1b4edfa5ed9d10 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java +++ b/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java @@ -74,6 +74,7 @@ private enum SplitReadType { private class SplitStat { SplitReadType type = SplitReadType.JNI; private long rowCount = 0; + private Optional mergedRowCount = Optional.empty(); private boolean rawFileConvertable = false; private boolean hasDeletionVector = false; @@ -85,6 +86,10 @@ public void setRowCount(long rowCount) { this.rowCount = rowCount; } + public void setMergedRowCount(long mergedRowCount) { + this.mergedRowCount = Optional.of(mergedRowCount); + } + public void setRawFileConvertable(boolean rawFileConvertable) { this.rawFileConvertable = rawFileConvertable; } @@ -95,7 +100,10 @@ public void setHasDeletionVector(boolean hasDeletionVector) { @Override public String toString() { - return "SplitStat [type=" + type + ", rowCount=" + rowCount + ", rawFileConvertable=" + rawFileConvertable + return "SplitStat [type=" + type + + ", rowCount=" + rowCount + + ", mergedRowCount=" + (mergedRowCount.isPresent() ? mergedRowCount.get() : "NONE") + + ", rawFileConvertable=" + rawFileConvertable + ", hasDeletionVector=" + hasDeletionVector + "]"; } } @@ -216,134 +224,105 @@ private void setPaimonParams(TFileRangeDesc rangeDesc, PaimonSplit paimonSplit) rangeDesc.setTableFormatParams(tableFormatFileDesc); } - @VisibleForTesting - public static Optional calcuteTableLevelCount(List paimonSplits) { - // check if all splits don't have deletion vector or cardinality of every - // deletion vector is not null - long totalCount = 0; - long deletionVectorCount = 0; - - for (org.apache.paimon.table.source.Split s : paimonSplits) { - totalCount += s.rowCount(); - - Optional> deletionFiles = s.deletionFiles(); - if (deletionFiles.isPresent()) { - for (DeletionFile dv : deletionFiles.get()) { - if (dv != null) { - Long cardinality = dv.cardinality(); - if (cardinality == null) { - // if there is a null deletion vector, we can't calculate the table level count - return Optional.empty(); - } else { - deletionVectorCount += cardinality; - } - } - } - } - } - return Optional.of(totalCount - deletionVectorCount); - } - @Override public List getSplits(int numBackends) throws UserException { boolean forceJniScanner = sessionVariable.isForceJniScanner(); SessionVariable.IgnoreSplitType ignoreSplitType = SessionVariable.IgnoreSplitType .valueOf(sessionVariable.getIgnoreSplitType()); List splits = new ArrayList<>(); + List pushDownCountSplits = new ArrayList<>(); + long pushDownCountSum = 0; List paimonSplits = getPaimonSplitFromAPI(); + List dataSplits = new ArrayList<>(); + for (org.apache.paimon.table.source.Split split : paimonSplits) { + if (!(split instanceof DataSplit)) { + throw new UserException("PaimonSplit type should be DataSplit but got: " + split.getClass().getName()); + } + dataSplits.add((DataSplit) split); + } + boolean applyCountPushdown = getPushDownAggNoGroupingOp() == TPushAggOp.COUNT; // Just for counting the number of selected partitions for this paimon table Set selectedPartitionValues = Sets.newHashSet(); - // if applyCountPushdown is true, we cannot to split the file - // because the raw file and deletion vector is one-to-one mapping + // if applyCountPushdown is true, we can't split the DataSplit long realFileSplitSize = getRealFileSplitSize(applyCountPushdown ? Long.MAX_VALUE : 0); - for (org.apache.paimon.table.source.Split split : paimonSplits) { + for (DataSplit dataSplit : dataSplits) { SplitStat splitStat = new SplitStat(); - splitStat.setRowCount(split.rowCount()); - if (!forceJniScanner && split instanceof DataSplit) { - DataSplit dataSplit = (DataSplit) split; - BinaryRow partitionValue = dataSplit.partition(); - selectedPartitionValues.add(partitionValue); - Optional> optRawFiles = dataSplit.convertToRawFiles(); - Optional> optDeletionFiles = dataSplit.deletionFiles(); - - if (supportNativeReader(optRawFiles)) { - if (ignoreSplitType == SessionVariable.IgnoreSplitType.IGNORE_NATIVE) { - continue; - } - splitStat.setType(SplitReadType.NATIVE); - splitStat.setRawFileConvertable(true); - List rawFiles = optRawFiles.get(); - for (int i = 0; i < rawFiles.size(); i++) { - RawFile file = rawFiles.get(i); - LocationPath locationPath = new LocationPath(file.path(), - source.getCatalog().getProperties()); - try { - List dorisSplits = FileSplitter.splitFile( - locationPath, - realFileSplitSize, - null, - file.length(), - -1, - true, - null, - PaimonSplit.PaimonSplitCreator.DEFAULT); - for (Split dorisSplit : dorisSplits) { - // try to set deletion file - if (optDeletionFiles.isPresent() && optDeletionFiles.get().get(i) != null) { - ((PaimonSplit) dorisSplit).setDeletionFile(optDeletionFiles.get().get(i)); - splitStat.setHasDeletionVector(true); - } + splitStat.setRowCount(dataSplit.rowCount()); + + BinaryRow partitionValue = dataSplit.partition(); + selectedPartitionValues.add(partitionValue); + Optional> optRawFiles = dataSplit.convertToRawFiles(); + Optional> optDeletionFiles = dataSplit.deletionFiles(); + if (applyCountPushdown && dataSplit.mergedRowCountAvailable()) { + splitStat.setMergedRowCount(dataSplit.mergedRowCount()); + PaimonSplit split = new PaimonSplit(dataSplit); + split.setRowCount(dataSplit.mergedRowCount()); + pushDownCountSplits.add(split); + pushDownCountSum += dataSplit.mergedRowCount(); + } else if (!forceJniScanner && supportNativeReader(optRawFiles)) { + if (ignoreSplitType == SessionVariable.IgnoreSplitType.IGNORE_NATIVE) { + continue; + } + splitStat.setType(SplitReadType.NATIVE); + splitStat.setRawFileConvertable(true); + List rawFiles = optRawFiles.get(); + for (int i = 0; i < rawFiles.size(); i++) { + RawFile file = rawFiles.get(i); + LocationPath locationPath = new LocationPath(file.path(), + source.getCatalog().getProperties()); + try { + List dorisSplits = FileSplitter.splitFile( + locationPath, + realFileSplitSize, + null, + file.length(), + -1, + true, + null, + PaimonSplit.PaimonSplitCreator.DEFAULT); + for (Split dorisSplit : dorisSplits) { + // try to set deletion file + if (optDeletionFiles.isPresent() && optDeletionFiles.get().get(i) != null) { + ((PaimonSplit) dorisSplit).setDeletionFile(optDeletionFiles.get().get(i)); + splitStat.setHasDeletionVector(true); } - splits.addAll(dorisSplits); - ++rawFileSplitNum; - } catch (IOException e) { - throw new UserException("Paimon error to split file: " + e.getMessage(), e); } + splits.addAll(dorisSplits); + ++rawFileSplitNum; + } catch (IOException e) { + throw new UserException("Paimon error to split file: " + e.getMessage(), e); } - } else { - if (ignoreSplitType == SessionVariable.IgnoreSplitType.IGNORE_JNI) { - continue; - } - splits.add(new PaimonSplit(split)); - ++paimonSplitNum; } } else { if (ignoreSplitType == SessionVariable.IgnoreSplitType.IGNORE_JNI) { continue; } - splits.add(new PaimonSplit(split)); + splits.add(new PaimonSplit(dataSplit)); ++paimonSplitNum; } + splitStats.add(splitStat); } - // We need to set the target size for all splits so that we can calculate the proportion of each split later. - splits.forEach(s -> s.setTargetSplitSize(realFileSplitSize)); - // if applyCountPushdown is true, calcute row count for count pushdown - if (applyCountPushdown) { - // we can create a special empty split and skip the plan process - if (splits.isEmpty()) { - return splits; - } - Optional optTableLevelCount = calcuteTableLevelCount(paimonSplits); - if (optTableLevelCount.isPresent()) { - long tableLevelRowCount = optTableLevelCount.get(); - List pushDownCountSplits; - if (tableLevelRowCount > COUNT_WITH_PARALLEL_SPLITS) { - int minSplits = sessionVariable.getParallelExecInstanceNum() * numBackends; - pushDownCountSplits = splits.subList(0, Math.min(splits.size(), minSplits)); - } else { - pushDownCountSplits = Collections.singletonList(splits.get(0)); - } - setPushDownCount(tableLevelRowCount); - assignCountToSplits(pushDownCountSplits, tableLevelRowCount); - return pushDownCountSplits; + if (applyCountPushdown && !pushDownCountSplits.isEmpty()) { + if (pushDownCountSum > COUNT_WITH_PARALLEL_SPLITS) { + int minSplits = sessionVariable.getParallelExecInstanceNum() * numBackends; + pushDownCountSplits = pushDownCountSplits.subList(0, Math.min(pushDownCountSplits.size(), minSplits)); + } else { + pushDownCountSplits = Collections.singletonList(pushDownCountSplits.get(0)); } + setPushDownCount(pushDownCountSum); + assignCountToSplits(pushDownCountSplits, pushDownCountSum); + splits.addAll(pushDownCountSplits); } + // We need to set the target size for all splits so that we can calculate the + // proportion of each split later. + splits.forEach(s -> s.setTargetSplitSize(realFileSplitSize)); + this.selectedPartitionNum = selectedPartitionValues.size(); return splits; } @@ -355,13 +334,13 @@ public List getPaimonSplitFromAPI() { return Collections.emptyList(); } int[] projected = desc.getSlots().stream().mapToInt( - slot -> source.getPaimonTable().rowType() - .getFieldNames() - .stream() - .map(String::toLowerCase) - .collect(Collectors.toList()) - .indexOf(slot.getColumn().getName())) - .toArray(); + slot -> source.getPaimonTable().rowType() + .getFieldNames() + .stream() + .map(String::toLowerCase) + .collect(Collectors.toList()) + .indexOf(slot.getColumn().getName())) + .toArray(); ReadBuilder readBuilder = source.getPaimonTable().newReadBuilder(); return readBuilder.withFilter(predicates) .withProjection(projected) diff --git a/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonSplit.java b/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonSplit.java index f4d3d724089477..224960e5c96778 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonSplit.java +++ b/fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonSplit.java @@ -26,7 +26,6 @@ import org.apache.paimon.io.DataFileMeta; import org.apache.paimon.table.source.DataSplit; import org.apache.paimon.table.source.DeletionFile; -import org.apache.paimon.table.source.Split; import java.util.List; import java.util.Optional; @@ -34,23 +33,20 @@ public class PaimonSplit extends FileSplit { private static final LocationPath DUMMY_PATH = new LocationPath("/dummyPath", Maps.newHashMap()); - private Split split; + private DataSplit split; private TableFormatType tableFormatType; private Optional optDeletionFile = Optional.empty(); private Optional optRowCount = Optional.empty(); - public PaimonSplit(Split split) { + public PaimonSplit(DataSplit split) { super(DUMMY_PATH, 0, 0, 0, 0, null, null); this.split = split; this.tableFormatType = TableFormatType.PAIMON; - if (split instanceof DataSplit) { - List dataFileMetas = ((DataSplit) split).dataFiles(); - this.path = new LocationPath("/" + dataFileMetas.get(0).fileName()); - this.selfSplitWeight = dataFileMetas.stream().mapToLong(DataFileMeta::fileSize).sum(); - } else { - this.selfSplitWeight = split.rowCount(); - } + List dataFileMetas = split.dataFiles(); + this.path = new LocationPath("/" + dataFileMetas.get(0).fileName()); + this.selfSplitWeight = dataFileMetas.stream().mapToLong(DataFileMeta::fileSize).sum(); + } private PaimonSplit(LocationPath file, long start, long length, long fileLength, long modificationTime, @@ -68,7 +64,7 @@ public String getConsistentHashString() { return getPathString(); } - public Split getSplit() { + public DataSplit getSplit() { return split; } diff --git a/fe/fe-core/src/test/java/org/apache/doris/datasource/paimon/source/PaimonScanNodeTest.java b/fe/fe-core/src/test/java/org/apache/doris/datasource/paimon/source/PaimonScanNodeTest.java index bc253680eb0a73..963178c3882871 100644 --- a/fe/fe-core/src/test/java/org/apache/doris/datasource/paimon/source/PaimonScanNodeTest.java +++ b/fe/fe-core/src/test/java/org/apache/doris/datasource/paimon/source/PaimonScanNodeTest.java @@ -33,9 +33,7 @@ import org.apache.paimon.io.DataFileMeta; import org.apache.paimon.stats.SimpleStats; import org.apache.paimon.table.source.DataSplit; -import org.apache.paimon.table.source.DeletionFile; import org.apache.paimon.table.source.RawFile; -import org.apache.paimon.table.source.Split; import org.junit.Assert; import org.junit.Test; @@ -46,132 +44,6 @@ import java.util.Optional; public class PaimonScanNodeTest { - - @Test - public void testCalcuteTableLevelCount() { - List splits = new ArrayList<>(); - - // Create mock splits with row count and deletion files - Split split1 = new Split() { - @Override - public long rowCount() { - return 100; - } - - @Override - public Optional> deletionFiles() { - List deletionFiles = new ArrayList<>(); - deletionFiles.add(new DeletionFile("path1", 0, 10, 10L)); - deletionFiles.add(new DeletionFile("path2", 0, 20, 20L)); - return Optional.of(deletionFiles); - } - }; - - Split split2 = new Split() { - @Override - public long rowCount() { - return 200; - } - - @Override - public Optional> deletionFiles() { - List deletionFiles = new ArrayList<>(); - deletionFiles.add(new DeletionFile("path3", 0, 30, 30L)); - deletionFiles.add(new DeletionFile("path4", 0, 40, 40L)); - return Optional.of(deletionFiles); - } - }; - - splits.add(split1); - splits.add(split2); - - Optional result = PaimonScanNode.calcuteTableLevelCount(splits); - Assert.assertTrue(result.isPresent()); - Assert.assertEquals(200, result.get().longValue()); - } - - @Test - public void testCalcuteTableLevelCountWithNullDeletionFile() { - List splits = new ArrayList<>(); - - // Create mock splits with row count and null deletion files - Split split1 = new Split() { - @Override - public long rowCount() { - return 100; - } - - @Override - public Optional> deletionFiles() { - List deletionFiles = new ArrayList<>(); - deletionFiles.add(null); - deletionFiles.add(new DeletionFile("path2", 0, 20, 20L)); - return Optional.of(deletionFiles); - } - }; - - Split split2 = new Split() { - @Override - public long rowCount() { - return 200; - } - - @Override - public Optional> deletionFiles() { - return Optional.empty(); - } - }; - - splits.add(split1); - splits.add(split2); - - Optional result = PaimonScanNode.calcuteTableLevelCount(splits); - Assert.assertTrue(result.isPresent()); - Assert.assertEquals(280, result.get().longValue()); - } - - @Test - public void testCalcuteTableLevelCountWithNullCardinality() { - List splits = new ArrayList<>(); - - // Create mock splits with row count and deletion files with null cardinality - Split split1 = new Split() { - @Override - public long rowCount() { - return 100; - } - - @Override - public Optional> deletionFiles() { - List deletionFiles = new ArrayList<>(); - deletionFiles.add(new DeletionFile("path1", 0, 10, null)); - deletionFiles.add(new DeletionFile("path2", 0, 20, 20L)); - return Optional.of(deletionFiles); - } - }; - - Split split2 = new Split() { - @Override - public long rowCount() { - return 200; - } - - @Override - public Optional> deletionFiles() { - List deletionFiles = new ArrayList<>(); - deletionFiles.add(new DeletionFile("path3", 0, 30, 30L)); - deletionFiles.add(null); - return Optional.of(deletionFiles); - } - }; - - splits.add(split1); - splits.add(split2); - - Optional result = PaimonScanNode.calcuteTableLevelCount(splits); - Assert.assertFalse(result.isPresent()); - } - @Mocked private SessionVariable sv; diff --git a/regression-test/data/external_table_p0/paimon/test_paimon_count.out b/regression-test/data/external_table_p0/paimon/test_paimon_count.out new file mode 100644 index 00000000000000..e9755575e8b60b --- /dev/null +++ b/regression-test/data/external_table_p0/paimon/test_paimon_count.out @@ -0,0 +1,77 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !append_select -- +1 10.0 100 +1 10.0 100 +2 20.0 200 +2 20.0 200 +3 30.0 300 +3 30.0 300 +4 40.0 400 +5 50.0 500 +6 60.0 600 +7 70.0 700 +8 80.0 800 +9 90.0 900 + +-- !append_count -- +12 + +-- !merge_on_read_select -- +2 25.0 250 +3 35.0 350 +4 40.0 400 +5 50.0 500 +6 60.0 600 +7 70.0 700 +8 80.0 800 +9 90.0 900 + +-- !merge_on_read_count -- +8 + +-- !deletion_vector_select -- +2 2_2 +3 3_1 +4 4_1 + +-- !deletion_vector_count -- +3 + +-- !append_select -- +1 10.0 100 +1 10.0 100 +2 20.0 200 +2 20.0 200 +3 30.0 300 +3 30.0 300 +4 40.0 400 +5 50.0 500 +6 60.0 600 +7 70.0 700 +8 80.0 800 +9 90.0 900 + +-- !append_count -- +12 + +-- !merge_on_read_select -- +2 25.0 250 +3 35.0 350 +4 40.0 400 +5 50.0 500 +6 60.0 600 +7 70.0 700 +8 80.0 800 +9 90.0 900 + +-- !merge_on_read_count -- +8 + +-- !deletion_vector_select -- +2 2_2 +3 3_1 +4 4_1 + +-- !deletion_vector_count -- +3 + diff --git a/regression-test/suites/external_table_p0/paimon/test_paimon_count.groovy b/regression-test/suites/external_table_p0/paimon/test_paimon_count.groovy new file mode 100644 index 00000000000000..9bf646d93db185 --- /dev/null +++ b/regression-test/suites/external_table_p0/paimon/test_paimon_count.groovy @@ -0,0 +1,72 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +suite("test_paimon_count", "p0,external,doris,external_docker,external_docker_doris") { + + logger.info("start paimon test") + String enabled = context.config.otherConfigs.get("enablePaimonTest") + if (enabled == null || !enabled.equalsIgnoreCase("true")) { + logger.info("disabled paimon test") + return + } + + try { + String catalog_name = "test_paimon_count" + String hdfs_port = context.config.otherConfigs.get("hive2HdfsPort") + String externalEnvIp = context.config.otherConfigs.get("externalEnvIp") + sql """drop catalog if exists ${catalog_name}""" + sql """create catalog if not exists ${catalog_name} properties ( + "type" = "paimon", + "paimon.catalog.type"="filesystem", + "warehouse" = "hdfs://${externalEnvIp}:${hdfs_port}/user/doris/paimon1" + );""" + sql """use `${catalog_name}`.`db1`""" + + def test_cases = { String force -> + sql """ set force_jni_scanner=${force} """ + qt_append_select """ select * from append_table order by product_id; """ + qt_append_count """ select count(*) from append_table; """ + qt_merge_on_read_select """ select * from merge_on_read_table order by product_id; """ + qt_merge_on_read_count """ select count(*) from merge_on_read_table; """ + qt_deletion_vector_select """ select * from deletion_vector_parquet order by id; """ + qt_deletion_vector_count """ select count(*) from deletion_vector_parquet; """ + } + + def test_table_count_push_down = { String force -> + sql """ set force_jni_scanner=${force} """ + explain { + sql("select count(*) from append_table;") + contains "pushdown agg=COUNT (12)" + } + explain { + sql("select count(*) from merge_on_read_table;") + contains "pushdown agg=COUNT (8)" + } + explain { + sql("select count(*) from deletion_vector_parquet;") + contains "pushdown agg=COUNT (-1)" + } + } + + test_cases("false") + test_cases("true") + test_table_count_push_down("false") + test_table_count_push_down("true") + } finally { + sql """set force_jni_scanner=false""" + } +} \ No newline at end of file