amogh-jahagirdar commented on code in PR #13061: URL: https://github.com/apache/iceberg/pull/13061#discussion_r2102993338
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRowLevelOperationsWithLineage.java: ########## @@ -89,9 +129,6 @@ public static void setupSparkConf() { @BeforeEach public void beforeEach() { assumeThat(formatVersion).isGreaterThanOrEqualTo(3); - // ToDo: Remove these as row lineage inheritance gets implemented in the other readers - assumeThat(fileFormat).isEqualTo(FileFormat.PARQUET); Review Comment: Don't need these assumptions since the parameters are being explicitly overriden now -- 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