cccs-br edited a comment on issue #2934: URL: https://github.com/apache/iceberg/issues/2934#issuecomment-894281419
Thanks for you suggestions. But I added 'USING iceberg' to the create table sql. And also added a test case that wraps the byte array with 'lit'. As suspected, the issue remains. The question is: why does this one work: https://github.com/cccs-br/spark-iceberg-issue/blob/f7811250608df8618fe264cbf340b5d40effba0d/src/test/java/IcebergTests.java#L40 ..and this one fails: https://github.com/cccs-br/spark-iceberg-issue/blob/f7811250608df8618fe264cbf340b5d40effba0d/src/test/java/IcebergTests.java#L50 So, it does appear like spark handles it, but going through iceberg, it fails. Spark3Util.java:654 is where the exception is explicitly thrown. -- 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]
