emkornfield commented on a change in pull request #9421:
URL: https://github.com/apache/arrow/pull/9421#discussion_r584364445



##########
File path: 
java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestBasicOperation.java
##########
@@ -354,7 +360,7 @@ public void testProtobufRecordBatchCompatibility() throws 
Exception {
       final VectorUnloader unloader = new VectorUnloader(root);
       root.setRowCount(0);
       final MethodDescriptor.Marshaller<ArrowMessage> marshaller = 
ArrowMessage.createMarshaller(allocator);
-      try (final ArrowMessage message = new 
ArrowMessage(unloader.getRecordBatch(), null, IpcOption.DEFAULT)) {
+      try (final ArrowMessage message = new 
ArrowMessage(unloader.getRecordBatch(), null, false, IpcOption.DEFAULT)) {

Review comment:
       nit: please add parameter comment on literals




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to