[jira] [Commented] (AVRO-1891) Generated Java code fails with union containing logical type

2016-09-04 Thread Yibing Shi (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463713#comment-15463713 ] Yibing Shi commented on AVRO-1891: -- [~rdblue], you idea looks good to me! {quote} Maintai

[jira] [Commented] (AVRO-1891) Generated Java code fails with union containing logical type

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463687#comment-15463687 ] Ryan Blue commented on AVRO-1891: - I think all this requires is keeping a set of conversion

[jira] [Updated] (AVRO-1883) Schema validator cannot find broken backwards compatibility in Union type elements

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1883: Resolution: Fixed Fix Version/s: 1.8.2 1.9.0 Status: Resolved (was: Patc

[jira] [Commented] (AVRO-1883) Schema validator cannot find broken backwards compatibility in Union type elements

2016-09-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463606#comment-15463606 ] ASF subversion and git services commented on AVRO-1883: --- Commit 5acae

[jira] [Commented] (AVRO-1908) IPC TestSpecificCompiler build is broken

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463575#comment-15463575 ] Ryan Blue commented on AVRO-1908: - [~busbey], could you review? Thanks! > IPC TestSpecific

[jira] [Commented] (AVRO-1908) IPC TestSpecificCompiler build is broken

2016-09-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463574#comment-15463574 ] ASF GitHub Bot commented on AVRO-1908: -- GitHub user rdblue opened a pull request:

[GitHub] avro pull request #117: AVRO-1908: Fix TestSpecificCompiler reference to pri...

2016-09-04 Thread rdblue
GitHub user rdblue opened a pull request: https://github.com/apache/avro/pull/117 AVRO-1908: Fix TestSpecificCompiler reference to private method. AVRO-1884 changed makePath to a private method from a package-private static method. This broke the test that references the method i

[jira] [Created] (AVRO-1908) IPC TestSpecificCompiler build is broken

2016-09-04 Thread Ryan Blue (JIRA)
Ryan Blue created AVRO-1908: --- Summary: IPC TestSpecificCompiler build is broken Key: AVRO-1908 URL: https://issues.apache.org/jira/browse/AVRO-1908 Project: Avro Issue Type: Bug Component

[jira] [Updated] (AVRO-1874) py3 avro module import upsets logging level in host application

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1874: Resolution: Fixed Status: Resolved (was: Patch Available) Thanks for fixing this, [~torgebo]! I've m

[jira] [Commented] (AVRO-1874) py3 avro module import upsets logging level in host application

2016-09-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463545#comment-15463545 ] ASF subversion and git services commented on AVRO-1874: --- Commit 64f89

[jira] [Commented] (AVRO-1874) py3 avro module import upsets logging level in host application

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

[GitHub] avro pull request #105: AVRO-1874 Correct module level logging importation.

2016-09-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/avro/pull/105 --- 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 enable

[jira] [Updated] (AVRO-1884) Add set source file suffix function for generate non-java file #90

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1884: Resolution: Fixed Status: Resolved (was: Patch Available) Merged #90. Thanks for contributing, [~shi

[jira] [Commented] (AVRO-1884) Add set source file suffix function for generate non-java file #90

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

[GitHub] avro pull request #90: AVRO-1884: Add set source file suffix function for ge...

2016-09-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/avro/pull/90 --- 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-1884) Add set source file suffix function for generate non-java file #90

2016-09-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463505#comment-15463505 ] ASF subversion and git services commented on AVRO-1884: --- Commit e6d2c

[jira] [Updated] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1879: Resolution: Fixed Status: Resolved (was: Patch Available) Merged #108. Thanks [~mwong]! > Make conv

[jira] [Commented] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

2016-09-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463494#comment-15463494 ] ASF subversion and git services commented on AVRO-1879: --- Commit c37d0

[jira] [Updated] (AVRO-1704) Standardized format for encoding messages with Avro

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1704: Resolution: Fixed Status: Resolved (was: Patch Available) I committed the last patch with the spec c

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463478#comment-15463478 ] Ryan Blue commented on AVRO-1704: - Thanks for reviewing! > Standardized format for encodin

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-09-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463476#comment-15463476 ] ASF subversion and git services commented on AVRO-1704: --- Commit 30408

[jira] [Commented] (AVRO-607) SpecificData.getSchema not thread-safe

2016-09-04 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463382#comment-15463382 ] Sean Busbey commented on AVRO-607: -- I marked the helpwanted task as done. Thanks! > Specif

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-09-04 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15463379#comment-15463379 ] Sean Busbey commented on AVRO-1704: --- +1 on AVRO-1704.4.patch > Standardized format for e

[jira] [Commented] (AVRO-1719) Avro fails to build against Boost 1.59.0

2016-09-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15462601#comment-15462601 ] ASF GitHub Bot commented on AVRO-1719: -- Github user Romain-Geissler-1A closed the pull

[GitHub] avro pull request #51: [AVRO-1719] Fix test when using Boost >= 1.59.

2016-09-04 Thread Romain-Geissler-1A
Github user Romain-Geissler-1A closed the pull request at: https://github.com/apache/avro/pull/51 --- 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 featur