twalthr commented on code in PR #27886:
URL: https://github.com/apache/flink/pull/27886#discussion_r3118173189


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecProcessTableFunction.java:
##########
@@ -305,17 +308,20 @@ private RuntimeTableSemantics createRuntimeTableSemantics(
         }
 
         final int timeColumn = 
inputTimeColumns.get(tableArgCall.getInputIndex());
+        final StaticArgument resolvedArg =
+                tableArg.applyConditionalTraits(

Review Comment:
   > I've moved the resolution to StreamPhysicalProcessTableFunction's 
constructor
   
   Do we then need resolution in ChangelogModeInferenceProgram?



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