stankiewicz commented on PR #38149: URL: https://github.com/apache/beam/pull/38149#issuecomment-4254173299
Singleton configuration is a bit more tricky, as you would have to keep single catalog instance per IcebergCatalogConfig but definately doable. IcebergCatalogConfig is autoValue with `equals` so adding `static Map <IcebergCatalogConfig, Catalog> singletonMap` . -- 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]
