Skip to content

Commit

Permalink
- correct test name
Browse files Browse the repository at this point in the history
- add test that checks that there are cardinalities in the generated parquet_scans
  • Loading branch information
peter authored and peter committed Oct 15, 2024
1 parent ac75f00 commit 826397d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/sql/iceberg_scan_generated_data_0_001.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# name: test/sql/iceberg_scan_generated_data_0_001.test_slow
# name: test/sql/iceberg_scan_generated_data_0_001.test
# description: test iceberg extension with the sf0.001 generated test set
# group: [iceberg]

Expand Down Expand Up @@ -106,3 +106,9 @@ statement error
DESCRIBE SELECT schema_evol_added_col_1 FROM ICEBERG_SCAN('data/iceberg/generated_spec2_0_001/pyspark_iceberg_table/metadata/v6.metadata.json') ORDER BY uuid;
----
Binder Error

# Check that there are injected cardinality
query II
EXPLAIN SELECT count(*) FROM ICEBERG_SCAN('data/iceberg/generated_spec2_0_001/pyspark_iceberg_table');
----
physical_plan <REGEX>:.* ANTI .*PARQUET_SCAN.*Rows.*Rows.*

0 comments on commit 826397d

Please sign in to comment.