[jira] [Commented] (AVRO-2556) Add bzip2 codec to the Python2 bindings

2020-01-15 Thread Hudson (Jira)


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

Hudson commented on AVRO-2556:
--

SUCCESS: Integrated in Jenkins build AvroJava #806 (See 
[https://builds.apache.org/job/AvroJava/806/])
AVRO-2556: Add bzip2 codec to the Python2 bindings (#645) (michael: 
[https://github.com/apache/avro/commit/ac82a6ef35b7ca76c557d46471becc818846c35a])
* (edit) lang/py/avro/datafile.py
* (edit) lang/py/avro/ipc.py
* (edit) lang/py/avro/test/test_datafile.py
* (add) lang/py/avro/codecs.py
* (edit) lang/py/avro/__init__.py
* (edit) lang/py/avro/io.py
* (edit) lang/py/avro/test/gen_interop_data.py


> Add bzip2 codec to the Python2 bindings
> ---
>
> Key: AVRO-2556
> URL: https://issues.apache.org/jira/browse/AVRO-2556
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
>




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


[jira] [Commented] (AVRO-2556) Add bzip2 codec to the Python2 bindings

2020-01-15 Thread ASF subversion and git services (Jira)


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

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

Commit ac82a6ef35b7ca76c557d46471becc818846c35a in avro's branch 
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ac82a6e ]

AVRO-2556: Add bzip2 codec to the Python2 bindings (#645)

* AVRO-2556: Add bzip2 codec to the Python2 bindings

* AVRO-2556: Address bz2 import error

* AVRO-2556: Define abstract Codec class as a superclass of all codecs

* Remove redundant code, add docstrings, introduce abc, etc.


> Add bzip2 codec to the Python2 bindings
> ---
>
> Key: AVRO-2556
> URL: https://issues.apache.org/jira/browse/AVRO-2556
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
>




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


[jira] [Commented] (AVRO-2556) Add bzip2 codec to the Python2 bindings

2020-01-15 Thread ASF subversion and git services (Jira)


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

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

Commit ac82a6ef35b7ca76c557d46471becc818846c35a in avro's branch 
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ac82a6e ]

AVRO-2556: Add bzip2 codec to the Python2 bindings (#645)

* AVRO-2556: Add bzip2 codec to the Python2 bindings

* AVRO-2556: Address bz2 import error

* AVRO-2556: Define abstract Codec class as a superclass of all codecs

* Remove redundant code, add docstrings, introduce abc, etc.


> Add bzip2 codec to the Python2 bindings
> ---
>
> Key: AVRO-2556
> URL: https://issues.apache.org/jira/browse/AVRO-2556
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
>




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


[jira] [Commented] (AVRO-2556) Add bzip2 codec to the Python2 bindings

2020-01-15 Thread ASF subversion and git services (Jira)


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

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

Commit ac82a6ef35b7ca76c557d46471becc818846c35a in avro's branch 
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ac82a6e ]

AVRO-2556: Add bzip2 codec to the Python2 bindings (#645)

* AVRO-2556: Add bzip2 codec to the Python2 bindings

* AVRO-2556: Address bz2 import error

* AVRO-2556: Define abstract Codec class as a superclass of all codecs

* Remove redundant code, add docstrings, introduce abc, etc.


> Add bzip2 codec to the Python2 bindings
> ---
>
> Key: AVRO-2556
> URL: https://issues.apache.org/jira/browse/AVRO-2556
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
>




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


[jira] [Commented] (AVRO-2556) Add bzip2 codec to the Python2 bindings

2020-01-15 Thread ASF subversion and git services (Jira)


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

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

Commit ac82a6ef35b7ca76c557d46471becc818846c35a in avro's branch 
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ac82a6e ]

AVRO-2556: Add bzip2 codec to the Python2 bindings (#645)

* AVRO-2556: Add bzip2 codec to the Python2 bindings

* AVRO-2556: Address bz2 import error

* AVRO-2556: Define abstract Codec class as a superclass of all codecs

* Remove redundant code, add docstrings, introduce abc, etc.


> Add bzip2 codec to the Python2 bindings
> ---
>
> Key: AVRO-2556
> URL: https://issues.apache.org/jira/browse/AVRO-2556
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
>




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