KazuhitoT commented on PR #2255: URL: https://github.com/apache/iceberg-python/pull/2255#issuecomment-3557611131
Hi, I hope this PR can be included in 0.11.0. > In the current implementation pyiceberg maps dangling delete files It seems that position delete files with `referenced_data_file` set (and no bounds) might not be covered by this logic. I tried a small change in my fork here: https://github.com/KazuhitoT/iceberg-python/commit/b0965d0fa6f075d94be68b82c48adb9c82139d47 If this approach makes sense, would you consider adding a similar change to this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
