SteNicholas commented on a change in pull request #12770: URL: https://github.com/apache/flink/pull/12770#discussion_r471252756
########## File path: flink-python/pyflink/table/utils.py ########## @@ -67,3 +67,7 @@ def tz_convert_to_internal(s, t: DataType, local_tz): elif is_datetime64tz_dtype(s.dtype): return s.dt.tz_convert(local_tz).dt.tz_localize(None) return s + + +def exec_insert_table(table, table_path) -> JobExecutionResult: Review comment: @dianfu To regard `exec_insert_table ` as util method. ---------------------------------------------------------------- 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