-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Description
Apache Iceberg version
None
Please describe the bug 🐞
While working on #444, I ran into a weird bug with Spark integration test.
The current snapshot contains 10 data files, as verified in the assert statement just above.
assert tbl.current_snapshot().summary['added-data-files'] == '10'
But the Spark metadata table still returns with 1 file.
The issue goes away completely if I use a new table identifier in L452.
Metadata
Metadata
Assignees
Labels
No labels