jkolash commented on issue #10225:
URL: https://github.com/apache/iceberg/issues/10225#issuecomment-2078535487

   Ok this is reproducing via the github actions build on my public fork
   https://github.com/jkolash/iceberg/actions/runs/8842101257/job/24280206652
   ```
   TestDataFrameWriterV2 > testByte FAILED
       org.apache.spark.SparkException: Job aborted due to stage failure: Task 
0 in stage 5.0 failed 1 times, most recent failure: Lost task 0.0 in stage 5.0 
(TID 7) (localhost executor driver): java.lang.ClassCastException: class 
java.lang.Byte cannot be cast to class java.lang.Integer (java.lang.Byte and 
java.lang.Integer are in module java.base of loader 'bootstrap')
        at org.apache.iceberg.parquet.ColumnWriter$2.write(ColumnWriter.java:39)
        at 
org.apache.iceberg.parquet.ParquetValueWriters$PrimitiveWriter.write(ParquetValueWriters.java:131)
        at 
org.apache.iceberg.parquet.ParquetValueWriters$OptionWriter.write(ParquetValueWriters.java:356)
        at 
org.apache.iceberg.parquet.ParquetValueWriters$StructWriter.write(ParquetValueWriters.java:589)
   ```


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to