[jira] [Updated] (AVRO-1788) python api differs unnecessarily between python2 and python3

2016-09-28 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Acharya updated AVRO-1788: Status: Patch Available (was: Open) > python api differs unnecessarily between python2 and python3

[jira] [Assigned] (AVRO-1788) python api differs unnecessarily between python2 and python3

2016-09-28 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Acharya reassigned AVRO-1788: --- Assignee: Suraj Acharya > python api differs unnecessarily between python2 and python3 >

[jira] [Updated] (AVRO-1788) python api differs unnecessarily between python2 and python3

2016-09-28 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Acharya updated AVRO-1788: Assignee: (was: Suraj Acharya) > python api differs unnecessarily between python2 and python3 >

[jira] [Updated] (AVRO-1788) python api differs unnecessarily between python2 and python3

2016-09-28 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Acharya updated AVRO-1788: Component/s: python > python api differs unnecessarily between python2 and python3 >

[jira] [Commented] (AVRO-1923) Recursive record causes StackOverflow in GenericData.toString

2016-09-28 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15529733#comment-15529733 ] Niels Basjes commented on AVRO-1923: Yes, that is better (see updated pull request). One thing I left

[jira] [Commented] (AVRO-1849) C++ printJson fails on record with no fields

2016-09-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15529473#comment-15529473 ] ASF GitHub Bot commented on AVRO-1849: -- Github user Simon24601 closed the pull request at:

[GitHub] avro pull request #97: AVRO-1849 Fix C++ schema to JSON converter

2016-09-28 Thread Simon24601
Github user Simon24601 closed the pull request at: https://github.com/apache/avro/pull/97 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (AVRO-1853) Compiler::toBin(const std::string& s) crashes on empty string

2016-09-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15529351#comment-15529351 ] ASF GitHub Bot commented on AVRO-1853: -- Github user zicl closed the pull request at:

[GitHub] avro pull request #127: AVRO-1853: Compiler::toBin crashes on empty string

2016-09-28 Thread zicl
Github user zicl closed the pull request at: https://github.com/apache/avro/pull/127 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-09-28 Thread Gabor Szadovszky (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15529342#comment-15529342 ] Gabor Szadovszky commented on AVRO-1605: Thanks a lot, [~tomwhite]. The friend package approach

[GitHub] avro pull request #134: AOT support

2016-09-28 Thread dolow
GitHub user dolow opened a pull request: https://github.com/apache/avro/pull/134 AOT support For supporting compilers which do not allow JIT, such as iOS compilation, I removed lines where Reflection.Emit was used and refactored related methods. The part Reflection.Emit

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-09-28 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15529260#comment-15529260 ] Tom White commented on AVRO-1605: - I see your point. The motivation behind this change is to upgrade to

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-09-28 Thread Gabor Szadovszky (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15529070#comment-15529070 ] Gabor Szadovszky commented on AVRO-1605: I completely agree that the best way would be removing all

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-09-28 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15528994#comment-15528994 ] Tom White commented on AVRO-1605: - I'm not sure it gains much to make incompatible changes to deprecated

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-09-28 Thread Gabor Szadovszky (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15528821#comment-15528821 ] Gabor Szadovszky commented on AVRO-1605: There are many public methods leaking Jackson classes