rymurr commented on a change in pull request #7275: URL: https://github.com/apache/arrow/pull/7275#discussion_r449468817
########## File path: java/vector/src/main/java/org/apache/arrow/vector/ipc/JsonFileReader.java ########## @@ -710,7 +712,10 @@ private void readFromJsonIntoVector(Field field, FieldVector vector) throws Json innerBufferValueCount = valueCount + 1; } - vectorBuffers[v] = readIntoBuffer(allocator, bufferType, vector.getMinorType(), innerBufferValueCount); + vectorBuffers[v] = readIntoBuffer(allocator, + bufferType, + vector.getMinorType(), + innerBufferValueCount); Review comment: IDE autoformatting...reverted! ---------------------------------------------------------------- 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