aokolnychyi commented on issue #4139: URL: https://github.com/apache/iceberg/issues/4139#issuecomment-1058687396
Okay, it seems we are in agreement to add these two tables: - DELETE_FILES - ALL_DELETE_FILES I also think we need to do something about `files`. Right now, it is inconsistent. I see two options: - Option 1: Add an alias `data_files` and treat `data_files` as `files`. - Option 2: Show both data and delete files in `files` and add a separate `data_files` table. While Option 2 seems more consistent with what we have today, I am not sure there is a lot of value in it. Users can simply do a union of `data_files` and `delete_files`. Any thoughts? -- 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]
