matriv commented on a change in pull request #19187:
URL: https://github.com/apache/flink/pull/19187#discussion_r831333052



##########
File path: 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/delegation/PlannerBase.scala
##########
@@ -484,10 +484,10 @@ abstract class PlannerBase(
     // Add query start time to TableConfig, these config are used internally,
     // these configs will be used by temporal functions like 
CURRENT_TIMESTAMP,LOCALTIMESTAMP.
     val epochTime :JLong = System.currentTimeMillis()
-    configuration.set(TABLE_QUERY_START_EPOCH_TIME, epochTime)

Review comment:
       Please take a look at the full changes. One commit is just setting 
directly on TableConfig, and another commit removes completely the variable 
`confifuration` and calls:
   ```getExecEnv.configure(tableConfig.getConfiguration, 
Thread.currentThread().getContextClassLoader)```




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to