huaxingao commented on code in PR #13786:
URL: https://github.com/apache/iceberg/pull/13786#discussion_r2484023816


##########
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##########
@@ -1289,6 +1290,20 @@ public ReadBuilder setCustomType(int fieldId, Class<? 
extends StructLike> struct
       throw new UnsupportedOperationException("Custom types are not yet 
supported");
     }
 
+    /**
+     * @deprecated Use {@link #set(String, String)} with 
"read.parquet.vectorized-reader.factory" =
+     *     "comet" instead
+     */
+    @Deprecated

Review Comment:
   Why a newly added method is deprecated? Do we need this method?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to