abmo-x commented on code in PR #6779: URL: https://github.com/apache/iceberg/pull/6779#discussion_r1112258161
########## 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: done. Had to rearrange date column order as spark insert was complaining about string to date conversion for non date column -- 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