matriv commented on a change in pull request #18479:
URL: https://github.com/apache/flink/pull/18479#discussion_r794707010
##########
File path:
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/batch/BatchExecPythonCalc.java
##########
@@ -43,20 +42,20 @@ public BatchExecPythonCalc(
RowType outputType,
String description) {
this(
+ ExecNodeContext.newMetadata(BatchExecPythonCalc.class),
projection,
- getNewNodeId(),
Collections.singletonList(inputProperty),
outputType,
description);
}
@JsonCreator
public BatchExecPythonCalc(
+ @JsonProperty(FIELD_NAME_CONTEXT) ExecNodeContext context,
Review comment:
Seems it shouldn't be used, I'll remove and check the build.
--
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]