dianfu commented on a change in pull request #8401: [FLINK-12407][python] Add
all table operators align Java Table API.
URL: https://github.com/apache/flink/pull/8401#discussion_r283172563
##########
File path: flink-python/pyflink/table/table_config.py
##########
@@ -44,18 +47,55 @@ def parallelism(self):
def parallelism(self, parallelism):
self._parallelism = parallelism
+ @property
+ def timezone(self):
+ return self._j_table_config.getTimeZone().getID()
Review comment:
Takes the Python timezone object as the return type?
----------------------------------------------------------------
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