manolama commented on code in PR #38423:
URL: https://github.com/apache/arrow/pull/38423#discussion_r1385883271


##########
java/vector/src/test/java/org/apache/arrow/vector/ipc/TestArrowFile.java:
##########
@@ -131,4 +150,67 @@ public void testFileStreamHasEos() throws IOException {
       }
     }
   }
+
+  @ParameterizedTest
+  @MethodSource("dictionaryParams")
+  public void testMultiBatchDictionaries(int state) throws Exception {
+    File file = new File("target/mytest_multi_batch_dictionaries_" + state + 
".arrow");

Review Comment:
   good point, I was just copying previous tests. I'll file an issue.



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