flyrain commented on PR #7388:
URL: https://github.com/apache/iceberg/pull/7388#issuecomment-1528364905
These failures are not related.
```
TestStructuredStreamingRead3 > [catalogName = testhive, implementation =
org.apache.iceberg.spark.SparkCatalog, config = {type=hive,
default-namespace=default}] >
testReadStreamOnIcebergTableWithMultipleSnapshots_WithNumberOfRows_1[catalogName
= testhive, implementation = org.apache.iceberg.spark.SparkCatalog, config =
{type=hive, default-namespace=default}] FAILED
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.iceberg.spark.source.TestStructuredStreamingRead3.testReadStreamOnIcebergTableWithMultipleSnapshots_WithNumberOfRows_1(TestStructuredStreamingRead3.java:176)
TestStructuredStreamingRead3 > [catalogName = testhadoop, implementation =
org.apache.iceberg.spark.SparkCatalog, config = {type=hadoop,
cache-enabled=false}] >
testReadStreamOnIcebergTableWithMultipleSnapshots_WithNumberOfRows_1[catalogName
= testhadoop, implementation = org.apache.iceberg.spark.SparkCatalog, config =
{type=hadoop, cache-enabled=false}] FAILED
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.iceberg.spark.source.TestStructuredStreamingRead3.testReadStreamOnIcebergTableWithMultipleSnapshots_WithNumberOfRows_1(TestStructuredStreamingRead3.java:176)
TestStructuredStreamingRead3 > [catalogName = spark_catalog, implementation
= org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive,
default-namespace=default, parquet-enabled=true, cache-enabled=false}] >
testReadStreamOnIcebergTableWithMultipleSnapshots_WithNumberOfRows_1[catalogName
= spark_catalog, implementation =
org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive,
default-namespace=default, parquet-enabled=true, cache-enabled=false}] FAILED
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.iceberg.spark.source.TestStructuredStreamingRead3.testReadStreamOnIcebergTableWithMultipleSnapshots_WithNumberOfRows_1(TestStructuredStreamingRead3.java:176)
--
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]