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


##########
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:
   why can't we just drop `access = JsonProperty.Access.READ_ONLY` without 
touching order?
   Moreover I guess there is only one `access` field is the problem now, isn't 
it?
   In that case the second one could stay read only



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