Skip to content

Commit acb10f7

Browse files
Merge branch 'sm/table-scan-refactor' into sm/incremental-append-scan-v3
2 parents e382729 + df00b11 commit acb10f7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/table/test_init.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ def test_table_scan_projection_unknown_column(table_v2: Table) -> None:
340340

341341

342342
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.
346343
table = Table(
347344
identifier=("default", "test_no_snapshot"),
348345
metadata=TableMetadataV1(**example_table_metadata_no_snapshot_v1),

0 commit comments

Comments
 (0)