wypoon commented on code in PR #7469:
URL: https://github.com/apache/iceberg/pull/7469#discussion_r1181959523
##########
spark/v3.1/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java:
##########
@@ -90,6 +90,8 @@
* <li><code>catalog-impl</code> - a custom {@link Catalog} implementation
to use
* <li><code>default-namespace</code> - a namespace to use as the default
* <li><code>cache-enabled</code> - whether to enable catalog cache
+ * <li><code>cache.case-sensitive</code> - whether the catalog cache should
use case-sensitive
Review Comment:
It is more than table names. Database name can also be an issue. Basically
all the components of the TableIdentifier.
How about "whether the catalog cache should compare table identifiers in a
case sensitive way"?
--
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]