aokolnychyi commented on code in PR #7448:
URL: https://github.com/apache/iceberg/pull/7448#discussion_r1179379912


##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/VectorizedSparkParquetReaders.java:
##########
@@ -84,30 +84,6 @@ public static ColumnarBatchReader buildReader(
                 ColumnarBatchReader::new));
   }
 
-  /**
-   * @deprecated will be removed in 1.3.0, use {@link #buildReader(Schema, 
MessageType, Map,
-   *     DeleteFilter)} instead.
-   */
-  @Deprecated
-  public static ColumnarBatchReader buildReader(

Review Comment:
   There are a few more deprecated methods in this class but they are used in 
tests to validate set/unset Arrow validity vectors. It is probably a good idea 
to keep them so that we continue to test that path.



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