[jira] [Updated] (AVRO-3102) Avro Java IPC SpecificRequestor fails to convert union null + logical type fields

2021-04-02 Thread Stephen Flavin (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Flavin updated AVRO-3102: - Description: *Steps to replicate:* 1. Use the maven plugin with the following avdl {noformat} @na

[jira] [Commented] (AVRO-3094) performance regression in SpecificData.getForClass() when run with code generated by older avro

2021-04-02 Thread radai rosenblatt (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314130#comment-17314130 ] radai rosenblatt commented on AVRO-3094: implemented a benchmark showing avro's cu

[GitHub] [avro] thiru-mg merged pull request #1170: AVRO-3051: Legacy C++ code modernized

2021-04-02 Thread GitBox
thiru-mg merged pull request #1170: URL: https://github.com/apache/avro/pull/1170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please c

[GitHub] [avro] thiru-mg opened a new pull request #1171: Modernized unit tests

2021-04-02 Thread GitBox
thiru-mg opened a new pull request #1171: URL: https://github.com/apache/avro/pull/1171 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR tit

[jira] [Commented] (AVRO-3051) Modernize C++ implementation

2021-04-02 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314184#comment-17314184 ] Thiruvalluvan M. G. commented on AVRO-3051: --- This is the [final installment|http

[jira] [Comment Edited] (AVRO-3051) Modernize C++ implementation

2021-04-02 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314184#comment-17314184 ] Thiruvalluvan M. G. edited comment on AVRO-3051 at 4/3/21, 4:44 AM:

[jira] [Commented] (AVRO-2717) Fix undefined behaviour in ZigZag encoding if Avro was compiled with the C++ standard less than C++20.

2021-04-02 Thread Thiruvalluvan M. G. (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314187#comment-17314187 ] Thiruvalluvan M. G. commented on AVRO-2717: --- Essentially, the fix here is to rep