shuiqiangchen commented on a change in pull request #13572:
URL: https://github.com/apache/flink/pull/13572#discussion_r503108048
##########
File path: flink-python/pyflink/datastream/stream_execution_environment.py
##########
@@ -35,6 +35,8 @@
from pyflink.datastream.time_characteristic import TimeCharacteristic
from pyflink.java_gateway import get_gateway
from pyflink.serializers import PickleSerializer
+from pyflink.table.types import _from_java_type, _infer_schema_from_data,
_create_converter,\
Review comment:
Importing table types in StreamExecutionEnvironment might be confusing
logically since table API is based on StreamExecutionEnvironment.
----------------------------------------------------------------
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]