Re: Unified Python Support

2020-01-06 Thread Driesprong, Fokko
Makes sense Michael. I'm still working on this one: https://issues.apache.org/jira/browse/AVRO-2663 The current fix that I came up with does not fix the root cause, but this is very complex. I'd like to fix this, and then start the release for 1.9.2. Hopefully, I have some time this weekend.

[jira] [Updated] (AVRO-2675) Add lang/py/.tox to the RAT exclusion list

2020-01-06 Thread Kengo Seki (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kengo Seki updated AVRO-2675: - Component/s: python > Add lang/py/.tox to the RAT exclusion list >

[jira] [Created] (AVRO-2676) Document that lang/py3 will be deprecated

2020-01-06 Thread Kengo Seki (Jira)
Kengo Seki created AVRO-2676: Summary: Document that lang/py3 will be deprecated Key: AVRO-2676 URL: https://issues.apache.org/jira/browse/AVRO-2676 Project: Apache Avro Issue Type: Improvement

[jira] [Created] (AVRO-2675) Add lang/py/.tox to the RAT exclusion list

2020-01-06 Thread Kengo Seki (Jira)
Kengo Seki created AVRO-2675: Summary: Add lang/py/.tox to the RAT exclusion list Key: AVRO-2675 URL: https://issues.apache.org/jira/browse/AVRO-2675 Project: Apache Avro Issue Type: Bug

Re: Unified Python Support

2020-01-06 Thread Sean Busbey
Yeah we should have a release; we are overdue. On Mon, Jan 6, 2020, 06:32 Michael A. Smith wrote: > I'd suggest that we do at least one release that has support for both > python 2 and 3 in the same codebase. This may open doors for folks trying > to transition from both avro-python3 (lang/py3)

[jira] [Comment Edited] (AVRO-2070) Tolerate any Number when writing primitive values in Java in GenericDatumWriter

2020-01-06 Thread jason mathews (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17008942#comment-17008942 ] jason mathews edited comment on AVRO-2070 at 1/6/20 4:12 PM: - This issue

[jira] [Commented] (AVRO-2070) Tolerate any Number when writing primitive values in Java in GenericDatumWriter

2020-01-06 Thread jason mathews (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17008942#comment-17008942 ] jason mathews commented on AVRO-2070: - This issue should be categorized as a Bug not an Improvement.

[jira] [Work started] (AVRO-2663) Projection on nested records does not work

2020-01-06 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-2663 started by Fokko Driesprong. -- > Projection on nested records does not work >

[jira] [Updated] (AVRO-2663) Projection on nested records does not work

2020-01-06 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AVRO-2663: --- Priority: Critical (was: Major) > Projection on nested records does not work >

Re: Unified Python Support

2020-01-06 Thread Michael A. Smith
I'd suggest that we do at least one release that has support for both python 2 and 3 in the same codebase. This may open doors for folks trying to transition from both avro-python3 (lang/py3) to avro (lang/py) as well as those trying to go from python 2 to 3 with lang/py. After that we should