Skip to content

Commit 44c697c

Browse files
committed
fix test
1 parent d3697c7 commit 44c697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03572_export_mt_part_to_object_storage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ query "SELECT DISTINCT ON (id) * FROM $mt_table_roundtrip ORDER BY id"
5252

5353
# Create a table with a different partition key and export a partition to it. It should throw
5454
query "CREATE TABLE $invalid_schema_table (id UInt64, x UInt16) ENGINE = S3(s3_conn, filename='$invalid_schema_table', format=Parquet, partition_strategy='hive') PARTITION BY x"
55-
query "ALTER TABLE $mt_table EXPORT PARTITION ID '2020' TO TABLE $invalid_schema_table SETTINGS allow_experimental_export_merge_tree_partition = 1 -- {serverError BAD_ARGUMENTS}"
55+
query "ALTER TABLE $mt_table EXPORT PARTITION ID '2020' TO TABLE $invalid_schema_table SETTINGS allow_experimental_export_merge_tree_partition = 1 -- {serverError INCOMPATIBLE_COLUMNS}"
5656

5757
query "DROP TABLE $invalid_schema_table"
5858

0 commit comments

Comments
 (0)