hequn8128 commented on a change in pull request #11439: [FLINK-16650][python] 
Support LocalZonedTimestampType for Python UDF in blink planner
URL: https://github.com/apache/flink/pull/11439#discussion_r394774009
 
 

 ##########
 File path: flink-python/pyflink/fn_execution/coders.py
 ##########
 @@ -377,6 +380,22 @@ def to_type_hint(self):
         return datetime.datetime
 
 
+class LocalZonedTimestampCoder(DeterministicCoder):
 
 Review comment:
   Add python tests for the coder. e.g. tests in `test_coders_common.py`.

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


With regards,
Apache Git Services

Reply via email to