damik3 commented on PR #429:
URL: https://github.com/apache/incubator-wayang/pull/429#issuecomment-2072636165
Yes, the error changed, now it's
```
org.apache.wayang.core.api.exception.WayangException: Executing
T[JavaCollect[convert out@JavaMap[1->1, id=17a8194f]]] failed.
at
org.apache.wayang.tests.TensorflowIrisIT.test(TensorflowIrisIT.java:153)
Caused by: java.lang.IllegalArgumentException: Comparison method violates
its general contract!
at
org.apache.wayang.tests.TensorflowIrisIT.test(TensorflowIrisIT.java:153)
```
I'm not sure why the `TensorflowIrisIT` test would break. I didn't make any
relevant changes. Does the test have any degree of unpredictability in it? I
ran it a few times locally, and at first it failed but then without changing
anything, it would pass.
I did a new commit with some irrelevant cleanup, maybe we should try the
checks again?
--
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]