You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/11/18 00:59:35 UTC

[GitHub] [incubator-iceberg] rdblue opened a new pull request #656: Fix case sensitivity setting in Spark

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org