szehon-ho commented on code in PR #6779: URL: https://github.com/apache/iceberg/pull/6779#discussion_r1110474802
########## spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java: ########## @@ -926,6 +955,17 @@ private static java.sql.Date toDate(String value) { new StructType(dateStruct)) .repartition(2); + private static final Dataset<Row> dateHourDF = Review Comment: I think dateDF is specifically to address date partition test, and dateHourDf would expect to be date/int. Maybe something descriptive like testPartitionTypeDF -- 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