Skip to content

Conversation

@Fokko
Copy link
Contributor

No description provided.



@pytest.mark.integration
@pytest.mark.parametrize("format_version", [1, 2])
Copy link
ContributorAuthor

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 :)

@Fokko
Copy link
ContributorAuthor

This will also make it easier to check the sequence numbers for #363

@FokkoFokko mentioned this pull request Apr 3, 2024
8 tasks
Copy link
Contributor

@HonahXHonahX left a 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() 

@Fokko
Copy link
ContributorAuthor

Fokko commented Apr 4, 2024

Good one @HonahX, just added it 👍

@FokkoFokko merged commit ee4dd92 into apache:mainApr 4, 2024
@FokkoFokko deleted the fd-add-entries-table branch April 4, 2024 18:47
@kevinjqliukevinjqliu mentioned this pull request May 14, 2024
39 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Fokko@HonahX