Closed soumya-ghosh closed 2 months ago
@kevinjqliu could you execute the workflow for this? I've merged this PR into refactored init.py. Also wanted to check if integration tests are failing here.
@sungwy @Fokko could you review this?
thanks again @soumya-ghosh. I'll wait for another approval before merging.
Thanks for making this contribution @soumya-ghosh ! And thank you @kevinjqliu and @ndrluis for the detailed reviews!
Implements metadata tables for
data_files
anddelete_files
- https://github.com/apache/iceberg-python/issues/1053Have reused the logic of
files
to derivedata_files
anddelete_files
. Also reused the test cases for files (test_inspect_files
) as schema is same asfiles
.