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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions tests/broken_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,14 @@
},
"test_attach_partition_using_copy/test.py::test_only_destination_replicated": {
"reason": "Fails on TSAN"
},
"02766_prql": {
"reason": "PRQL is disabled in Antalya branch"
},
"02833_local_with_dialect": {
"reason": "PRQL is disabled in Antalya branch"
},
"03003_prql_panic": {
"reason": "PRQL is disabled in Antalya branch"
}
}
1 change: 1 addition & 0 deletions tests/queries/0_stateless/01271_show_privileges.reference
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ SYSTEM DROP PAGE CACHE ['SYSTEM DROP PAGE CACHE','DROP PAGE CACHE'] GLOBAL SYSTE
SYSTEM DROP SCHEMA CACHE ['SYSTEM DROP SCHEMA CACHE','DROP SCHEMA CACHE'] GLOBAL SYSTEM DROP CACHE
SYSTEM DROP FORMAT SCHEMA CACHE ['SYSTEM DROP FORMAT SCHEMA CACHE','DROP FORMAT SCHEMA CACHE'] GLOBAL SYSTEM DROP CACHE
SYSTEM DROP S3 CLIENT CACHE ['SYSTEM DROP S3 CLIENT','DROP S3 CLIENT CACHE'] GLOBAL SYSTEM DROP CACHE
SYSTEM DROP PARQUET METADATA CACHE ['SYSTEM DROP PARQUET METADATA CACHE'] GLOBAL SYSTEM DROP CACHE
SYSTEM DROP CACHE ['DROP CACHE'] \N SYSTEM
SYSTEM RELOAD CONFIG ['RELOAD CONFIG'] GLOBAL SYSTEM RELOAD
SYSTEM RELOAD USERS ['RELOAD USERS'] GLOBAL SYSTEM RELOAD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
123
234
315
123
234
315
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ SET dialect = 'kusto';

distributed_test_table | take 3;

SET dialect = 'prql';

from distributed_test_table
select {id}
take 1..3;

SET dialect = 'clickhouse';

DROP TABLE distributed_test_table;
Expand Down
1 change: 1 addition & 0 deletions tests/queries/0_stateless/02995_settings_25_1_4.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ input_format_parquet_max_block_size 65409
input_format_parquet_prefer_block_bytes 16744704
input_format_parquet_preserve_order 0
input_format_parquet_skip_columns_with_unsupported_types_in_schema_inference 0
input_format_parquet_use_metadata_cache 1
input_format_parquet_use_native_reader 0
input_format_protobuf_flatten_google_wrappers 0
input_format_protobuf_skip_fields_with_unsupported_types_in_schema_inference 0
Expand Down
Loading