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

2018-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663158#comment-16663158 ] ASF GitHub Bot commented on AVRO-1256: -- aniket486 commented on a change in pull reque

[jira] [Commented] (AVRO-2247) Improve Java reading performance with a new reader

2018-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16662357#comment-16662357 ] ASF GitHub Bot commented on AVRO-2247: -- unchuckable opened a new pull request #354: A

[jira] [Created] (AVRO-2247) Improve Java reading performance with a new reader

2018-10-24 Thread Martin Jubelgas (JIRA)
Martin Jubelgas created AVRO-2247: - Summary: Improve Java reading performance with a new reader Key: AVRO-2247 URL: https://issues.apache.org/jira/browse/AVRO-2247 Project: Avro Issue Type: I

[jira] [Commented] (AVRO-1887) set up precommit checks via Apache Yetus

2018-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16662024#comment-16662024 ] ASF GitHub Bot commented on AVRO-1887: -- Fokko opened a new pull request #353: AVRO-18

Bad test case: Fixed<->Byte promotions

2018-10-24 Thread Raymie Stata
https://bit.ly/2yuRjpw The link above points to what looks like an aborted attempt to show that fixed's and bytes can be promoted to each other. According to the current Avro spec, not such promotions exists. And since this test procedure makes no assertions, it doesn't really test this issue on