Ruobing1997 commented on code in PR #15823:
URL: https://github.com/apache/iceberg/pull/15823#discussion_r3012112270
##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkDataWrite.java:
##########
@@ -433,10 +427,6 @@ public void
testPartitionedFanoutCreateWithTargetFileSizeViaOption2() {
Review Comment:
And regarding
> why these tests only work with Spark2 and Spark4.1?
I found this issue: https://issues.apache.org/jira/browse/SPARK-51290 for
allowing partial column writes.
This fills default values for missing columns in DSv2 writes which seems why
our tests pass on 4.1
And I have a question: I noticed this was enabled in Spark 4.1. Is there any
chance this could be backported, or is it considered a new feature?
--
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]