mateczagany commented on code in PR #27368:
URL: https://github.com/apache/flink/pull/27368#discussion_r2656372926


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/ExecNodeBase.java:
##########
@@ -92,18 +98,15 @@ public abstract class ExecNodeBase<T> implements 
ExecNode<T> {
      * Retrieves the default context from the {@link ExecNodeMetadata} 
annotation to be serialized
      * into the JSON plan.
      */
-    @JsonProperty(value = FIELD_NAME_TYPE, access = 
JsonProperty.Access.READ_ONLY, index = 1)

Review Comment:
   Thank you, you are completely right, this solution is a lot better and 
cleaner



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