[jira] [Commented] (AVRO-1743) BlockingBinaryEncoder should override writeFixed(ByteBuffer bytes)

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198259#comment-15198259 ] ASF GitHub Bot commented on AVRO-1743: -- GitHub user tbobrovytsky opened a pull request:

[jira] [Commented] (AVRO-1667) Parser symbol tree flattening is broken for recursive schemas

2016-03-19 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15199881#comment-15199881 ] Ryan Blue commented on AVRO-1667: - Is there a semantic difference between the two? > Parser symbol tree

[GitHub] avro pull request: AVRO-1743: override writeFixed in BlockingBinar...

2016-03-19 Thread tbobrovytsky
GitHub user tbobrovytsky opened a pull request: https://github.com/apache/avro/pull/78 AVRO-1743: override writeFixed in BlockingBinaryEncoder You can merge this pull request into a Git repository by running: $ git pull https://github.com/tbobrovytsky/avro master

[jira] [Commented] (AVRO-1667) Parser symbol tree flattening is broken for recursive schemas

2016-03-19 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15199918#comment-15199918 ] Zoltan Farkas commented on AVRO-1667: - You're right... I was still visualizing the initial

[jira] [Commented] (AVRO-1723) Add support for forward declarations in avro IDL

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15199925#comment-15199925 ] ASF GitHub Bot commented on AVRO-1723: -- GitHub user zolyfarkas opened a pull request:

[jira] [Commented] (AVRO-1684) Add date, time, and timestamp to specific object model classes

2016-03-19 Thread Dustin Spicuzza (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200244#comment-15200244 ] Dustin Spicuzza commented on AVRO-1684: --- It would be nice to see this be implemented. > Add date,

[jira] [Commented] (AVRO-1667) Parser symbol tree flattening is broken for recursive schemas

2016-03-19 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15199528#comment-15199528 ] Zoltan Farkas commented on AVRO-1667: - Ryan I just reviewed the commit, can we change: {code}

[jira] [Created] (AVRO-1813) Incorrect link to build instructions in Java Getting Started doc

2016-03-19 Thread Erik Forsberg (JIRA)
Erik Forsberg created AVRO-1813: --- Summary: Incorrect link to build instructions in Java Getting Started doc Key: AVRO-1813 URL: https://issues.apache.org/jira/browse/AVRO-1813 Project: Avro

Re: Avro union compatibility mode enhancement proposal

2016-03-19 Thread Ryan Blue
Hi Yacine, Thanks for the proposal. It sounds interesting, but I want to make sure there's a clear use case for this because it's a significant change to the current evolution rules. Right now we guarantee that a reader will get an error if the data has an unknown union branch rather than getting

[jira] [Created] (AVRO-1812) IDL compiler doesn't support logical types

2016-03-19 Thread Dustin Spicuzza (JIRA)
Dustin Spicuzza created AVRO-1812: - Summary: IDL compiler doesn't support logical types Key: AVRO-1812 URL: https://issues.apache.org/jira/browse/AVRO-1812 Project: Avro Issue Type:

[jira] [Commented] (AVRO-1723) Add support for forward declarations in avro IDL

2016-03-19 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15199930#comment-15199930 ] Zoltan Farkas commented on AVRO-1723: - Ryan, here is a pull request based on the latest HEAD on master:

[jira] [Commented] (AVRO-1743) BlockingBinaryEncoder should override writeFixed(ByteBuffer bytes)

2016-03-19 Thread Taras Bobrovytsky (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198265#comment-15198265 ] Taras Bobrovytsky commented on AVRO-1743: - I opened a pull request, can someone please have a look:

[GitHub] avro pull request: AVRO-1723

2016-03-19 Thread zolyfarkas
GitHub user zolyfarkas opened a pull request: https://github.com/apache/avro/pull/79 AVRO-1723 Implementation for IDL forward declarations... actually declaration order does not matter anymore... You can merge this pull request into a Git repository by running: $ git pull