cloud-fan commented on issue #24246: [SPARK-24252][SQL] Add TableCatalog API URL: https://github.com/apache/spark/pull/24246#issuecomment-489678088 There is one thing worth discussing: `TableCatalog` should be case-sensitive or not during table lookup? By default, Spark is case insensitive and case preserving. There is one config to change the behavior, but it's internal and we don't expect users to set it. I think it's simpler to ask `TableCatalog` implementations to be case insensitive and case preserving, instead of taking a case-sensitivity flag. Different ideas are welcome!
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
