You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/06 16:10:21 UTC

[GitHub] [spark] cloud-fan commented on issue #24246: [SPARK-24252][SQL] Add TableCatalog API

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org