amogh-jahagirdar commented on code in PR #12736: URL: https://github.com/apache/iceberg/pull/12736#discussion_r2059536198
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkMetadataColumns.java: ########## @@ -317,28 +316,6 @@ public void testConflictingColumns() { sql("SELECT _spec_id, _partition, _renamed_spec_id FROM %s", TABLE_NAME)); } - @TestTemplate - public void testRowLineageColumnsResolvedInV3OrHigher() { Review Comment: I'm removing this test now, it's not really useful anymore since any format version can project _row_id, and in the unsupported versions it'll be null. -- 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