dianfu commented on a change in pull request #14758:
URL: https://github.com/apache/flink/pull/14758#discussion_r567399024
##########
File path: flink-python/pyflink/common/state.py
##########
@@ -19,9 +19,22 @@
from typing import TypeVar, Generic, Iterable, List, Iterator, Dict, Tuple
+from pyflink.common.typeinfo import TypeInformation, Types
+
+__all__ = [
+ 'ValueStateDescriptor',
+ 'ValueState',
+ 'ListStateDescriptor',
+ 'ListState',
+ 'MapStateDescriptor',
+ 'MergingState'
Review comment:
I guess it should be MapState.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]