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_r394770263
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/nodes/physical/batch/BatchExecPythonCalc.scala
 ##########
 @@ -58,7 +58,7 @@ class BatchExecPythonCalc(
       inputTransform,
       calcProgram,
       "BatchExecPythonCalc",
-      planner.getTableConfig.getConfiguration)
+      planner.getTableConfig)
 
 Review comment:
   Change to `getConfig(planner.getTableConfig)`? so that we don't need to 
change the signature of `createPythonOneInputTransformation()`

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