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


##########
java/vector/src/test/java/org/apache/arrow/vector/ipc/TestArrowStream.java:
##########
@@ -64,7 +82,7 @@ public void testStreamZeroLengthBatch() throws IOException {
     try (IntVector vector = new IntVector("foo", allocator);) {
       Schema schema = new Schema(Collections.singletonList(vector.getField()));
       try (VectorSchemaRoot root =
-             new VectorSchemaRoot(schema, Collections.singletonList(vector), 
vector.getValueCount());
+               new VectorSchemaRoot(schema, Collections.singletonList(vector), 
vector.getValueCount());

Review Comment:
   > CC @danepitkin @davisusanibar I think it would help contributors if we 
used a formatter like google-java-format instead of peppering them with 
questions like this that checkstyle apparently doesn't handle
   
   I am currently working on PR #39712 to enable the `google-java-format` by 
using the spotless plugin.



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