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


##########
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.java:
##########
@@ -605,7 +606,9 @@ public void setBatchSize(int batchSize) {}
    * Holder which indicates whether a given row is deleted.
    */
   public static class DeletedVectorReader extends VectorizedArrowReader {
-    public DeletedVectorReader() {}
+    public DeletedVectorReader() {

Review Comment:
   Overall, it is nice to have and is not strictly required. It is being tested 
mostly via Spark so adding a brand-new test suite would not be worth the 
effort, probably. 



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