Help with task: Update Avro's internal schema cache to use a thread-safe class

2016-07-09 Thread 张亚坤
Hello,I’m a Programmer in China,I want to try some open source projects now and I want to begin from some easy tasks,I have seen this on the website,Could I make a try with this? I would like to help out with the task listed at https://helpwanted.apache.org/task.html?7016995e

[jira] [Commented] (AVRO-1877) AVRO-1847 accidentally breaks javaUnbox method in SpecificCompiler

2016-07-09 Thread Michael Wong (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369372#comment-15369372 ] Michael Wong commented on AVRO-1877: Hi, I noticed there are still a couple of issues:

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

2016-07-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369378#comment-15369378 ] Ryan Blue commented on AVRO-1704: - [~cutting], I've pushed a couple new commits to the pull

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

2016-07-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369379#comment-15369379 ] Ryan Blue commented on AVRO-1704: - Forgot to add: I've kept the new commits separate so you

[jira] [Created] (AVRO-1878) ResolvingGrammarGenerator doesn't handle aliases

2016-07-09 Thread Ryan Blue (JIRA)
Ryan Blue created AVRO-1878: --- Summary: ResolvingGrammarGenerator doesn't handle aliases Key: AVRO-1878 URL: https://issues.apache.org/jira/browse/AVRO-1878 Project: Avro Issue Type: Bug C

Re: Help with task: Update Avro's internal schema cache to use a thread-safe class

2016-07-09 Thread Ryan Blue
Yes, you're welcome to work on that issue. Thanks! On Fri, Jul 8, 2016 at 11:19 PM, 张亚坤 <1206203...@qq.com> wrote: > Hello,I’m a Programmer in China,I want to try some open source projects > now and I want to begin from some easy tasks,I have seen this on the > website,Could I make a try with thi

[GitHub] avro pull request #106: AVRO-1878: Add support for field aliases to Resolvin...

2016-07-09 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/avro/pull/106 AVRO-1878: Add support for field aliases to ResolvingGrammarGenerator. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rdblue/avro AVRO-1878-fix-fi

[jira] [Commented] (AVRO-1878) ResolvingGrammarGenerator doesn't handle aliases

2016-07-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369385#comment-15369385 ] ASF GitHub Bot commented on AVRO-1878: -- GitHub user rdblue opened a pull request:

[jira] [Commented] (AVRO-1878) ResolvingGrammarGenerator doesn't handle aliases

2016-07-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369386#comment-15369386 ] Ryan Blue commented on AVRO-1878: - Implemented in PR #106. [~cutting], do you know why thi