You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/10/12 08:07:39 UTC

[GitHub] [flink] SteNicholas commented on a change in pull request #13572: [FLINK-19416][python] Support Python datetime object in from_collection of Python DataStream

SteNicholas commented on a change in pull request #13572:
URL: https://github.com/apache/flink/pull/13572#discussion_r503111486



##########
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:
       @shuiqiangchen Of course, I would like to extract these methods to util methods.




----------------------------------------------------------------
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:
users@infra.apache.org