snuyanzin commented on code in PR #24526: URL: https://github.com/apache/flink/pull/24526#discussion_r1629035418
########## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/util/ObjectContainer.java: ########## @@ -31,21 +31,25 @@ @Internal public class ObjectContainer { - private final Object o; + private final Object object; Review Comment: I guess we do not need it if we use just ArrayList as mentioned above Or did I miss anything? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org