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

2015-06-30 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14609296#comment-14609296 ] Zoltan Farkas commented on AVRO-1667: - HI Ryan, The issue is actually highlighted in

[jira] [Commented] (AVRO-1679) DataFileReader.SeekableInputStream.skip seeking rather than skipping

2015-06-30 Thread Erik Krogen (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14609371#comment-14609371 ] Erik Krogen commented on AVRO-1679: --- needed here*

[jira] [Updated] (AVRO-1679) DataFileReader.SeekableInputStream.skip seeking rather than skipping

2015-06-30 Thread Erik Krogen (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Krogen updated AVRO-1679: -- Attachment: AVRO-1679.patch Very simple and short code review here.

[jira] [Commented] (AVRO-1664) PHP library can't serialise records with optional (union-null) values

2015-06-30 Thread Paul Banks (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14608245#comment-14608245 ] Paul Banks commented on AVRO-1664: -- Seems there is no interest in this issue from others.

[jira] [Commented] (AVRO-1256) C++ API compileJsonSchema ignores doc and custom attributes on a field/record

2015-06-30 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14608639#comment-14608639 ] peter liu commented on AVRO-1256: - thanks for the patch, [~pidefrem]. This is exactly what

[jira] [Created] (AVRO-1691) Error parsing schema if schema is json string

2015-06-30 Thread Vikas Kumar (JIRA)
Vikas Kumar created AVRO-1691: - Summary: Error parsing schema if schema is json string Key: AVRO-1691 URL: https://issues.apache.org/jira/browse/AVRO-1691 Project: Avro Issue Type: Bug

[GitHub] avro pull request: bugfix cant serialize json with characters 127...

2015-06-30 Thread skarlsson
GitHub user skarlsson opened a pull request: https://github.com/apache/avro/pull/38 bugfix cant serialize json with characters 127 signed char - int iscntrl assumes 0-255 but signed char gets expanded to bad things You can merge this pull request into a Git repository by running:

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

2015-06-30 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14608973#comment-14608973 ] Zoltan Farkas commented on AVRO-1667: - Any interest in somebody integrating this?

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

2015-06-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue reassigned AVRO-1684: --- Assignee: Ryan Blue Add date, time, and timestamp to specific object model classes

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

2015-06-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14609227#comment-14609227 ] Ryan Blue commented on AVRO-1667: - [~zolyfarkas], I can take a look. Can you describe the