gaborkaszab commented on issue #13800: URL: https://github.com/apache/iceberg/issues/13800#issuecomment-3197202710
An additional thought: This exposed metadata location would be used in HMS code if I'm not mistaken, right? Why use HiveCatalog API to go to HMS to get the full table and then get a single property from that table then? Isn't it feasible to directly read into HMS for that table property (I recall metadata location is a table property in HMS) avoiding going through the HiveCatalog interface and loading the whole table? This would also buy us some time until we figure out how to implement freshness-aware loading in HiveCatalog. Let me know what I miss here :) -- 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]
