becketqin commented on a change in pull request #11198:
[FLINK-16248][python][ml] Add interfaces for MLEnvironment and
MLEnvironmentFactory
URL: https://github.com/apache/flink/pull/11198#discussion_r383792886
##########
File path: flink-python/pyflink/table/table_environment.py
##########
@@ -76,14 +76,24 @@ class TableEnvironment(object):
__metaclass__ = ABCMeta
- def __init__(self, j_tenv, is_blink_planner,
serializer=PickleSerializer()):
+ def __init__(self, j_tenv, serializer=PickleSerializer()):
Review comment:
Do we expect others to construct `TableEnvironment`? Isn't this a public
constructor?
----------------------------------------------------------------
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]
With regards,
Apache Git Services