wgtmac commented on PR #3165:
URL: https://github.com/apache/parquet-java/pull/3165#issuecomment-3067717989

   ```
   Error:  Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.30.0:check (default) on project 
parquet-hadoop: The following files had format violations:
   Error:      src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java
   Error:          @@ -739,7 +739,8 @@
   Error:           ···*·@return·an·open·ParquetFileReader
   Error:           
···*·@throws·IOException·if·there·is·an·error·while·opening·the·file
   Error:           ···*/
   Error:          
-··public·static·ParquetFileReader·open(InputFile·file,·ParquetMetadata·footer,·ParquetReadOptions·options,·SeekableInputStream·f)
   Error:          +··public·static·ParquetFileReader·open(
   Error:          
+······InputFile·file,·ParquetMetadata·footer,·ParquetReadOptions·options,·SeekableInputStream·f)
   Error:           ······throws·IOException·{
   Error:           ····return·new·ParquetFileReader(file,·footer,·options,·f);
   Error:           ··}
   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 :parquet-hadoop
   Error: Process completed with exit code 1.
   ```
   
   Please fix the style issue. @yuzhu 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to