[
https://issues.apache.org/jira/browse/AVRO-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460124#comment-17460124
]
ASF subversion and git services commented on AVRO-3258:
-------------------------------------------------------
Commit bdded91429839b7aa4be6becc14102382e84a010 in avro's branch
refs/heads/branch-1.11 from Miguel E. Hernández Cuervo
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=bdded91 ]
AVRO-3263: Fix warning in Perl encoder when validating a long field (#1422)
* AVRO-3258: Fix warning in Perl encoder when validating a long field
- Disable warnings in the limited scope of "long" validation that uses pack and
unpack. It is unnecessary as warnings don't affect the validation outcome and
in some scenarios this validation is expected to fail.
- Add test cases to validate the fix
* AVRO-3258: Fix warning in Perl encoder when validating a long field
- Check explicitly and return early if $data is undefined.
> [Python] Setup.cfg declarative format has a syntax error
> --------------------------------------------------------
>
> Key: AVRO-3258
> URL: https://issues.apache.org/jira/browse/AVRO-3258
> Project: Apache Avro
> Issue Type: Bug
> Components: python
> Affects Versions: 1.11.0
> Reporter: Ryan Skraba
> Assignee: Ryan Skraba
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> It seems that there shouldn't be quotes in the declarative syntax. I ran
> across this while releasing avro-python 1.11.0, and needed to remove the
> quotes. This only affects the upload step for publishing the package.
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
--
This message was sent by Atlassian Jira
(v8.20.1#820001)