rdblue commented on code in PR #7553:
URL: https://github.com/apache/iceberg/pull/7553#discussion_r1199096756
##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/data/TestSparkOrcReader.java:
##########
@@ -101,6 +102,11 @@ private void writeAndValidateRecords(Schema schema,
Iterable<InternalRow> expect
assertEquals(schema, expectedRows.next(), actualRows.next());
}
Assert.assertFalse("Should not have extra rows", actualRows.hasNext());
+ } catch (UnsupportedOperationException e) {
+ // Fixed in https://github.com/apache/spark/pull/41103
Review Comment:
Should we add a comment to remove this later?
--
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]