[jira] [Commented] (AVRO-1414) Compression with C++ DataFile

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13850730#comment-13850730 ] Doug Cutting commented on AVRO-1414: This would be great to have. We can test

[jira] [Commented] (AVRO-1413) Provide static abstract getClassSchema on SpecificRecordBase (as per AVRO-1223)

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13850737#comment-13850737 ] Doug Cutting commented on AVRO-1413: Adding public getRecordClass() and getSchema()

[jira] [Commented] (AVRO-1348) Improve Utf8 to String conversion

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13850898#comment-13850898 ] Doug Cutting commented on AVRO-1348: Here are benchmarks run on my 64-bit Linux laptop.

[jira] [Commented] (AVRO-1348) Improve Utf8 to String conversion

2013-12-17 Thread Rob Turner (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13850949#comment-13850949 ] Rob Turner commented on AVRO-1348: -- Here are the results on my old 32 bit Linux laptop,

[jira] [Commented] (AVRO-1063) Ruby client should use multi_json rather than being locked down to yajl

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851097#comment-13851097 ] Doug Cutting commented on AVRO-1063: I'll commit this soon unless there are objections.

[jira] [Commented] (AVRO-1405) Avro-c may not handle eof correctly if avro data file contains multiple sync markers

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851108#comment-13851108 ] Doug Cutting commented on AVRO-1405: I get a bunch of errors compiling the new test

[jira] [Commented] (AVRO-1379) C: Add avro_file_writer_append_encoded() to API

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851110#comment-13851110 ] Doug Cutting commented on AVRO-1379: This looks reasonable to me. Can you please add a

[jira] [Issue Comment Deleted] (AVRO-1063) Ruby client should use multi_json rather than being locked down to yajl

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1063: --- Comment: was deleted (was: I'll commit this soon unless there are objections. Sean?) Ruby client

[jira] [Updated] (AVRO-1063) Ruby client should use multi_json rather than being locked down to yajl

2013-12-17 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1063: --- Fix Version/s: (was: 1.7.6) 1.8.0 This is actually incompatible. It requires

[jira] [Updated] (AVRO-1414) Compression with C++ DataFile

2013-12-17 Thread Daniel Russel (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Russel updated AVRO-1414: Attachment: patch Compression with C++ DataFile -

[jira] [Commented] (AVRO-1414) Compression with C++ DataFile

2013-12-17 Thread Daniel Russel (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851207#comment-13851207 ] Daniel Russel commented on AVRO-1414: - You can find a patch for nice inspection at

[jira] [Commented] (AVRO-1063) Ruby client should use multi_json rather than being locked down to yajl

2013-12-17 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851347#comment-13851347 ] Sean Busbey commented on AVRO-1063: --- I tested this with a few different json providing

[jira] [Updated] (AVRO-1379) C: Add avro_file_writer_append_encoded() to API

2013-12-17 Thread Mark Teodoro (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Teodoro updated AVRO-1379: --- Attachment: AVRO-1379-test.patch No problem, here's another patch with a test. C: Add