nastra commented on code in PR #6274:
URL: https://github.com/apache/iceberg/pull/6274#discussion_r1036804341
##########
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:
`iceberg.orc.vectorbatch.size` was deprecated for quite some time. I've
restored all code that removes deprecated properties and code that deals with
legacy properties
--
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]