Re: [GitHub] avro pull request: AVRO-1568: Allow Java polymorphism in Avro for ...

2016-05-05 Thread S G
Hey Ryan, I think the issue mentioned in https://issues.apache.org/jira/browse/AVRO-1568 is still present. Do you know if logical types fixed it somehow? If not, we can work on merging the pull request in latest code-base. Thanks SG On Thu, Feb 4, 2016 at 2:53 PM, asfgit

[jira] [Updated] (AVRO-1704) Standardized format for encoding messages with Avro

2016-05-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated AVRO-1704: --- Status: Open (was: Patch Available) > Standardized format for encoding messages with Avro >

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-05-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273205#comment-15273205 ] Niels Basjes commented on AVRO-1704: Thanks for the great feedback. I'm going to work on these points.

[jira] [Updated] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Niels Basjes (JIRA)
Assignee: Niels Basjes > Attachments: AVRO-1840-20160505.patch > > > Make sure that for all languages all generated files are removed when running > a build.sh clean. > So effectively when starting with a clean checkout, the tree must be in it's > clean checkout

[jira] [Updated] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated AVRO-1840: --- Attachment: AVRO-1840-20160505.patch [~rdblue] My knowledge of several of these languages

[jira] [Commented] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273127#comment-15273127 ] Ryan Blue commented on AVRO-1840: - And {{lang/js/node_modules}}. > Ensure that build.sh clean really

[jira] [Commented] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273124#comment-15273124 ] Ryan Blue commented on AVRO-1840: - Yeah, I agree. > Ensure that build.sh clean really cleans all generated

[jira] [Commented] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273113#comment-15273113 ] Niels Basjes commented on AVRO-1840: I think it's best not to clean the files that are downloaded as a

[jira] [Assigned] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes reassigned AVRO-1840: -- Assignee: Niels Basjes > Ensure that build.sh clean really cleans all generated files >

[jira] [Commented] (AVRO-1839) Update the gitignore files to hide generated files

2016-05-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15272887#comment-15272887 ] Niels Basjes commented on AVRO-1839: Committed. I created a followup issue to make sure a build.sh

[jira] [Updated] (AVRO-1839) Update the gitignore files to hide generated files

2016-05-05 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated AVRO-1839: --- Resolution: Fixed Fix Version/s: 1.8.1 Status: Resolved (was: Patch Available) >

[jira] [Created] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Niels Basjes (JIRA)
Niels Basjes created AVRO-1840: -- Summary: Ensure that build.sh clean really cleans all generated files Key: AVRO-1840 URL: https://issues.apache.org/jira/browse/AVRO-1840 Project: Avro Issue

[GitHub] avro pull request: Add set source file suffix function for generat...

2016-05-05 Thread shijinkui
GitHub user shijinkui opened a pull request: https://github.com/apache/avro/pull/90 Add set source file suffix function for generate non-java file …for example: ``` compiler.setSuffix(".scala") compiler.setTemplateDir(templatePath)