lidavidm commented on PR #817:
URL: https://github.com/apache/arrow-java/pull/817#issuecomment-3177436760

   Looks like the formatter isn't happy:
   
   ```
    Error:  Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.44.4:check (spotless-check) on 
project arrow-vector: The following files had format violations:
   Error:      
src/main/java/org/apache/arrow/vector/complex/LargeListVector.java
   Error:          @@ -865,7 +865,8 @@
   Error:           
····final·long·start·=·offsetBuffer.getLong((long)·index·*·OFFSET_WIDTH);
   Error:           
····final·long·end·=·offsetBuffer.getLong(((long)·index·+·1L)·*·OFFSET_WIDTH);
   Error:           ····final·ValueVector·vv·=·getDataVector();
   Error:          
-····final·List<Object>·vals·=·new·JsonStringArrayList<>(LargeMemoryUtil.checkedCastToInt(end·-·start));
   Error:          +····final·List<Object>·vals·=
   Error:          
+········new·JsonStringArrayList<>(LargeMemoryUtil.checkedCastToInt(end·-·start));
   Error:           ····for·(long·i·=·start;·i·<·end;·i++)·{
   Error:           ······vals.add(vv.getObject(checkedCastToInt(i)));
   Error:           ····}
   Error:  Run 'mvn spotless:apply' to fix these violations.
   ```


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to