[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2019-02-12 Thread Hudson (JIRA)


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

Hudson commented on AVRO-1816:
--

SUCCESS: Integrated in Jenkins build AvroJava #604 (See 
[https://builds.apache.org/job/AvroJava/604/])
[AVRO-1816] Add support for logical decimal type for python AVRO (#82) (fokko: 
[https://github.com/apache/avro/commit/114fee5317ca2bb2b09864c66da99e86190faffb])
* (edit) lang/py/src/avro/io.py
* (edit) lang/py/test/test_io.py
* (edit) lang/py/test/test_schema.py
* (edit) lang/py/src/avro/schema.py
* (add) lang/py/src/avro/decimal_encoder.py
[AVRO-1816] Add support for logical decimal type for python AVRO 
(fokkodriesprong: 
[https://github.com/apache/avro/commit/e44acccf69a0b40f12f904144df67b345a5138ad])
* (delete) lang/py/src/avro/decimal_encoder.py


> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>Assignee: Prem Santosh
>Priority: Major
> Fix For: 1.9.0
>
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2019-02-12 Thread ASF subversion and git services (JIRA)


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

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

Commit 114fee5317ca2bb2b09864c66da99e86190faffb in avro's branch 
refs/heads/master from Prem Santosh
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=114fee5 ]

[AVRO-1816] Add support for logical decimal type for python AVRO (#82)

* Added decimal logical type support for python avro

* Fixed issues with encoder and decoder [variable length]

* Revamped logical schema design

* Fixed bug with bytes packed in decimal encoder

* Fixed exponent scale


> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>Assignee: Prem Santosh
>Priority: Major
> Fix For: 1.9.0
>
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2019-02-12 Thread ASF subversion and git services (JIRA)


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

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

Commit e44acccf69a0b40f12f904144df67b345a5138ad in avro's branch 
refs/heads/master from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=e44accc ]

[AVRO-1816] Add support for logical decimal type for python AVRO

Remove empty file


> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Apache Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>Assignee: Prem Santosh
>Priority: Major
> Fix For: 1.9.0
>
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on AVRO-1816:
--

premsantosh commented on issue #82: [AVRO-1816] Add support for logical decimal 
type for python AVRO
URL: https://github.com/apache/avro/pull/82#issuecomment-436738095
 
 
   > @premsantosh Can you rebase onto master?
   
   @Fokko I've rebased this. Thanks!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>Assignee: Prem Santosh
>Priority: Major
> Fix For: 1.9.0
>
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on AVRO-1816:
--

Fokko commented on issue #82: [AVRO-1816] Add support for logical decimal type 
for python AVRO
URL: https://github.com/apache/avro/pull/82#issuecomment-436614360
 
 
   @premsantosh Can you rebase onto master?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>Assignee: Prem Santosh
>Priority: Major
> Fix For: 1.9.0
>
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2018-02-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on AVRO-1816:
--

gsdatta commented on issue #82: [AVRO-1816] Add support for logical decimal 
type for python AVRO
URL: https://github.com/apache/avro/pull/82#issuecomment-368733760
 
 
   @mtth Any chance this is getting merged soon?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>Assignee: Prem Santosh
>Priority: Major
> Fix For: 1.9.0
>
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2016-03-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on AVRO-1816:
--

GitHub user premsantosh opened a pull request:

https://github.com/apache/avro/pull/82

[AVRO-1816] Add support for logical decimal type for python AVRO



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/premsantosh/avro logical-decimal-type

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/82.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #82


commit 162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8
Author: Prem Santosh Udaya Shankar 
Date:   2016-03-21T22:08:22Z

Added decimal logical type support for python avro




> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1816) Add support for logical decimal type for python AVRO

2016-03-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on AVRO-1816:
--

GitHub user premsantosh opened a pull request:

https://github.com/apache/avro/pull/81

Added decimal logical type support for python avro

I have created an issue for this here: 
https://issues.apache.org/jira/browse/AVRO-1816

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/premsantosh/avro logical-decimal-type

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/81.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #81


commit 162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8
Author: Prem Santosh Udaya Shankar 
Date:   2016-03-21T22:08:22Z

Added decimal logical type support for python avro




> Add support for logical decimal type for python AVRO
> 
>
> Key: AVRO-1816
> URL: https://issues.apache.org/jira/browse/AVRO-1816
> Project: Avro
>  Issue Type: New Feature
>  Components: python
>Affects Versions: 1.9.0
>Reporter: Prem Santosh
>
> Currently, python Avro does not seem to support a DECIMAL type. 
> I 
> [added|https://github.com/premsantosh/avro/commit/162bbb73bdb09c197722f33a0b4dcaf9f7c6f9b8]
>  support for encoding and decoding logical decimal type for python avro.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)