[jira] [Created] (AVRO-1692) Allow more than one logical type for a Java class

2015-07-06 Thread Ryan Blue (JIRA)
Ryan Blue created AVRO-1692: --- Summary: Allow more than one logical type for a Java class Key: AVRO-1692 URL: https://issues.apache.org/jira/browse/AVRO-1692 Project: Avro Issue Type: Task

[GitHub] avro pull request: AVRO-1692: Allow multiple logical types for a J...

2015-07-06 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/avro/pull/39 AVRO-1692: Allow multiple logical types for a Java class. This changes the class to conversion lookup to store multiple conversions and choose based on the logical type name. This still assumes

[jira] [Commented] (AVRO-1692) Allow more than one logical type for a Java class

2015-07-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14615409#comment-14615409 ] ASF GitHub Bot commented on AVRO-1692: -- GitHub user rdblue opened a pull request:

Re: Next Avro release

2015-07-06 Thread Ryan Blue
+1 for 1.8.0. I'd like to get the date/time support and one fix to the logical types API. The issues are: * AVRO-1692: Allow multiple logical type representations for a class * AVRO-1672: Adds date/time logical types and conversions * AVRO-1684: Adds date/time types to Specific rb On