[jira] [Commented] (AVRO-1568) Allow Java polymorphism in Avro for third-party code

2015-03-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347825#comment-14347825 ] ASF GitHub Bot commented on AVRO-1568: -- GitHub user sachingsachin opened a pull reques

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

2015-03-04 Thread sachingsachin
GitHub user sachingsachin opened a pull request: https://github.com/apache/avro/pull/20 AVRO-1568: Allow Java polymorphism in Avro for third-party code The fix simply adds two APIs to ReflectData: 1) setSchema (Class clazz, Schema s); 2) setSchema (Field field, Schema s);

[jira] [Commented] (AVRO-1554) Avro should have support for common constructs like UUID and Date

2015-03-04 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347337#comment-14347337 ] Sachin Goyal commented on AVRO-1554: Hey [~rdblue], I have added the PR. > Avro should

[jira] [Commented] (AVRO-1554) Avro should have support for common constructs like UUID and Date

2015-03-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347323#comment-14347323 ] ASF GitHub Bot commented on AVRO-1554: -- GitHub user sachingsachin opened a pull reques

[GitHub] avro pull request: AVRO-1554: UuidAsStringEncoding class handles (...

2015-03-04 Thread sachingsachin
GitHub user sachingsachin opened a pull request: https://github.com/apache/avro/pull/19 AVRO-1554: UuidAsStringEncoding class handles (de)serialization of UUID You can merge this pull request into a Git repository by running: $ git pull https://github.com/sachingsachin/avro AV

[jira] [Updated] (AVRO-1645) Improved handling of missing named types

2015-03-04 Thread Daniel Schierbeck (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Schierbeck updated AVRO-1645: Description: I've written a Ruby library that wraps the Avro Ruby library and provides a "re

[jira] [Created] (AVRO-1645) Improved handling of missing named types

2015-03-04 Thread Daniel Schierbeck (JIRA)
Daniel Schierbeck created AVRO-1645: --- Summary: Improved handling of missing named types Key: AVRO-1645 URL: https://issues.apache.org/jira/browse/AVRO-1645 Project: Avro Issue Type: Improve