SteveStevenpoor commented on PR #28506:
URL: https://github.com/apache/flink/pull/28506#issuecomment-4770461212
@snuyanzin could you check this please?
There is also 1 disabled test `TraversableSerializerUpgradeTest`, which
can't be enabled right now. There is `ClassCastException` in
`traversible-seriallizer-mutable-list` test. The previously generated
seriallizer-snapshot contains `MutableList`. Here we try to cast it to
`ListBuffer`:
```scala
override def testDataCondition: Condition[mutable.ListBuffer[Int]] =
new Condition[mutable.ListBuffer[Int]](
(l: mutable.ListBuffer[Int]) => Objects.equals(l,
mutable.ListBuffer(1, 2, 3)),
"")
```
I will file a separate ticket, fix this issue, and enable the remaining test.
I also want to file another ticket to generate snapshots for version 2.3 and
update the most recently published version accordingly.
--
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]