rambleraptor commented on code in PR #2129:
URL: https://github.com/apache/iceberg-python/pull/2129#discussion_r2449707528
##########
tests/integration/test_writes/test_writes.py:
##########
@@ -2490,3 +2490,40 @@ def test_stage_only_overwrite_files(
assert operations == ["append", "append", "delete", "append", "append"]
assert parent_snapshot_id == [None, first_snapshot, second_snapshot,
second_snapshot, second_snapshot]
+
+
[email protected]
+def test_v3_write_and_read_row_lineage(spark: SparkSession, session_catalog:
Catalog) -> None:
Review Comment:
This is the test I would want to write for testing with Spark.
Unfortunately, it fails because we don't have v3 writer support (which is
needed to append new rows)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]