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:
[email protected]
With regards,
Apache Git Services