liuyongvs commented on PR #22143:
URL: https://github.com/apache/flink/pull/22143#issuecomment-1584119205
and that is why i add this test, it should contains the null elements, when
it throw exception
```
new Map[] {
null,
CollectionUtil.map(entry(1, "a"),
entry(2, "b")),
CollectionUtil.map(entry(3, "c"),
entry(4, "d")),
}
```
--
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]