-
Notifications
You must be signed in to change notification settings - Fork 1.7k
AVRO-3218: Fix parsing of logicalType = decimal #1350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVRO-3218: Fix parsing of logicalType = decimal #1350
Conversation
4ad2019 to
fa6b8b4
Compare
|
@martin-g I fixed the lint-issue and amended to the same commit |
|
@martin-g How is the timeline for merging? |
|
I am not a member of Apache Avro team. I am just a contributor who helps in areas I have some knowledge. |
|
@RyanSkraba Is there a place I can check to see what is planned to be included in future releases? Would really appreciate to get this in 1.11.1, it is a really annoying bug |
|
The way to schedule something for a specific release is to set the "Fix Version" in the JIRA ticket. |
|
I don't think we have a policy that says that merging a PR has to wait for a specific release. The actual release process uses different branches. So I'm happy to merge this now, and then if the ticket says this bugfix needs to go into 1.11.1 then it can. |
Co-authored-by: Vegard Solberg <vegard.solberg@statnett.no>
|
@martin-g I just ran into this issue and wanted to contribute a fix when I discovered that |
|
There is a mail thread about this at dev@ mailing list. |
|
@RyanSkraba When is the next release ( |
Do you have an update on the release @martin-g? |
Make sure you have checked all steps below.
Jira
Tests
lang/py/avro/test/test_schema.TestMisc.test_decimal_valid_type:Commits
Documentation