Kontinuation commented on issue #12676:
URL: https://github.com/apache/iceberg/issues/12676#issuecomment-2817869747

   Just came across this in my last core-java run: 
https://github.com/apache/iceberg/actions/runs/14569417178/job/40863823631?pr=12667
   
   I suspect that the problem is caused by sharing the same 
[`EMPTY_V1_BUFFER`](https://github.com/apache/iceberg/blob/apache-iceberg-1.9.0-rc1/api/src/main/java/org/apache/iceberg/variants/SerializedMetadata.java#L34-L36)
 in 
[VariantTestUtil.emptyMetadata](https://github.com/apache/iceberg/blob/apache-iceberg-1.9.0-rc1/api/src/test/java/org/apache/iceberg/variants/VariantTestUtil.java#L128-L131)
 and `EMPTY_V1_METADATA`. Returning a duplicate in `VariantTestUtil` may help 
resolve this issue.


-- 
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

Reply via email to