[
https://issues.apache.org/jira/browse/AVRO-2921?focusedWorklogId=752024&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-752024
]
ASF GitHub Bot logged work on AVRO-2921:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Apr/22 03:40
Start Date: 03/Apr/22 03:40
Worklog Time Spent: 10m
Work Description: kojiromike opened a new pull request #1632:
URL: https://github.com/apache/avro/pull/1632
Adds strict type hints for avro.schema.
### Jira
- [x] My PR addresses
[AVRO-2921](https://issues.apache.org/jira/browse/AVRO-2921) and references it
in the PR title.
- [x] Adds no dependency
### Tests
- [x] My PR is covered by and passes existing tests.
### Commits
- [x] My commits all reference Jira issues in their subject lines.
- [x] In addition, my commits follow the guidelines from "[How to write a
good git commit message](https://chris.beams.io/posts/git-commit/)":
- [x] Subject is separated from body by a blank line
- [x] Subject is limited to 50 characters (not including Jira issue
reference)
- [x] Subject does not end with a period
- [x] Subject uses the imperative mood ("add", not "adding")
- [x] Body wraps at 72 characters
- [x] Body explains "what" and "why", not "how"
### Documentation
- [x] Type hints are a form of documentation as well as being a static
analysis tool.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 752024)
Remaining Estimate: 0h
Time Spent: 10m
> Add Widespread Type Hinting in Python Implementation
> ----------------------------------------------------
>
> Key: AVRO-2921
> URL: https://issues.apache.org/jira/browse/AVRO-2921
> Project: Apache Avro
> Issue Type: Task
> Components: python
> Reporter: Michael A. Smith
> Assignee: Michael A. Smith
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Now that we only support Python 3.5 and above we can start adding type hints
> to the python implementation. This will improve quality, reveal long hidden
> bugs and API inconsistencies, and make future changes confident and easier.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)