HeartSaVioR commented on pull request #35673:
URL: https://github.com/apache/spark/pull/35673#issuecomment-1056158157
Failed test -
org.apache.spark.sql.streaming.StreamingQueryListenerSuite.`single listener,
check trigger events are generated correctly` - doesn't seem to be relevant.
Scala 2.13 failure seems to be relevant
```
[error]
/home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/streaming/util/StatefulOpClusteredDistributionTestHelper.scala:30:70:
match may not be exhaustive.
[error] It would fail on the following inputs: (AllTuples, _),
(BroadcastDistribution(_), _), (ClusteredDistribution(_, _, _), _),
(OrderedDistribution(_), _), (StatefulOpClusteredDistribution(_, _), _),
(UnspecifiedDistribution, _)
[error] plan.requiredChildDistribution.zip(desiredClusterColumns).forall
{
[error]
^
[error]
/home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/streaming/util/StatefulOpClusteredDistributionTestHelper.scala:42:70:
match may not be exhaustive.
[error] It would fail on the following inputs: (AllTuples, _),
(BroadcastDistribution(_), _), (ClusteredDistribution(_, _, _), _),
(OrderedDistribution(_), _), (StatefulOpClusteredDistribution(_, _), _),
(UnspecifiedDistribution, _)
[error] plan.requiredChildDistribution.zip(desiredClusterColumns).forall
{
[error]
^
```
It caught the missing cases - I may need to add these cases.
--
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]