vibhatha opened a new pull request, #42063:
URL: https://github.com/apache/arrow/pull/42063

   ### Rationale for this change
   
   Adding code style and formatting options for Flight module. 
   
   - [X] flight-core
   - [X] flight-integration-tests
   - [X] flight-sql
   - [X] flight-sql-jdbc-core
   - [X] flight-sql-jdbc-driver
   
   ### What changes are included in this PR?
   
   Code formatting spotless plugin has been added. 
   
   Some explicit involvement required for the following
   
   ```
   [WARN] 
/home/vibhatha/github/fork/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightProducer.java:94:3:
 Missing a Javadoc comment. [MissingJavadocMethod]
   Audit done.
   [WARNING] src/main/java/org/apache/arrow/flight/FlightProducer.java:[94,3] 
(javadoc) MissingJavadocMethod: Missing a Javadoc comment.
   ```
   
   ```
   [WARN] 
/home/vibhatha/github/fork/arrow/java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/utils/AvaticaParameterBinder.java:58:3:
 Missing a Javadoc comment. [MissingJavadocMethod]
   Audit done.
   [WARNING] 
src/main/java/org/apache/arrow/driver/jdbc/utils/AvaticaParameterBinder.java:[58,3]
 (javadoc) MissingJavadocMethod: Missing a Javadoc comment.
   AvaticaParameterBinder constructor java docs manually added
   ```
   
   These docs have been explicitly added. 
   
   ### Are these changes tested?
   
   Yes, but doesn't involve test cases, the plugin itself corrects. 
   


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