You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# description: test iceberg extension with the sf0.001 generated test set
3
3
# group: [iceberg]
4
4
@@ -106,3 +106,9 @@ statement error
106
106
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;
107
107
----
108
108
Binder Error
109
+
110
+
# Check that there are injected cardinality
111
+
query II
112
+
EXPLAIN SELECT count(*) FROM ICEBERG_SCAN('data/iceberg/generated_spec2_0_001/pyspark_iceberg_table');
113
+
----
114
+
physical_plan <REGEX>:.* ANTI .*PARQUET_SCAN.*Rows.*Rows.*
0 commit comments