We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e382729 + df00b11 commit acb10f7Copy full SHA for acb10f7
1 file changed
tests/table/test_init.py
@@ -340,9 +340,6 @@ def test_table_scan_projection_unknown_column(table_v2: Table) -> None:
340
341
342
def test_data_scan_plan_files_no_current_snapshot(example_table_metadata_no_snapshot_v1: dict[str, Any]) -> None:
343
- # A table with no current snapshot must plan zero files (rather than raising) across every
344
- # read path. DataScan routes local planning through ManifestGroupPlanner, which has no
345
- # snapshot guard of its own, so the guard lives in DataScan._plan_files_local.
346
table = Table(
347
identifier=("default", "test_no_snapshot"),
348
metadata=TableMetadataV1(**example_table_metadata_no_snapshot_v1),
0 commit comments