Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/15566
  
    I have changed it to `This PR makes partition spec case preserving at 
parser`, sorry for the confusion.
    
    Previously we were lazy and alway lower case the column names in partition 
spec. In other partition related operations, we search partition columns by 
`==` directly, without considering case sensitivity. It's fine as we only 
support partition related operations for hive tables and hive tables are not 
case-preserving. However, if we are going to support partition operations for 
data source tables, we can't assume the partition columns are always lower 
cased in metastore and lower case the partition spec at parser.


---
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