Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/17655
  
    Am I right that this PR resolves the following problem: if you create a 
table name like "Things" and run Spark in the Turkish locale, and rely on 
case-insensitive table comparison, you'll fail to find the table as "things" 
because it will lower-case differently in one case vs another?
    
    That's worth fixing. It sounds like it doesn't affect column names in the 
same way.
    
    Does this PR actually fix it? I'm not clear from the last comments here.
    
    Are there other issues related to Avro serde? that is what we fixed already 
(in theory). Is it a test-only locale issue?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to