-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add entries metadata table #551
Conversation
tests/integration/test_writes.py
Outdated
|
||
|
||
@pytest.mark.integration | ||
@pytest.mark.parametrize("format_version", [1, 2]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the metadata tables to their own tests file to avoid blowing up this one :)
This will also make it easier to check the sequence numbers for #363 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM! @Fokko Thanks for the effort! Just one comment: Shall we add a section here https://github.com/apache/iceberg-python/blob/main/mkdocs/docs/api.md#inspecting-tables to provide an example of
table.inspect.entries()
Good one @HonahX, just added it 👍 |
No description provided.