[jira] [Created] (AVRO-1710) sync() returns wrong value if DataFileWriter.appendTo() is used to initialize the DataFileWriter

2015-07-28 Thread Christopher Ng (JIRA)
Christopher Ng created AVRO-1710: Summary: sync() returns wrong value if DataFileWriter.appendTo() is used to initialize the DataFileWriter Key: AVRO-1710 URL: https://issues.apache.org/jira/browse/AVRO-1710

[jira] [Updated] (AVRO-1700) avro_BufferStreambuf_hh__ header guard warning

2015-07-28 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter liu updated AVRO-1700: Status: Patch Available (was: Open) avro_BufferStreambuf_hh__ header guard warning

[jira] [Updated] (AVRO-1700) avro_BufferStreambuf_hh__ header guard warning

2015-07-28 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter liu updated AVRO-1700: Attachment: AVRO-1700.1.patch avro_BufferStreambuf_hh__ header guard warning

[jira] [Updated] (AVRO-1701) warning: comparison between 'const enum testgen_r::ExampleEnum' and 'const enum testgen::ExampleEnum'

2015-07-28 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter liu updated AVRO-1701: Status: Patch Available (was: Open) warning: comparison between 'const enum testgen_r::ExampleEnum' and

[jira] [Assigned] (AVRO-1701) warning: comparison between 'const enum testgen_r::ExampleEnum' and 'const enum testgen::ExampleEnum'

2015-07-28 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter liu reassigned AVRO-1701: --- Assignee: peter liu warning: comparison between 'const enum testgen_r::ExampleEnum' and 'const

[jira] [Assigned] (AVRO-1700) avro_BufferStreambuf_hh__ header guard warning

2015-07-28 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter liu reassigned AVRO-1700: --- Assignee: peter liu avro_BufferStreambuf_hh__ header guard warning

[jira] [Updated] (AVRO-1701) warning: comparison between 'const enum testgen_r::ExampleEnum' and 'const enum testgen::ExampleEnum'

2015-07-28 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter liu updated AVRO-1701: Attachment: AVRO-1701.1.patch warning: comparison between 'const enum testgen_r::ExampleEnum' and 'const

[jira] [Commented] (AVRO-1702) Add LogicalType support to c++ library

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645440#comment-14645440 ] ASF GitHub Bot commented on AVRO-1702: -- GitHub user zhutoulala opened a pull request:

[GitHub] avro pull request: fix 2 g++ warnings

2015-07-28 Thread zhutoulala
Github user zhutoulala closed the pull request at: https://github.com/apache/avro/pull/41 --- 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-1700) avro_BufferStreambuf_hh__ header guard warning

2015-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645430#comment-14645430 ] ASF GitHub Bot commented on AVRO-1700: -- Github user zhutoulala closed the pull request

[GitHub] avro pull request: AVRO-1702 Add LogicalType support to c++ librar...

2015-07-28 Thread zhutoulala
GitHub user zhutoulala opened a pull request: https://github.com/apache/avro/pull/46 AVRO-1702 Add LogicalType support to c++ library this change will add the logicalType support in the schema, what is next: 1. convert the real data type to logical type data 2. add more

[jira] [Commented] (AVRO-1702) Add LogicalType support to c++ library

2015-07-28 Thread peter liu (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645442#comment-14645442 ] peter liu commented on AVRO-1702: - [~rdblue] could you please kindly review? Add