slessard commented on code in PR #10953: URL: https://github.com/apache/iceberg/pull/10953#discussion_r1753034022
########## arrow/src/test/java/org/apache/iceberg/arrow/vectorized/ArrowReaderTest.java: ########## @@ -262,6 +264,111 @@ public void testReadColumnFilter2() throws Exception { scan, NUM_ROWS_PER_MONTH, 12 * NUM_ROWS_PER_MONTH, ImmutableList.of("timestamp")); } + @Test + public void testReadColumnThatDoesNotExistInParquetSchema() throws Exception { + setMaxStackTraceElementsDisplayed(15); Review Comment: The assertion stack trace is abridged before it is written out. I added that line because at that time the abridged stack trace didn't show the method of interest. Calling `setMaxStackTraceElementsDisplayed(15)` changes how the stack trace is abridged. But I don't think this is needed now that the code has changed with your help. I have removed this line. -- 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