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 2022/08/25 19:08:56 UTC

[GitHub] [iceberg] sumeetgajjar opened a new pull request, #5635: Fix failing jmh benchmarks under org.apache.iceberg.spark.data.parquet package

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] sumeetgajjar commented on pull request #5635: Spark 3.3: Fix failing jmh benchmarks under org.apache.iceberg.spark.data.parquet package

Posted by GitBox <gi...@apache.org>.
sumeetgajjar commented on PR #5635:
URL: https://github.com/apache/iceberg/pull/5635#issuecomment-1227666897

   cc: @aokolnychyi @kbendick @RussellSpitzer @rdblue 


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] sumeetgajjar commented on pull request #5635: Spark 3.3: Fix failing jmh benchmarks under org.apache.iceberg.spark.data.parquet package

Posted by GitBox <gi...@apache.org>.
sumeetgajjar commented on PR #5635:
URL: https://github.com/apache/iceberg/pull/5635#issuecomment-1260413948

   @nastra @danielcweeks can you please review this PR?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] sumeetgajjar commented on pull request #5635: Spark 3.3: Fix failing jmh benchmarks under org.apache.iceberg.spark.data.parquet package

Posted by GitBox <gi...@apache.org>.
sumeetgajjar commented on PR #5635:
URL: https://github.com/apache/iceberg/pull/5635#issuecomment-1263880662

   @RussellSpitzer @rdblue @danielcweeks @pvary  
   Since this PR is already reviewed, can you please help us merge it?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] pvary commented on pull request #5635: Spark 3.3: Fix failing jmh benchmarks under org.apache.iceberg.spark.data.parquet package

Posted by GitBox <gi...@apache.org>.
pvary commented on PR #5635:
URL: https://github.com/apache/iceberg/pull/5635#issuecomment-1263895334

   Thanks for the fix @sumeetgajjar and @nastra for the review!


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [iceberg] pvary merged pull request #5635: Spark 3.3: Fix failing jmh benchmarks under org.apache.iceberg.spark.data.parquet package

Posted by GitBox <gi...@apache.org>.
pvary merged PR #5635:
URL: https://github.com/apache/iceberg/pull/5635


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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