ahmedabu98 commented on code in PR #37740:
URL: https://github.com/apache/beam/pull/37740#discussion_r2896287417


##########
sdks/java/io/parquet/src/test/java/org/apache/beam/sdk/io/parquet/ParquetIOTest.java:
##########
@@ -518,6 +523,64 @@ public void 
testWriteAndReadFilesAsJsonForUnknownSchemaWithConfiguration() {
     readPipeline.run().waitUntilFinish();
   }
 
+  @Test
+  public void testWriteWithWriterProperties() throws Exception {
+    int customPageSize = 256 * 1024; // 256 KB
+    int customMinRowCount = 5;

Review Comment:
   How are we testing that these values are respected



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

Reply via email to