davidradl commented on code in PR #26396:
URL: https://github.com/apache/flink/pull/26396#discussion_r2028578669
##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/dataview/StateMapView.java:
##########
@@ -86,21 +89,33 @@ public EV get(EK key) throws Exception {
@Override
public void put(EK key, EV value) throws Exception {
+ if (key == null) {
Review Comment:
nit: could we refactor this check null check into a method that they all
call please.
Do we support null values in the map?
--
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]