amogh-jahagirdar commented on code in PR #9255:
URL: https://github.com/apache/iceberg/pull/9255#discussion_r1437173563
##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkWrite.java:
##########
@@ -673,11 +673,11 @@ public DataWriter<InternalRow> createWriter(int
partitionId, long taskId, long e
Table table = tableBroadcast.value();
PartitionSpec spec = table.specs().get(outputSpecId);
FileIO io = table.io();
-
+ String operationId = queryId + "-" + epochId;
Review Comment:
That's great news @VeeraswamyGatta , thanks for testing and verifying! I
still have one more idea for trying to repro this via unit test but regardless
will move this out of draft.
--
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]