-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Python] support table scan in iceberg python library #3229
Comments
would this issue be updating the python legacy table scan code in the iceberg/python directory? |
Yep, let me add some details in the description. |
@jun-he could I try and complete this? Assuming goes well, would likely try taking in some of the others. Wanting to complete as part of hacktoberfest |
Hi @askalik, thanks for the help. I assign this task to you. |
I'll bump this to the next release 👍🏻 |
Hi @jun-he, I was on the monthly sync today and heard you might want to revisit this task and I am interested. I want to take a stab at it but if you could give any pointer for me to understand the how you want the refactor to be done, it would be amazing. For now, I read the legacy_python's DataTableScan implementation and currently trying to understand more on how this repo is structured. Any guidance or more details would be much appreciated, so that potentially i can contribute to this ticket! |
…ters evaluation. (apache#3229)
This is in: #6233 |
This task is to implement table scan function in iceberg/python library. There is an implementation in iceberg/python_legacy library. Please review it and then either update it or rewrite it.
The text was updated successfully, but these errors were encountered: