[jira] [Commented] (AVRO-1698) cant serialize json with characters >127 when compiling with signed char

2015-07-09 Thread svante karlsson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621342#comment-14621342 ] svante karlsson commented on AVRO-1698: --- Don't think I'll have time for writing testc

[jira] [Updated] (AVRO-1697) Add support for the Snappy codec to the Ruby library

2015-07-09 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1697: -- Fix Version/s: 1.8.0 1.7.8 > Add support for the Snappy codec to the Ruby library > --

[jira] [Updated] (AVRO-1697) Add support for the Snappy codec to the Ruby library

2015-07-09 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1697: -- Status: Patch Available (was: Open) > Add support for the Snappy codec to the Ruby library > ---

[jira] [Updated] (AVRO-1697) Add support for the Snappy codec to the Ruby library

2015-07-09 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1697: -- Attachment: AVRO-1697.2.patch attaching current patch from github pr #27, with correction for commit mess

[jira] [Commented] (AVRO-1672) Add logical types and conversions for date, time, and timestamp.

2015-07-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621040#comment-14621040 ] Hudson commented on AVRO-1672: -- SUCCESS: Integrated in AvroJava #529 (See [https://builds.apa

[jira] [Commented] (AVRO-1698) cant serialize json with characters >127 when compiling with signed char

2015-07-09 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621038#comment-14621038 ] Sean Busbey commented on AVRO-1698: --- could you add a test that shows the problem? > cant

[jira] [Updated] (AVRO-1698) cant serialize json with characters >127 when compiling with signed char

2015-07-09 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1698: -- Status: Patch Available (was: Open) > cant serialize json with characters >127 when compiling with signe

[jira] [Updated] (AVRO-1698) cant serialize json with characters >127 when compiling with signed char

2015-07-09 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1698: -- Attachment: AVRO-1698.1.patch attaching patch from [github pr #38|https://github.com/apache/avro/pull/38]

[jira] [Updated] (AVRO-1672) Add logical types and conversions for date, time, and timestamp.

2015-07-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1672: Resolution: Fixed Fix Version/s: (was: 1.7.8) 1.8.0 Status: Resolved

[jira] [Commented] (AVRO-1672) Add logical types and conversions for date, time, and timestamp.

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

[GitHub] avro pull request: AVRO-1672: Add time logical types and conversio...

2015-07-09 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/avro/pull/36 --- 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-1672) Add logical types and conversions for date, time, and timestamp.

2015-07-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620928#comment-14620928 ] ASF subversion and git services commented on AVRO-1672: --- Commit 16901

Re: Next Avro release

2015-07-09 Thread Tom White
I committed the Ruby fixes that Sean reviewed, and I've looked at Marcin's patch. Is anyone familiar with the C implementation able to take a look at Thomas' patch? Thanks, Tom On Thu, Jul 9, 2015 at 9:30 AM, Thomas Sanchez wrote: > Hi, > Sorry to bust in, but if one could take a final look at A

[jira] [Created] (AVRO-1698) cant serialize json with characters >127 when compiling with signed char

2015-07-09 Thread svante karlsson (JIRA)
svante karlsson created AVRO-1698: - Summary: cant serialize json with characters >127 when compiling with signed char Key: AVRO-1698 URL: https://issues.apache.org/jira/browse/AVRO-1698 Project: Avro

[jira] [Commented] (AVRO-1673) Python 3 EnumSchema changes the order of symbols

2015-07-09 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620646#comment-14620646 ] Tom White commented on AVRO-1673: - This looks good to me. I'll commit it soon unless there

[jira] [Commented] (AVRO-1688) Ruby test_union(TestIO) is failing

2015-07-09 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620629#comment-14620629 ] Tom White commented on AVRO-1688: - [~busbey] would you be able to have a look at this one p

[GitHub] avro pull request: AVRO-1693: Allow writing arbitrary metadata to ...

2015-07-09 Thread dasch
Github user dasch closed the pull request at: https://github.com/apache/avro/pull/28 --- 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-1645) Improved handling of missing named types

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

[jira] [Commented] (AVRO-1693) Allow writing arbitrary metadata with the Ruby library

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

[GitHub] avro pull request: AVRO-1645: Use a special exception class for un...

2015-07-09 Thread dasch
Github user dasch closed the pull request at: https://github.com/apache/avro/pull/26 --- 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

Re: Next Avro release

2015-07-09 Thread Thomas Sanchez
Hi, Sorry to bust in, but if one could take a final look at AVRO-1663, I'd appreciate. It is a minor fix. Thanks, 2015-07-07 17:16 GMT+02:00 Sean Busbey : > I have done non-binding reviews on the following, if a committer could take > look: > > * AVRO-1645 > * AVRO-1693 > > On Tue, Jul 7, 2015 at

[jira] [Commented] (AVRO-1645) Improved handling of missing named types

2015-07-09 Thread Daniel Schierbeck (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620065#comment-14620065 ] Daniel Schierbeck commented on AVRO-1645: - Thanks! > Improved handling of missing

[jira] [Commented] (AVRO-1693) Allow writing arbitrary metadata with the Ruby library

2015-07-09 Thread Daniel Schierbeck (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620062#comment-14620062 ] Daniel Schierbeck commented on AVRO-1693: - Thanks! > Allow writing arbitrary metad