rdblue commented on code in PR #6274:
URL: https://github.com/apache/iceberg/pull/6274#discussion_r1035419948


##########
data/src/test/java/org/apache/iceberg/data/orc/TestOrcRowIterator.java:
##########
@@ -74,7 +75,7 @@ public void writeFile() throws IOException {
             .schema(DATA_SCHEMA)
             // write in such a way that the file contains 2 stripes each with 
4 row groups of 1000
             // rows
-            .set("iceberg.orc.vectorbatch.size", "1000")
+            .set(TableProperties.ORC_WRITE_BATCH_SIZE, "1000")

Review Comment:
   Is this change needed? It looks unrelated to the deprecation changes.



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