[jira] [Resolved] (AVRO-2114) Make missing value exceptions in nested structures easier to read.

2017-12-15 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes resolved AVRO-2114. Resolution: Fixed > Make missing value exceptions in nested structures easier to read. >

[jira] [Commented] (AVRO-2114) Make missing value exceptions in nested structures easier to read.

2017-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293140#comment-16293140 ] ASF subversion and git services commented on AVRO-2114: --- Commit ff509

[GitHub] avro pull request #263: AVRO-2114: Make missing value exceptions in nested s...

2017-12-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/avro/pull/263 ---

[jira] [Commented] (AVRO-2114) Make missing value exceptions in nested structures easier to read.

2017-12-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293158#comment-16293158 ] ASF GitHub Bot commented on AVRO-2114: -- Github user asfgit closed the pull request at:

[jira] [Commented] (AVRO-1740) Add CRC-64-AVRO fingerprint to Ruby implementation

2017-12-15 Thread Jessica Szmajda (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293105#comment-16293105 ] Jessica Szmajda commented on AVRO-1740: --- Given the Single-object encoding format spec

[jira] [Commented] (AVRO-2115) Support @Union in members too

2017-12-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292955#comment-16292955 ] Doug Cutting commented on AVRO-2115: +1 I will commit this soon unless there are objec

[jira] [Commented] (AVRO-2115) Support @Union in members too

2017-12-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292211#comment-16292211 ] ASF GitHub Bot commented on AVRO-2115: -- GitHub user elmendavies opened a pull request:

[GitHub] avro pull request #268: AVRO-2115

2017-12-15 Thread elmendavies
GitHub user elmendavies opened a pull request: https://github.com/apache/avro/pull/268 AVRO-2115 This patch is to allow defining unions in members when using the reflect API (which was supposed to be supported). This is an example (note the @Union used in a member): ```

[jira] [Commented] (AVRO-2115) Support @Union in members too

2017-12-15 Thread Miguel (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292207#comment-16292207 ] Miguel commented on AVRO-2115: -- You are right. Added the line to Union annotation. I will pro