Re: What do a decimal's scale and precision attributes mean?

2021-03-04 Thread Spencer Nelson
Ah, thanks - the pointer towards SQL helps a lot. Negative scale seems like it would still make sense - it would represent a positive exponent. I think that's basically how Java's BigDecimal or Python's decimal.Decimal work. It sounds like the intention is to line up closer to SQL, though, which

Re: What do a decimal's scale and precision attributes mean?

2021-03-04 Thread Micah Kornfield
Hi Spencer, I believe precision and scale from the Avro specification have their origins from DBMS/SQL systems (at least that where I first learned these definitions). Precision is the maximum number of decimal digits that the decimal should represent. (generally it only makes sense to represent

[jira] [Created] (AVRO-3066) Add support for duration logical type to Python implementation

2021-03-04 Thread Spencer Nelson (Jira)
Spencer Nelson created AVRO-3066: Summary: Add support for duration logical type to Python implementation Key: AVRO-3066 URL: https://issues.apache.org/jira/browse/AVRO-3066 Project: Apache Avro

What do a decimal's scale and precision attributes mean?

2021-03-04 Thread Spencer Nelson
The current (1.10.1) Avro spec is a little light on explanation for the decimal logical type: https://avro.apache.org/docs/1.10.1/spec.html#Decimal. It says "scale" is "a JSON integer representing the scale," and "precision" is "a JSON integer representing the (maximum) precision of decimals

[jira] [Updated] (AVRO-3065) Add support for uuid logical type to Python implementation

2021-03-04 Thread Spencer Nelson (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Spencer Nelson updated AVRO-3065: - Priority: Minor (was: Major) > Add support for uuid logical type to Python implementation >

[jira] [Created] (AVRO-3065) Add support for uuid logical type to Python implementation

2021-03-04 Thread Spencer Nelson (Jira)
Spencer Nelson created AVRO-3065: Summary: Add support for uuid logical type to Python implementation Key: AVRO-3065 URL: https://issues.apache.org/jira/browse/AVRO-3065 Project: Apache Avro

What are the rules when encoding a union of records and/or maps?

2021-03-04 Thread Spencer Nelson
Suppose a schema like this - a union of a map and a record: [ {"type": "map", "values": "int"}, {"type": "record", "name": "Record", fields: [{"name": "field", "type": "int"}]} ] In Python, unserialized maps and records are both represented as dictionaries. So, if an Avro Python library

Re: [PROPOSAL] Let's prepare a 1.10.2

2021-03-04 Thread Tim Perkins
Hi Ryan, Thank you for your work so far on the 1.10.2! I'd suggest that we backport the following to ensure compatibility the latest Ruby release: AVRO-3023: Test against Ruby 3.0 (#1048) But that likely depends on backporting: AVRO-3009 Test in GitHub Actions (#1043) Which might be a much

[jira] [Commented] (AVRO-3044) Protocol Callback interface should have @AvroGenerated

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295484#comment-17295484 ] ASF subversion and git services commented on AVRO-3044: --- Commit

[GitHub] [avro] RyanSkraba merged pull request #1092: AVRO-3044: Use @AvroGenerated for Callback interface

2021-03-04 Thread GitBox
RyanSkraba merged pull request #1092: URL: https://github.com/apache/avro/pull/1092 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

[jira] [Updated] (AVRO-3044) Protocol Callback interface should have @AvroGenerated

2021-03-04 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba updated AVRO-3044: -- Fix Version/s: 1.10.2 > Protocol Callback interface should have @AvroGenerated >

[jira] [Commented] (AVRO-2659) [JAVA] Some full names are not correctly validated.

2021-03-04 Thread Shannon Carey (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295478#comment-17295478 ] Shannon Carey commented on AVRO-2659: - Yeah, specifically, the spec states: {quote}The name portion of

[jira] [Updated] (AVRO-3064) Issue: Unknown union branch fixed

2021-03-04 Thread Divya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divya updated AVRO-3064: Description: Hello,   We are looking for documentation on how a fixed value can be used with null. We are using

[jira] [Updated] (AVRO-3064) Issue: Unknown union branch fixed

2021-03-04 Thread Divya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divya updated AVRO-3064: Description: Hello,   We are looking for documentation on how a fixed value can be used with null. We are using

[jira] [Updated] (AVRO-3064) Issue: Unknown union branch fixed

2021-03-04 Thread Divya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divya updated AVRO-3064: Description: Hello,   We are looking for documentation on how a fixed value can be used with null. We are using

[jira] [Updated] (AVRO-3064) Issue: Unknown union branch fixed

2021-03-04 Thread Divya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divya updated AVRO-3064: Description: Hello,   We are looking for documentation on how a fixed value can be used with null. We are using

[jira] [Updated] (AVRO-3064) Issue: Unknown union branch fixed

2021-03-04 Thread Divya (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divya updated AVRO-3064: Description: Hello,   We are looking for documentation on how a fixed value can be used with null. We are using

[jira] [Created] (AVRO-3064) Issue: Unknown union branch fixed

2021-03-04 Thread Divya (Jira)
Divya created AVRO-3064: --- Summary: Issue: Unknown union branch fixed Key: AVRO-3064 URL: https://issues.apache.org/jira/browse/AVRO-3064 Project: Apache Avro Issue Type: Task Components:

[jira] [Resolved] (AVRO-3014) logicalType annotation doesnt seem to work when generating java class from schema

2021-03-04 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba resolved AVRO-3014. --- Resolution: Fixed Note that this fix only prints a log line, to give a hint why the logical type

[jira] [Resolved] (AVRO-2471) Java maven plugin code generation doesn't add conversion for timestamp-micros

2021-03-04 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba resolved AVRO-2471. --- Resolution: Fixed > Java maven plugin code generation doesn't add conversion for timestamp-micros >

[jira] [Commented] (AVRO-2471) Java maven plugin code generation doesn't add conversion for timestamp-micros

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295282#comment-17295282 ] ASF subversion and git services commented on AVRO-2471: --- Commit

[jira] [Commented] (AVRO-2471) Java maven plugin code generation doesn't add conversion for timestamp-micros

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295283#comment-17295283 ] ASF subversion and git services commented on AVRO-2471: --- Commit

[GitHub] [avro] iemejia merged pull request #938: AVRO-2471: Generate specific conversions from LogicalType

2021-03-04 Thread GitBox
iemejia merged pull request #938: URL: https://github.com/apache/avro/pull/938 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

[jira] [Commented] (AVRO-3014) logicalType annotation doesnt seem to work when generating java class from schema

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295266#comment-17295266 ] ASF subversion and git services commented on AVRO-3014: --- Commit

[GitHub] [avro] iemejia merged pull request #1081: AVRO-3014: Log a warning on ignored logicalType

2021-03-04 Thread GitBox
iemejia merged pull request #1081: URL: https://github.com/apache/avro/pull/1081 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

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295186#comment-17295186 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295195#comment-17295195 ] ASF subversion and git services commented on AVRO-3057: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295199#comment-17295199 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295185#comment-17295185 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295198#comment-17295198 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295197#comment-17295197 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295194#comment-17295194 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295188#comment-17295188 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295189#comment-17295189 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295193#comment-17295193 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295196#comment-17295196 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295192#comment-17295192 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295183#comment-17295183 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295191#comment-17295191 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295184#comment-17295184 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295187#comment-17295187 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295182#comment-17295182 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295170#comment-17295170 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295178#comment-17295178 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295169#comment-17295169 ] ASF subversion and git services commented on AVRO-3057: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295181#comment-17295181 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295179#comment-17295179 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295173#comment-17295173 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295166#comment-17295166 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295163#comment-17295163 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295171#comment-17295171 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295176#comment-17295176 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295164#comment-17295164 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295172#comment-17295172 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295168#comment-17295168 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295177#comment-17295177 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295165#comment-17295165 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295175#comment-17295175 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295158#comment-17295158 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3060) Support ZSTD level and BufferPool options

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295174#comment-17295174 ] ASF subversion and git services commented on AVRO-3060: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295162#comment-17295162 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295180#comment-17295180 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295159#comment-17295159 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295161#comment-17295161 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295156#comment-17295156 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295160#comment-17295160 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295157#comment-17295157 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295155#comment-17295155 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295152#comment-17295152 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-3060) Support ZSTD level and BufferPool options

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295148#comment-17295148 ] ASF subversion and git services commented on AVRO-3060: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295150#comment-17295150 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295149#comment-17295149 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Resolved] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba resolved AVRO-3062. --- Resolution: Fixed > Upgrade javascript mocha and handlebars transitive dependencies >

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295153#comment-17295153 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295151#comment-17295151 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[jira] [Commented] (AVRO-2961) Support .NET 5.0 and make Avro.codegen to support LTS .Net Core (2.1, 3.1) as well

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295154#comment-17295154 ] ASF subversion and git services commented on AVRO-2961: --- Commit

[GitHub] [avro] dependabot[bot] closed pull request #999: Bump coveralls from 3.0.7 to 3.1.0 in /lang/js

2021-03-04 Thread GitBox
dependabot[bot] closed pull request #999: URL: https://github.com/apache/avro/pull/999 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

[GitHub] [avro] dependabot[bot] closed pull request #996: Bump jshint from 2.10.3 to 2.12.0 in /lang/js

2021-03-04 Thread GitBox
dependabot[bot] closed pull request #996: URL: https://github.com/apache/avro/pull/996 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

[GitHub] [avro] dependabot[bot] closed pull request #1024: Bump underscore from 1.9.1 to 1.12.0 in /lang/js

2021-03-04 Thread GitBox
dependabot[bot] closed pull request #1024: URL: https://github.com/apache/avro/pull/1024 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

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295147#comment-17295147 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295145#comment-17295145 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295146#comment-17295146 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[jira] [Commented] (AVRO-3062) Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295144#comment-17295144 ] ASF subversion and git services commented on AVRO-3062: --- Commit

[GitHub] [avro] RyanSkraba merged pull request #1118: AVRO-3062: Upgrade javascript mocha and handlebars transitive dependencies

2021-03-04 Thread GitBox
RyanSkraba merged pull request #1118: URL: https://github.com/apache/avro/pull/1118 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

[jira] [Commented] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-03-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295124#comment-17295124 ] ASF subversion and git services commented on AVRO-3057: --- Commit

[GitHub] [avro] RyanSkraba merged pull request #1122: AVRO-3057: Bump zstd-jni from 1.4.8-6 to 1.4.8-7 in /lang/java

2021-03-04 Thread GitBox
RyanSkraba merged pull request #1122: URL: https://github.com/apache/avro/pull/1122 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

[GitHub] [avro] RyanSkraba merged pull request #1121: Bump jackson.version from 2.12.1 to 2.12.2 in /lang/java

2021-03-04 Thread GitBox
RyanSkraba merged pull request #1121: URL: https://github.com/apache/avro/pull/1121 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

[GitHub] [avro] RyanSkraba merged pull request #1120: Bump commons-lang3 from 3.11 to 3.12.0 in /lang/java

2021-03-04 Thread GitBox
RyanSkraba merged pull request #1120: URL: https://github.com/apache/avro/pull/1120 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

[GitHub] [avro] RyanSkraba merged pull request #1119: Bump jmh.version from 1.27 to 1.28 in /lang/java

2021-03-04 Thread GitBox
RyanSkraba merged pull request #1119: URL: https://github.com/apache/avro/pull/1119 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

[jira] [Created] (AVRO-3063) [JS] Some tests fail using npm 7.

2021-03-04 Thread Ryan Skraba (Jira)
Ryan Skraba created AVRO-3063: - Summary: [JS] Some tests fail using npm 7. Key: AVRO-3063 URL: https://issues.apache.org/jira/browse/AVRO-3063 Project: Apache Avro Issue Type: Task