jzhuge commented on pull request #3188: URL: https://github.com/apache/iceberg/pull/3188#issuecomment-1084984611
Removed `object-type` from the proposal because listing views only or tables only may be very inefficient as we need to read each json file and determine its object/manifest type. Instead, we can use OOB flag to determine the spec type. For example, HMS catalogs can use table type while Hadoop catalogs can use file extension ".viewmetadata.json" vs ".metadata.json". -- 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]
