wuchong commented on a change in pull request #12130:
URL: https://github.com/apache/flink/pull/12130#discussion_r424855079



##########
File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/data/ArrayData.java
##########
@@ -163,7 +172,9 @@
         * @param pos position of the element to return
         * @param elementType the element type of the array
         * @return the element object at the specified position in this array 
data
+        * @deprecated Use {@link #createElementGetter(LogicalType)} for a more 
efficient hot path.
         */
+       @Deprecated

Review comment:
       Could you create an issue to use `createElementGetter` to replace `get` 
utility and remove this method? I think we should provide a clean interface 
before release. 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to