StefanRRichter commented on a change in pull request #6707: [FLINK-10157] [State TTL] Allow `null` user values in map state with TTL URL: https://github.com/apache/flink/pull/6707#discussion_r218707603
########## File path: docs/dev/stream/state/state.md ########## @@ -350,6 +350,9 @@ will lead to compatibility failure and `StateMigrationException`. - The TTL configuration is not part of check- or savepoints but rather a way of how Flink treats it in the currently running job. +- The map state with TTL currently supports null user values only if the user value serializer can handle null values. Review comment: Could highlight plaintext null as `null` (multiple instances). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
