Github user liancheng commented on the pull request:
https://github.com/apache/spark/pull/9226#issuecomment-150941297
I'd also vote for the 2nd approach. PR #9251 doesn't exactly fix "mix case"
`partitionBy`, but simply lowercases all partition columns. Two drawbacks of
this approaches are:
1. Usually Spark SQL always tries to be case preserving, so that we can
adapt to either case sensitive or case insensitive environments. But PR #9251
erases case information
2. This can be confusing, because even when users are working under case
sensitive configuration, partition column names are still erased.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]