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

   Same deal. I can push a fix if that's ok?
   
   ```
    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/RunEndEncodedVector.java
   Error:          @@ -836,7 +836,8 @@
   Error:           ·····*·@param·runEndEncodedVector·The·vector·to·iterate·over
   Error:           
·····*·@param·startIndex·The·logical·start·index·of·the·range·(inclusive)
   Error:           
·····*·@param·length·The·number·of·values·to·include·in·the·range
   Error:          
-·····*·@throws·IllegalArgumentException·if·startIndex·is·negative·or·(startIndex·+·length)·exceeds·vector·bounds
   Error:          
+·····*·@throws·IllegalArgumentException·if·startIndex·is·negative·or·(startIndex·+·length)·exceeds
   Error:          +·····*·····vector·bounds
   Error:           ·····*/
   Error:           
····public·RangeIterator(RunEndEncodedVector·runEndEncodedVector,·int·startIndex,·int·length)·{
   Error:           ······int·rangeEnd·=·startIndex·+·length;
   Error:  Run 'mvn spotless:apply' to fix these violations.
   Error:  -> [Help 1]
   Error:  
   Error:  To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   Error:  Re-run Maven using the -X switch to enable full debug logging.
   Error:  
   Error:  For more information about the errors and possible solutions, please 
read the following articles:
   Error:  [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   Error:  
   Error:  After correcting the problems, you can resume the build with the 
command
   Error:    mvn <args> -rf :arrow-vector
   ```


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