[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222142#comment-17222142
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222140#comment-17222140
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222144#comment-17222144
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222146#comment-17222146
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 9239dcc040b24ab768c7de900795cbba9005a312 in avro's branch 
refs/heads/branch-1.10 from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=9239dcc ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222141#comment-17222141
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222147#comment-17222147
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 9239dcc040b24ab768c7de900795cbba9005a312 in avro's branch 
refs/heads/branch-1.10 from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=9239dcc ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222145#comment-17222145
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222139#comment-17222139
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222149#comment-17222149
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 9239dcc040b24ab768c7de900795cbba9005a312 in avro's branch 
refs/heads/branch-1.10 from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=9239dcc ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222148#comment-17222148
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 9239dcc040b24ab768c7de900795cbba9005a312 in avro's branch 
refs/heads/branch-1.10 from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=9239dcc ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222138#comment-17222138
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2937) Expose some missing flags in SpecificCompilerTool

2020-10-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222143#comment-17222143
 ] 

ASF subversion and git services commented on AVRO-2937:
---

Commit 6caf1c304185f581fdc5ef3ef10af27a3ab0ca91 in avro's branch 
refs/heads/master from Eric Palacios
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6caf1c3 ]

AVRO-2937: Add some missing options in SpecificCompilerTool (#965)

* AVRO-2937: Add some missing options in SpecificCompilerTool

* AVRO-2937: Improve doc

* AVRO-2937: Format code

> Expose some missing flags in SpecificCompilerTool
> -
>
> Key: AVRO-2937
> URL: https://issues.apache.org/jira/browse/AVRO-2937
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.0
>Reporter: Eric Palacios
>Assignee: Eric Palacios
>Priority: Minor
> Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding ] [-string] [-bigDecimal] [-fieldVisibility 
> ] [-templateDir ]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)