danielcweeks commented on issue #16226: URL: https://github.com/apache/iceberg/issues/16226#issuecomment-4443443472
Hey @gabeiglio, Just wanted to capture some of the ideas from the sync today that you might want to consider as alternatives: - using a custom catalog (either spark or iceberg catalog impl) that you can plugin and load dynamically through existing paths. - possibly using transaction semantics in the future - creating a REST proxy to return specific table metadata for the test environment I think this is an interesting operational engineering challenge, so others might be interested in how you solve it and if it's reusable, we might be able to add it to a test fixtures so others can benefit. Thanks for the discussion on this! -- 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]
