rdblue opened a new pull request #656: Fix case sensitivity setting in Spark
URL: https://github.com/apache/incubator-iceberg/pull/656
 
 
   This fixes the call to detect Spark's case sensitivity. Using `get(property, 
default)` variant will override the default value of a Spark config with the 
supplied default. If "spark.sql.caseSensitive" is not set in the conf, then 
Spark will use its default for case sensitivity (false) but Iceberg would 
override that default (true).
   
   This also fixes a warning about unnecessary boxing.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to