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

2016-07-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372153#comment-15372153 ] Ryan Blue commented on AVRO-1878: - Yeah, I agree that this patch isn't a solution to the pr

[jira] [Commented] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

2016-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371916#comment-15371916 ] ASF GitHub Bot commented on AVRO-1879: -- Github user mwong38 closed the pull request at

[GitHub] avro pull request #108: AVRO-1879: Make conversions field static

2016-07-11 Thread mwong38
GitHub user mwong38 opened a pull request: https://github.com/apache/avro/pull/108 AVRO-1879: Make conversions field static You can merge this pull request into a Git repository by running: $ git pull https://github.com/mwong38/avro AVRO-1879-static-conversion-field Alternati

[GitHub] avro pull request #107: AVRO-1879: Make conversions field transient

2016-07-11 Thread mwong38
Github user mwong38 closed the pull request at: https://github.com/apache/avro/pull/107 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

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

[jira] [Updated] (AVRO-1882) ConcurrentHashMap with non-string keys fails in Java 1.8

2016-07-11 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Goyal updated AVRO-1882: --- Attachment: TestNonStringConcurrentMap.java Exception for the above test is: {noformat} org.apache.avro

[jira] [Comment Edited] (AVRO-1882) ConcurrentHashMap with non-string keys fails in Java 1.8

2016-07-11 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371885#comment-15371885 ] Sachin Goyal edited comment on AVRO-1882 at 7/11/16 11:27 PM: --

[jira] [Created] (AVRO-1882) ConcurrentHashMap with non-string keys fails in Java 1.8

2016-07-11 Thread Sachin Goyal (JIRA)
Sachin Goyal created AVRO-1882: -- Summary: ConcurrentHashMap with non-string keys fails in Java 1.8 Key: AVRO-1882 URL: https://issues.apache.org/jira/browse/AVRO-1882 Project: Avro Issue Type: B

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

2016-07-11 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371749#comment-15371749 ] Doug Cutting commented on AVRO-1878: Is your proposal to get rid of Schema#applyAliases

[jira] [Created] (AVRO-1881) Avro (Java) Memory Leak when reusing JsonDecoder instance

2016-07-11 Thread Matt Allen (JIRA)
Matt Allen created AVRO-1881: Summary: Avro (Java) Memory Leak when reusing JsonDecoder instance Key: AVRO-1881 URL: https://issues.apache.org/jira/browse/AVRO-1881 Project: Avro Issue Type: Bug

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

2016-07-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371672#comment-15371672 ] Ryan Blue commented on AVRO-1878: - Yeah, that's it. The test passes if I rename the record

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

2016-07-11 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371607#comment-15371607 ] Doug Cutting commented on AVRO-1878: Could the problem be that you change the name of t

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

2016-07-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371441#comment-15371441 ] Ryan Blue commented on AVRO-1878: - Thanks for the background. I knew I was missing somethin

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

2016-07-11 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371389#comment-15371389 ] Doug Cutting commented on AVRO-1704: I don't see why anyone would prefer the interface

Re: Unable to build clean checkout of avro from master

2016-07-11 Thread S G
The problem was an older version of shade plugin in lang/java/pom.xml I changed it from 1.7.1 to 2.4.3 and everything built just fine. We should probably change this and check it in too. On Fri, Jul 8, 2016 at 5:03 PM, S G wrote: > strange... I did a clean checkout of the code, removed ~/.m2/rep

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

2016-07-11 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371239#comment-15371239 ] Doug Cutting commented on AVRO-1878: Ryan, I'm not sure what you think is missing. Ali

[jira] [Updated] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

2016-07-11 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1879: -- Assignee: Michael Wong > Make conversions field transient in compiled SpecificRecord > --

[jira] [Updated] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

2016-07-11 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1879: -- Fix Version/s: 1.8.2 1.9.0 > Make conversions field transient in compiled SpecificReco

[jira] [Commented] (AVRO-1126) Upgrade to Jackson 2+

2016-07-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370944#comment-15370944 ] Ryan Blue commented on AVRO-1126: - For 1.9, you can work against master. We make the branch

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

2016-07-11 Thread Michael Wong (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370521#comment-15370521 ] Michael Wong commented on AVRO-1877: Yes, this looks better. I applied AVRO-1877 as you

[jira] [Commented] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

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

[GitHub] avro pull request #107: AVRO-1879: Make conversions field transient

2016-07-11 Thread mwong38
GitHub user mwong38 opened a pull request: https://github.com/apache/avro/pull/107 AVRO-1879: Make conversions field transient You can merge this pull request into a Git repository by running: $ git pull https://github.com/mwong38/avro AVRO-1879-transient-field Alternatively