wypoon commented on PR #7469: URL: https://github.com/apache/iceberg/pull/7469#issuecomment-1535541837
As a quick remedy, I opened https://github.com/apache/iceberg/pull/7535. However, an alternative would be (in line with @snazy's suggestion) to have Iceberg `Catalog` implementations implement a `caseSensitive` boolean method (this requires an API change), and then in `SparkCatalog`, when wrapping its `icebergCatalog` in a `CachingCatalog`, to check the case sensitivity of this `Catalog` and use a case sensitive/insensitive `CachingCatalog` accordingly. -- 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]
