flyrain commented on code in PR #6344: URL: https://github.com/apache/iceberg/pull/6344#discussion_r1052983995
########## spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/SparkTestBase.java: ########## @@ -112,11 +112,11 @@ protected List<Object[]> sql(String query, Object... args) { return rowsToJava(rows); } - protected List<Object[]> rowsToJava(List<Row> rows) { - return rows.stream().map(this::toJava).collect(Collectors.toList()); + public static List<Object[]> rowsToJava(List<Row> rows) { Review Comment: Made the change per suggestion. -- 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