dianfu commented on a change in pull request #8561: [FLINK-12588][python] Add 
TableSchema for Python Table API.
URL: https://github.com/apache/flink/pull/8561#discussion_r290276647
 
 

 ##########
 File path: flink-python/pyflink/table/types.py
 ##########
 @@ -389,9 +405,10 @@ def __init__(self, precision=0, nullable=True):
         super(TimeType, self).__init__(nullable)
         assert 0 <= precision <= 9
         self.precision = precision
+        self.bridged_to("java.time.LocalTime")
 
 Review comment:
   What about revert this kind of changes?

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

Reply via email to