Skip to content
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

support all_entries in pyiceberg #1608

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amitgilad3
Copy link
Contributor

@amitgilad3 amitgilad3 commented Feb 4, 2025

Implements all_entries metadata table - #1053
This is my initial pr towards supporting all_entries in pyiceberg , i'm currently running into an issue where the number of entries returned by spark is less then what pyiceberg returns and i'm not sure why

pyiceberg results:
pyiceberg

spark results:
spark

Im also attaching the csv for investigation puporses
py_iceberg vs spark.csv

*Update - issue resolved

@amitgilad3 amitgilad3 marked this pull request as draft February 4, 2025 17:11
@kevinjqliu
Copy link
Contributor

the number of entries returned by spark is less then what pyiceberg returns and i'm not sure why

looks like there are a lot of dups in pyiceberg. if you do set and sort, it should match

@amitgilad3
Copy link
Contributor Author

amitgilad3 commented Feb 4, 2025

Thnx @kevinjqliu - wasn't sure how the iceberg java library does it :)

@amitgilad3 amitgilad3 marked this pull request as ready for review February 5, 2025 05:54
@amitgilad3
Copy link
Contributor Author

Ready for review

Sign up for free to 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