Skip to content

Conversation

@sungwy
Copy link
Contributor

@sungwy sungwy commented Mar 3, 2023

fixes #6978

Spark-3.2 backport of #6980

@github-actions github-actions bot added the spark label Mar 3, 2023
@sungwy
Copy link
Contributor Author

sungwy commented Mar 3, 2023

@szehon-ho may I ask you for a review on this one as well? This one is thankfully almost identical to its 3.3 equivalent - I'm hoping that makes it easier for you to review!

List<Record> expectedFiles =
expectedEntries(table, FileContent.DATA, entriesTableSchema, expectedDataManifests, null);

Assert.assertEquals("actualFiles size should be 1", 2, actualFiles.size());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed this message is wrong, can we fix it? (In all the versions)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the catch!

@szehon-ho szehon-ho merged commit b8dfb2a into apache:master Mar 6, 2023
@szehon-ho
Copy link
Member

Merged, thanks @syun64

krvikash pushed a commit to krvikash/iceberg that referenced this pull request Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reading as of Snapshot ID fails on Metadata Tables after Iceberg Table Schema Update

2 participants