sumeetgajjar opened a new pull request, #5635:
URL: https://github.com/apache/iceberg/pull/5635

   The `ParquetToSparkSchemaConverter` class in Spark3.3 expects 
`SQLConf.CASE_SENSITIVE` in the Configuration.
   However, the above config is not specified while instantiating the 
`ReadBuilder` and `WriteBuilder` thereby resulting in the 
`IllegalArgumentException` exception.
   
   Adding `spark.sql.caseSensitive=false` to ReadBuilder and WriteBuilder 
properties resolves the issue.
   
   Closes #5634
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to