epalace opened a new pull request #964:
URL: https://github.com/apache/avro/pull/964


   ### Jira
   
   - https://issues.apache.org/jira/browse/AVRO-2937
   
   ### Description
   
   Currently these are the flags available in java SpecificCompilerTool: 
   
    ```java -jar avro-tools-1.10.0.jar compile
   
   [-encoding <outputencoding>] [-string] [-bigDecimal] [-fieldVisibility 
<visibilityType>] [-templateDir <templateDir>]
   ```
   This PR adds the following options, which already SpecificCompiler accepts, 
but they are missing in the tool:
   
   - -noSetters
   - -optionalGetters [all_fields | only_nullable_fields]
   - -addExtraOptionalGetters
   
   ### Tests
   
   - 4 new tests added in TestSpecificCompilerTool.java
   
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to