amogh-jahagirdar commented on code in PR #16501:
URL: https://github.com/apache/iceberg/pull/16501#discussion_r3289252349
##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/data/vectorized/parquet/TestParquetVectorizedReads.java:
##########
@@ -254,6 +257,16 @@ FileAppender<Record> getParquetV2Writer(Schema schema,
File testFile) throws IOE
.build();
}
+ FileAppender<Record> getParquetWriterWithoutDictionary(Schema schema, File
testFile)
Review Comment:
In the project we avoid getter naming unless it's a Java bean class, so just
`parquetWriterWithoutDictionary`
--
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]