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