Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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+=($!)

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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"
}
}
Original file line number Diff line number Diff line change
@@ -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
}
Original file line number Diff line number Diff line change
@@ -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
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2
Original file line number Diff line number Diff line change
@@ -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
}
Original file line number Diff line number Diff line change
@@ -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
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading