nastra opened a new issue, #14892:
URL: https://github.com/apache/iceberg/issues/14892
### Apache Iceberg version
None
### Query engine
Spark
### Please describe the bug 🐞
I've noticed that this test seems to occasionally fail.
```
TestRemoteScanPlanning > testVersionAsOf() > catalogName = testrest,
implementation = org.apache.iceberg.spark.SparkCatalog, config = {type=rest,
cache-enabled=false, uri=http://localhost:46841/,
rest-scan-planning-enabled=true}, binaryTableName =
testrest.default.binary_table FAILED
org.opentest4j.AssertionFailedError: [Snapshot at specific ID
3915371490596663664: row 1 contents should match]
expected: 1L
but was: 2L
at
app//org.apache.iceberg.spark.SparkTestHelperBase.assertEquals(SparkTestHelperBase.java:91)
at
app//org.apache.iceberg.spark.SparkTestHelperBase.assertEquals(SparkTestHelperBase.java:67)
at
app//org.apache.iceberg.spark.sql.TestSelect.testVersionAsOf(TestSelect.java:289)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
at [email protected]/java.util.Optional.ifPresent(Optional.java:178)
at
[email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at
[email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at
[email protected]/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
at
[email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at
[email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at
[email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at
[email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at
[email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at
[email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
```
### Willingness to contribute
- [ ] I can contribute a fix for this bug independently
- [ ] I would be willing to contribute a fix for this bug with guidance from
the Iceberg community
- [ ] I cannot contribute a fix for this bug at this time
--
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]