iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

[Python] support table scan in iceberg python library

Open jun-he opened this issue 4 years ago • 5 comments

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.

jun-he avatar Oct 06 '21 06:10 jun-he

would this issue be updating the python legacy table scan code in the iceberg/python directory?

geekusa33 avatar Oct 06 '21 13:10 geekusa33

Yep, let me add some details in the description.

jun-he avatar Oct 06 '21 15:10 jun-he

@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

geekusa33 avatar Oct 06 '21 18:10 geekusa33

Hi @askalik, thanks for the help. I assign this task to you.

jun-he avatar Oct 07 '21 00:10 jun-he

I'll bump this to the next release 👍🏻

Fokko avatar Sep 21 '22 19:09 Fokko

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!

simjay avatar Oct 26 '22 03:10 simjay

This is in: https://github.com/apache/iceberg/pull/6233

Fokko avatar Nov 28 '22 13:11 Fokko