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 2019/06/18 11:34:05 UTC

[GitHub] [flink] WeiZhong94 commented on a change in pull request #8719: [FLINK-12767][python] Support user defined connectors/format

WeiZhong94 commented on a change in pull request #8719: [FLINK-12767][python] Support user defined connectors/format
URL: https://github.com/apache/flink/pull/8719#discussion_r294742225
 
 

 ##########
 File path: flink-python/pyflink/table/table_descriptor.py
 ##########
 @@ -24,6 +24,7 @@
 from pyflink.java_gateway import get_gateway
 
 if sys.version >= '3':
+    long = int
     unicode = str
 
 __all__ = [
 
 Review comment:
   How about add the new classes here?

----------------------------------------------------------------
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


With regards,
Apache Git Services