[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960497#comment-16960497
 ] 

Hudson commented on AVRO-2578:
--

SUCCESS: Integrated in Jenkins build AvroJava #755 (See 
[https://builds.apache.org/job/AvroJava/755/])
AVRO-2578: Support Both Capitalizations of Parse (#666) (github: 
[https://github.com/apache/avro/commit/3e79dfec8461fb0157f068cff7ba24be8cdfa9d8])
* (edit) lang/py3/avro/tests/test_io.py
* (edit) lang/py3/avro/tool.py
* (edit) lang/py3/avro/tests/test_script.py
* (edit) lang/py3/avro/tests/test_ipc.py
* (edit) lang/py3/avro/tests/txsample_http_server.py
* (edit) lang/py3/avro/tests/test_normalization.py
* (edit) lang/py3/avro/tests/av_bench.py
* (edit) lang/py3/avro/tests/test_datafile.py
* (edit) lang/py3/avro/tests/txsample_http_client.py
* (edit) lang/py3/avro/ipc.py
* (edit) lang/py3/avro/protocol.py
* (edit) lang/py3/scripts/avro
* (edit) lang/py3/avro/tests/sample_http_server.py
* (edit) lang/py3/avro/tests/test_schema.py
* (edit) lang/py3/avro/datafile.py
* (edit) lang/py3/avro/tests/gen_interop_data.py
* (edit) lang/py3/avro/tests/test_protocol.py
* (edit) lang/py3/avro/tests/sample_http_client.py
* (edit) lang/py3/avro/schema.py


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
> Fix For: 1.10.0
>
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960490#comment-16960490
 ] 

ASF subversion and git services commented on AVRO-2578:
---

Commit 3e79dfec8461fb0157f068cff7ba24be8cdfa9d8 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3e79dfe ]

AVRO-2578: Support Both Capitalizations of Parse (#666)

* AVRO-2578: Provide Parse in Both Capitalizations

* AVRO-2578: Normalize Calls to Parse

* AVRO-2578: Test Both Schema Parse Capitalizations

* AVRO-2578: Test Both Capitalizations of Protocol.Parse

* AVRO-2578: Add Deprecation Warnings for Capital-P Parse

* AVRO-2578: Fix Tests for Py3.5


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960493#comment-16960493
 ] 

ASF subversion and git services commented on AVRO-2578:
---

Commit 3e79dfec8461fb0157f068cff7ba24be8cdfa9d8 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3e79dfe ]

AVRO-2578: Support Both Capitalizations of Parse (#666)

* AVRO-2578: Provide Parse in Both Capitalizations

* AVRO-2578: Normalize Calls to Parse

* AVRO-2578: Test Both Schema Parse Capitalizations

* AVRO-2578: Test Both Capitalizations of Protocol.Parse

* AVRO-2578: Add Deprecation Warnings for Capital-P Parse

* AVRO-2578: Fix Tests for Py3.5


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960492#comment-16960492
 ] 

ASF subversion and git services commented on AVRO-2578:
---

Commit 3e79dfec8461fb0157f068cff7ba24be8cdfa9d8 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3e79dfe ]

AVRO-2578: Support Both Capitalizations of Parse (#666)

* AVRO-2578: Provide Parse in Both Capitalizations

* AVRO-2578: Normalize Calls to Parse

* AVRO-2578: Test Both Schema Parse Capitalizations

* AVRO-2578: Test Both Capitalizations of Protocol.Parse

* AVRO-2578: Add Deprecation Warnings for Capital-P Parse

* AVRO-2578: Fix Tests for Py3.5


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960491#comment-16960491
 ] 

ASF subversion and git services commented on AVRO-2578:
---

Commit 3e79dfec8461fb0157f068cff7ba24be8cdfa9d8 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3e79dfe ]

AVRO-2578: Support Both Capitalizations of Parse (#666)

* AVRO-2578: Provide Parse in Both Capitalizations

* AVRO-2578: Normalize Calls to Parse

* AVRO-2578: Test Both Schema Parse Capitalizations

* AVRO-2578: Test Both Capitalizations of Protocol.Parse

* AVRO-2578: Add Deprecation Warnings for Capital-P Parse

* AVRO-2578: Fix Tests for Py3.5


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960494#comment-16960494
 ] 

ASF subversion and git services commented on AVRO-2578:
---

Commit 3e79dfec8461fb0157f068cff7ba24be8cdfa9d8 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3e79dfe ]

AVRO-2578: Support Both Capitalizations of Parse (#666)

* AVRO-2578: Provide Parse in Both Capitalizations

* AVRO-2578: Normalize Calls to Parse

* AVRO-2578: Test Both Schema Parse Capitalizations

* AVRO-2578: Test Both Capitalizations of Protocol.Parse

* AVRO-2578: Add Deprecation Warnings for Capital-P Parse

* AVRO-2578: Fix Tests for Py3.5


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960489#comment-16960489
 ] 

ASF subversion and git services commented on AVRO-2578:
---

Commit 3e79dfec8461fb0157f068cff7ba24be8cdfa9d8 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3e79dfe ]

AVRO-2578: Support Both Capitalizations of Parse (#666)

* AVRO-2578: Provide Parse in Both Capitalizations

* AVRO-2578: Normalize Calls to Parse

* AVRO-2578: Test Both Schema Parse Capitalizations

* AVRO-2578: Test Both Capitalizations of Protocol.Parse

* AVRO-2578: Add Deprecation Warnings for Capital-P Parse

* AVRO-2578: Fix Tests for Py3.5


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

2019-10-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16960488#comment-16960488
 ] 

ASF subversion and git services commented on AVRO-2578:
---

Commit 3e79dfec8461fb0157f068cff7ba24be8cdfa9d8 in avro's branch 
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3e79dfe ]

AVRO-2578: Support Both Capitalizations of Parse (#666)

* AVRO-2578: Provide Parse in Both Capitalizations

* AVRO-2578: Normalize Calls to Parse

* AVRO-2578: Test Both Schema Parse Capitalizations

* AVRO-2578: Test Both Capitalizations of Protocol.Parse

* AVRO-2578: Add Deprecation Warnings for Capital-P Parse

* AVRO-2578: Fix Tests for Py3.5


> py3 avro should support both capitalizations of 'parse'
> ---
>
> Key: AVRO-2578
> URL: https://issues.apache.org/jira/browse/AVRO-2578
> Project: Apache Avro
>  Issue Type: Bug
>  Components: python
>Reporter: Michael A. Smith
>Assignee: Michael A. Smith
>Priority: Major
>
> It would be easier for people transitioning between python2 and python3 to 
> not have to do
> {code:java}
> try:
> from avro.schema import parse
> except ImportError:
> from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both 
> capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)