[jira] [Work logged] (AVRO-3001) JsonEncode Decode support for C#

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3001?focusedWorklogId=803458&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803458 ] ASF GitHub Bot logged work on AVRO-3001: Author: ASF GitHub Bot

[jira] [Work logged] (AVRO-3001) JsonEncode Decode support for C#

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3001?focusedWorklogId=803456&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803456 ] ASF GitHub Bot logged work on AVRO-3001: Author: ASF GitHub Bot

Re: Re: Impossible to refer to names in the default namespace from another namespace?

2022-08-24 Thread Oscar Westra van Holthe - Kind
Hi all, Allowing references to the null namespace from within another namespace gives schema authors more options. But if you're using namespaces at all, there must be a reason for it. As a schema author, you've made the decision to group your schemata. To make this decision from schema authors

[GitHub] [avro] shaeqahmed opened a new pull request, #1837: AVRO: [Rust] Improved resolution of nullable record fields.

2022-08-24 Thread GitBox
shaeqahmed opened a new pull request, #1837: URL: https://github.com/apache/avro/pull/1837 Make sure you have checked _all_ steps below. ### Jira N/A, my first contribution to an Apache project, apologies if something needs to be opened here. ### Tests - [x] My PR adds th

Re: Impossible to refer to names in the default namespace from another namespace?

2022-08-24 Thread Brennan Vincent
Thanks Ryan. I agree that this workaround is ideal if the schema is under one's control. However, I am working on an implementation of Avro; my library accepts and emits user-defined Avro schemas, so I really do need to know what is okay according to the spec and the official ASF implementations

[jira] [Work logged] (AVRO-3001) JsonEncode Decode support for C#

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3001?focusedWorklogId=803244&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803244 ] ASF GitHub Bot logged work on AVRO-3001: Author: ASF GitHub Bot

Re: Re: Impossible to refer to names in the default namespace from another namespace?

2022-08-24 Thread Ryan Skraba
Hello! There is definitely an ambiguity here caused by inheriting namespaces. The obvious takeaway is to use a namespace with all of your named schemas. As a best practice, that avoids the problem of mixing schemas with and without namespaces, and it's probably this techniq This same problem oc

[jira] [Work logged] (AVRO-3001) JsonEncode Decode support for C#

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3001?focusedWorklogId=803163&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803163 ] ASF GitHub Bot logged work on AVRO-3001: Author: ASF GitHub Bot

[jira] [Commented] (AVRO-3620) name vs. fullname in JSON encoding of union

2022-08-24 Thread Kalle Niemitalo (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17584121#comment-17584121 ] Kalle Niemitalo commented on AVRO-3620: --- Separately from this, some implementations

[jira] [Created] (AVRO-3620) name vs. fullname in JSON encoding of union

2022-08-24 Thread Kalle Niemitalo (Jira)
Kalle Niemitalo created AVRO-3620: - Summary: name vs. fullname in JSON encoding of union Key: AVRO-3620 URL: https://issues.apache.org/jira/browse/AVRO-3620 Project: Apache Avro Issue Type: B

[jira] [Resolved] (AVRO-3619) [Java] TestBinaryDecoder should check consistency with directBinaryDecoder

2022-08-24 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba resolved AVRO-3619. --- Resolution: Duplicate > [Java] TestBinaryDecoder should check consistency with directBinaryDecoder > -

[jira] [Created] (AVRO-3619) [Java] TestBinaryDecoder should check consistency with directBinaryDecoder

2022-08-24 Thread Ryan Skraba (Jira)
Ryan Skraba created AVRO-3619: - Summary: [Java] TestBinaryDecoder should check consistency with directBinaryDecoder Key: AVRO-3619 URL: https://issues.apache.org/jira/browse/AVRO-3619 Project: Apache Avro

[jira] [Created] (AVRO-3618) [Java] TestBinaryDecoder should check consistency with directBinaryDecoder

2022-08-24 Thread Ryan Skraba (Jira)
Ryan Skraba created AVRO-3618: - Summary: [Java] TestBinaryDecoder should check consistency with directBinaryDecoder Key: AVRO-3618 URL: https://issues.apache.org/jira/browse/AVRO-3618 Project: Apache Avro

[jira] [Work logged] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?focusedWorklogId=803148&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803148 ] ASF GitHub Bot logged work on AVRO-3616: Author: ASF GitHub Bot

[jira] [Updated] (AVRO-3617) [C++] Integer overflow risks with Validator::count_ and Validator::counters_

2022-08-24 Thread Kalle Niemitalo (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kalle Niemitalo updated AVRO-3617: -- Priority: Minor (was: Major) > [C++] Integer overflow risks with Validator::count_ and Validato

[jira] [Created] (AVRO-3617) [C++] Integer overflow risks with Validator::count_ and Validator::counters_

2022-08-24 Thread Kalle Niemitalo (Jira)
Kalle Niemitalo created AVRO-3617: - Summary: [C++] Integer overflow risks with Validator::count_ and Validator::counters_ Key: AVRO-3617 URL: https://issues.apache.org/jira/browse/AVRO-3617 Project: A

[jira] [Resolved] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread Martin Tzvetanov Grigorov (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Tzvetanov Grigorov resolved AVRO-3616. - Fix Version/s: 1.12.0 1.11.2 Resolution: Fixed >

[jira] [Commented] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17584086#comment-17584086 ] ASF subversion and git services commented on AVRO-3616: --- Commit a053

[jira] [Commented] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17584084#comment-17584084 ] ASF subversion and git services commented on AVRO-3616: --- Commit d336

[jira] [Work logged] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?focusedWorklogId=803145&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803145 ] ASF GitHub Bot logged work on AVRO-3616: Author: ASF GitHub Bot

[jira] [Work logged] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?focusedWorklogId=803144&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803144 ] ASF GitHub Bot logged work on AVRO-3616: Author: ASF GitHub Bot

[GitHub] [avro] martin-g merged pull request #1836: AVRO-3616: C++ Fix compilation warnings

2022-08-24 Thread GitBox
martin-g merged PR #1836: URL: https://github.com/apache/avro/pull/1836 -- 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. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[jira] [Work logged] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?focusedWorklogId=803143&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803143 ] ASF GitHub Bot logged work on AVRO-3616: Author: ASF GitHub Bot

[jira] [Work logged] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?focusedWorklogId=803138&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803138 ] ASF GitHub Bot logged work on AVRO-3616: Author: ASF GitHub Bot

[jira] [Work logged] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?focusedWorklogId=803139&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803139 ] ASF GitHub Bot logged work on AVRO-3616: Author: ASF GitHub Bot

[jira] [Work logged] (AVRO-3616) [C++]: Fix compilation warnings

2022-08-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3616?focusedWorklogId=803135&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803135 ] ASF GitHub Bot logged work on AVRO-3616: Author: ASF GitHub Bot