Github user budde commented on the issue:

    https://github.com/apache/spark/pull/16944
  
    Updated per feedback from @ericl:
    
    - Added comment with additional context to 
```HIVE_CASE_SENSITIVE_INFERENCE``` in SQLConf.scala
    - Removed default value test for ```HIVE_CASE_SENSITIVE_INFERENCE``` from 
SQLConfSuite.scala (was primarily there for dev purposes)
    - Refactor changes to ```convertToLogicalRelation()``` as helper functions 
to simplify this function a little
    - Added the configured inference mode to several log lines
    
    I also reworked a lot of the comparisons involving the 
```HiveCaseInsensitiveInferenceMode``` enumerations to be ```match { }``` 
blocks as I think this is more consistent with typical Scala conventions. I can 
change these back to ```if { }``` blocks though if consensus is that it's 
clearer.


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

Reply via email to