aokolnychyi opened a new issue, #8603:
URL: https://github.com/apache/iceberg/issues/8603
### Apache Iceberg version
main (development)
### Query engine
Spark
### Please describe the bug 🐞
I noticed some sporadic failures in Spark 3.5 tests.
```
TestStructuredStreamingRead3 > [catalogName = spark_catalog, implementation
= org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive,
default-namespace=default, parquet-enabled=true, cache-enabled=false}] >
testReadingStreamFromFutureTimetsamp[catalogName = spark_catalog,
implementation = org.apache.iceberg.spark.SparkSessionCatalog, config =
{type=hive, default-namespace=default, parquet-enabled=true,
cache-enabled=false}] FAILED
org.opentest4j.AssertionFailedError:
Expecting value to be true but was false
at
[email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
[email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
[email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at
app//org.apache.iceberg.spark.source.TestStructuredStreamingRead3.lambda$testReadingStreamFromFutureTimetsamp$0(TestStructuredStreamingRead3.java:266)
at
[email protected]/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
at
[email protected]/java.util.stream.IntPipeline$Head.forEach(IntPipeline.java:593)
at
app//org.apache.iceberg.spark.source.TestStructuredStreamingRead3.testReadingStreamFromFutureTimetsamp(TestStructuredStreamingRead3.java:263)
```
https://github.com/apache/iceberg/actions/runs/6254297066/job/16982149625
--
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]