[jira] [Updated] (AVRO-1065) NodeRecord::isValid() treats records with no fields as invalid

2012-04-22 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1065: -- Attachment: AVRO-1065.patch This patch fixes the problem. > NodeRecord:

[jira] [Updated] (AVRO-1070) AvroSequenceFileOutputFormat is in wrong package.

2012-04-22 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1070: -- Attachment: AVRO-1070.patch I changed the package name in the Java source because the ch

[jira] [Created] (AVRO-1070) AvroSequenceFileOutputFormat is in wrong package.

2012-04-22 Thread Thiruvalluvan M. G. (JIRA)
Thiruvalluvan M. G. created AVRO-1070: - Summary: AvroSequenceFileOutputFormat is in wrong package. Key: AVRO-1070 URL: https://issues.apache.org/jira/browse/AVRO-1070 Project: Avro Issue

[jira] [Updated] (AVRO-1068) Avro Java does not build on recent Eclipse versions with m2eclipse

2012-04-22 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1068: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 13

[jira] [Updated] (AVRO-954) C++ - Typo in JsonCodec.cc

2012-04-22 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-954: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 13288

[jira] [Commented] (AVRO-1066) ArrayIndexOutOfBoundsException in ParsingEncoder when trying to use a json encoder to serialize a deep object graph

2012-04-21 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258897#comment-13258897 ] Thiruvalluvan M. G. commented on AVRO-1066: --- I'll commit this on Tuesday if there

[jira] [Commented] (AVRO-1065) NodeRecord::isValid() treats records with no fields as invalid

2012-04-21 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258886#comment-13258886 ] Thiruvalluvan M. G. commented on AVRO-1065: --- +1. > NodeRecord::i

[jira] [Created] (AVRO-869) Lifetimes of streams and encoder/decoders not managed propertly

2011-08-02 Thread Thiruvalluvan M. G. (JIRA)
Lifetimes of streams and encoder/decoders not managed propertly --- Key: AVRO-869 URL: https://issues.apache.org/jira/browse/AVRO-869 Project: Avro Issue Type: Bug Compone

[jira] [Updated] (AVRO-806) add a column-major codec for data files

2011-06-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-806: - Attachment: avro-file-columnar.pdf AVRO-806-v2.patch Here is a patch which

[jira] [Commented] (AVRO-810) Add strong naming to C# assemblies

2011-05-28 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040753#comment-13040753 ] Thiruvalluvan M. G. commented on AVRO-810: -- +1 This works for on Linux without tro

[jira] [Updated] (AVRO-825) C++ code generation issues with records when member of the record is of type itself

2011-05-28 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-825: - Attachment: AVRO-825-v5.patch Ramana and I had a few e-mail exchanges where he found some c

[jira] [Updated] (AVRO-825) C++ code generation issues with records when member of the record is of type itself

2011-05-24 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-825: - Attachment: AVRO-825-v2.patch This patch addresses a few more requirements for forward decl

[jira] [Updated] (AVRO-825) C++ code generation issues with records when member of the record is of type itself

2011-05-21 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-825: - Status: Patch Available (was: Open) > C++ code generation issues with records when member

[jira] [Updated] (AVRO-825) C++ code generation issues with records when member of the record is of type itself

2011-05-21 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-825: - Attachment: AVRO-825.patch The attached patch has a test for this kind of schemas and fixes

[jira] [Assigned] (AVRO-825) C++ code generation issues with records when member of the record is of type itself

2011-05-19 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-825: Assignee: Thiruvalluvan M. G. > C++ code generation issues with records when member o

[jira] [Assigned] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-27 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-792: Assignee: (was: Thiruvalluvan M. G.) I don't have a theory that can explain this

[jira] [Updated] (AVRO-793) A strange problem when I am trying to read avro record with a subset of the schema.

2011-04-27 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-793: - Attachment: AVRO-793-test.patch AVRO-793.patch Very subtle bug. If there is

[jira] [Updated] (AVRO-793) A strange problem when I am trying to read avro record with a subset of the schema.

2011-04-27 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-793: - Status: Patch Available (was: Open) > A strange problem when I am trying to read avro reco

[jira] [Assigned] (AVRO-793) A strange problem when I am trying to read avro record with a subset of the schema.

2011-04-26 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-793: Assignee: Thiruvalluvan M. G. > A strange problem when I am trying to read avro recor

[jira] [Commented] (AVRO-806) add a column-major codec for data files

2011-04-20 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022593#comment-13022593 ] Thiruvalluvan M. G. commented on AVRO-806: -- It will be nice if we can make the colu

[jira] [Commented] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-09 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017884#comment-13017884 ] Thiruvalluvan M. G. commented on AVRO-792: -- I'll wait for the confirmation that thi

[jira] [Updated] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-07 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-792: - Attachment: AVRO-792-3.patch I think the simplest solution is to move applyAliases invocati

[jira] [Commented] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-07 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016864#comment-13016864 ] Thiruvalluvan M. G. commented on AVRO-792: -- bq. Lastly, this contains an API change

[jira] [Updated] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-06 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-792: - Attachment: AVRO-792-2.patch With this patch I don't see any significant performance differ

[jira] [Updated] (AVRO-795) C++ Datafile reader makes it hard to build adaptive clients

2011-04-05 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-795: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 10891

[jira] [Updated] (AVRO-794) Makefile.am is no longer required in C++

2011-04-05 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-794: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 10891

[jira] [Commented] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-05 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015941#comment-13015941 ] Thiruvalluvan M. G. commented on AVRO-792: -- I'll look into the performance issue. I

[jira] [Updated] (AVRO-795) C++ Datafile reader makes it hard to build adaptive clients

2011-04-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-795: - Attachment: AVRO-795.patch This patch addresses the problem by replacing inheritance with c

[jira] [Updated] (AVRO-795) C++ Datafile reader makes it hard to build adaptive clients

2011-04-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-795: - Status: Patch Available (was: Open) > C++ Datafile reader makes it hard to build adaptive

[jira] [Created] (AVRO-795) C++ Datafile reader makes it hard to build adaptive clients

2011-04-04 Thread Thiruvalluvan M. G. (JIRA)
C++ Datafile reader makes it hard to build adaptive clients --- Key: AVRO-795 URL: https://issues.apache.org/jira/browse/AVRO-795 Project: Avro Issue Type: Improvement Compone

[jira] [Updated] (AVRO-794) Makefile.am is no longer required in C++

2011-04-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-794: - Attachment: AVRO-794.sh The attached shell script removes Makefile.am. > Makefile.am is no

[jira] [Updated] (AVRO-794) Makefile.am is no longer required in C++

2011-04-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-794: - Status: Patch Available (was: Open) > Makefile.am is no longer required in C++ > -

[jira] [Created] (AVRO-794) Makefile.am is no longer required in C++

2011-04-04 Thread Thiruvalluvan M. G. (JIRA)
Makefile.am is no longer required in C++ Key: AVRO-794 URL: https://issues.apache.org/jira/browse/AVRO-794 Project: Avro Issue Type: Improvement Components: c++ Affects Versions: 1.5.0

[jira] [Updated] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-792: - Attachment: AVRO-792.patch This patch fixes the problem. > map reduce job for avro 1.5 gen

[jira] [Updated] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-04-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-792: - Fix Version/s: 1.5.1 Assignee: Thiruvalluvan M. G. Status: Patch Availab

[jira] [Updated] (AVRO-533) .NET implementation of Avro

2011-03-31 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-533: - Attachment: AVRO-533_3.patch Microsoft Visual Studio thinks the solution has just two proje

[jira] [Commented] (AVRO-533) .NET implementation of Avro

2011-03-31 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014097#comment-13014097 ] Thiruvalluvan M. G. commented on AVRO-533: -- I tested the .net version for compatibi

[jira] [Commented] (AVRO-533) .NET implementation of Avro

2011-03-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013791#comment-13013791 ] Thiruvalluvan M. G. commented on AVRO-533: -- I don't think anyone has done interop t

[jira] [Resolved] (AVRO-789) Datafile support in C++

2011-03-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-789. -- Resolution: Fixed Committed revision 1086866 after adding a couple of more tests and ensu

[jira] [Commented] (AVRO-781) Generic data support in C++

2011-03-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012842#comment-13012842 ] Thiruvalluvan M. G. commented on AVRO-781: -- +1, yes I think we should include this

[jira] [Commented] (AVRO-783) Specifc object support in C++

2011-03-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012839#comment-13012839 ] Thiruvalluvan M. G. commented on AVRO-783: -- +1. One major feature that is missing i

[jira] [Commented] (AVRO-789) Datafile support in C++

2011-03-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012840#comment-13012840 ] Thiruvalluvan M. G. commented on AVRO-789: -- +1 for inclusion in 1.5.1 > Datafile s

[jira] [Commented] (AVRO-533) .NET implementation of Avro

2011-03-29 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012838#comment-13012838 ] Thiruvalluvan M. G. commented on AVRO-533: -- bq. Any idea what I've done wrong? You

[jira] [Updated] (AVRO-789) Datafile support in C++

2011-03-28 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-789: - Component/s: c++ Affects Version/s: 1.6.0 > Datafile support in C++ > ---

[jira] [Updated] (AVRO-789) Datafile support in C++

2011-03-28 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-789: - Attachment: AVRO-789.patch The patch adds Datafile support for C++. Tested on: - Cygwin

[jira] [Created] (AVRO-789) Datafile support in C++

2011-03-28 Thread Thiruvalluvan M. G. (JIRA)
Datafile support in C++ --- Key: AVRO-789 URL: https://issues.apache.org/jira/browse/AVRO-789 Project: Avro Issue Type: Improvement Reporter: Thiruvalluvan M. G. Assignee: Thiruvalluvan M. G. The

[jira] [Updated] (AVRO-533) .NET implementation of Avro

2011-03-27 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-533: - Attachment: csharp_4.zip This is same as Dona's csharp_3rd.zip with the following changes:

[jira] [Updated] (AVRO-783) Specifc object support in C++

2011-03-27 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-783: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 10859

[jira] Commented: (AVRO-533) .NET implementation of Avro

2011-03-20 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008905#comment-13008905 ] Thiruvalluvan M. G. commented on AVRO-533: -- Thanks a lot Dona for taking this up.

[jira] Updated: (AVRO-783) Specifc object support in C++

2011-03-19 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-783: - Status: Patch Available (was: Open) > Specifc object support in C++ >

[jira] Updated: (AVRO-783) Specifc object support in C++

2011-03-19 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-783: - Attachment: AVRO-783.patch This patch support encoding and decoding specific objects and co

[jira] Created: (AVRO-783) Specifc object support in C++

2011-03-19 Thread Thiruvalluvan M. G. (JIRA)
Specifc object support in C++ - Key: AVRO-783 URL: https://issues.apache.org/jira/browse/AVRO-783 Project: Avro Issue Type: Improvement Reporter: Thiruvalluvan M. G. Assignee: Thiruvalluvan

[jira] Updated: (AVRO-781) Generic data support in C++

2011-03-19 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-781: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 10832

[jira] Updated: (AVRO-781) Generic data support in C++

2011-03-13 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-781: - Attachment: AVRO-781.patch The patch offers generic datum suppport for C++. > Generic data

[jira] Updated: (AVRO-781) Generic data support in C++

2011-03-13 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-781: - Status: Patch Available (was: Open) > Generic data support in C++ > --

[jira] Created: (AVRO-781) Generic data support in C++

2011-03-13 Thread Thiruvalluvan M. G. (JIRA)
Generic data support in C++ --- Key: AVRO-781 URL: https://issues.apache.org/jira/browse/AVRO-781 Project: Avro Issue Type: Improvement Components: c++ Affects Versions: 1.5.1 Reporter: Thiru

[jira] Commented: (AVRO-775) File handle leak in DataFileReader

2011-03-07 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003711#comment-13003711 ] Thiruvalluvan M. G. commented on AVRO-775: -- +1. Doug's implementation is cleaner a

[jira] Updated: (AVRO-775) File handle leak in DataFileReader

2011-03-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-775: - Status: Patch Available (was: Open) > File handle leak in DataFileReader > ---

[jira] Updated: (AVRO-775) File handle leak in DataFileReader

2011-03-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-775: - Attachment: AVRO-775.patch This patch addresses the problem. > File handle leak in DataFil

[jira] Created: (AVRO-775) File handle leak in DataFileReader

2011-03-04 Thread Thiruvalluvan M. G. (JIRA)
File handle leak in DataFileReader -- Key: AVRO-775 URL: https://issues.apache.org/jira/browse/AVRO-775 Project: Avro Issue Type: Bug Components: java Affects Versions: 1.5.0 Environment

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2011-02-20 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 10726

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2011-02-18 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Priority: Blocker (was: Major) > JSON encoder and decoder for C++ > --

[jira] Issue Comment Edited: (AVRO-753) Java: Improve BinaryEncoder Performance

2011-02-09 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992830#comment-12992830 ] Thiruvalluvan M. G. edited comment on AVRO-753 at 2/10/11 1:44 AM: ---

[jira] Commented: (AVRO-753) Java: Improve BinaryEncoder Performance

2011-02-09 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992830#comment-12992830 ] Thiruvalluvan M. G. commented on AVRO-753: -- We just write 1 (line 602 in BlockedBin

[jira] Resolved: (AVRO-700) Change C++ build system to CMake

2011-01-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-700. -- Resolution: Fixed Took care both the minor problems Doug noted and committed revision 106

[jira] Commented: (AVRO-533) .NET implementation of Avro

2011-01-27 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987905#action_12987905 ] Thiruvalluvan M. G. commented on AVRO-533: -- Hi Dona, The patch (AVRo-533.patch) her

[jira] Updated: (AVRO-700) Change C++ build system to CMake

2011-01-26 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-700: - Attachment: AVRO-700.patch Doug, I'm sorry it took so many cycles to get this trough. Hope

[jira] Updated: (AVRO-700) Change C++ build system to CMake

2011-01-16 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-700: - Attachment: AVRO-700.patch This patch addresses both the issues Doug reported. > Change C+

[jira] Issue Comment Edited: (AVRO-711) JSON encoder and decoder for C++

2011-01-11 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980233#action_12980233 ] Thiruvalluvan M. G. edited comment on AVRO-711 at 1/11/11 1:29 PM:

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2011-01-11 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: AVRO-711.patch This is functionally same as the previous patch. But it uses IO

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-24 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: AVRO-711.patch Slightly better than the previous one. There was a CMake-2.6-spe

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-24 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: (was: AVRO-711.patch) > JSON encoder and decoder for C++ >

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-24 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: AVRO-711.patch Same as the previous patch. But this is tested on the following:

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-19 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: AVRO-711.patch > JSON encoder and decoder for C++ > ---

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-19 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: NOTICE.txt This new patch handles recursive schemas and resolution. The only is

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-19 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: (was: NOTICE.txt) > JSON encoder and decoder for C++ >

[jira] Commented: (AVRO-533) .NET implementation of Avro

2010-12-18 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972828#action_12972828 ] Thiruvalluvan M. G. commented on AVRO-533: -- Hi Petar, I'm really sorry, I couldn't

[jira] Commented: (AVRO-663) avro-tools-1.4.0.jar doesn't meet the maven2 layout standard, making it inaccessble to maven users

2010-12-15 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971937#action_12971937 ] Thiruvalluvan M. G. commented on AVRO-663: -- +1 Some projects call it fatjar. In fac

[jira] Issue Comment Edited: (AVRO-711) JSON encoder and decoder for C++

2010-12-13 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970896#action_12970896 ] Thiruvalluvan M. G. edited comment on AVRO-711 at 12/13/10 12:04 PM: --

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-13 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Assignee: Thiruvalluvan M. G. Status: Patch Available (was: Open) > JSON encoder and

[jira] Updated: (AVRO-711) JSON encoder and decoder for C++

2010-12-13 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-711: - Attachment: AVRO-711.patch This patch implements the JSON encoder and decoder for C++. The

[jira] Created: (AVRO-711) JSON encoder and decoder for C++

2010-12-13 Thread Thiruvalluvan M. G. (JIRA)
JSON encoder and decoder for C++ Key: AVRO-711 URL: https://issues.apache.org/jira/browse/AVRO-711 Project: Avro Issue Type: Improvement Components: c++ Affects Versions: 1.5.0 Environm

[jira] Updated: (AVRO-700) Change C++ build system to CMake

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-700: - Attachment: AVRO-700.patch The test paths were wrong in build.sh > Change C++ build system

[jira] Updated: (AVRO-700) Change C++ build system to CMake

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-700: - Attachment: (was: AVRO-700.patch) > Change C++ build system to CMake >

[jira] Updated: (AVRO-700) Change C++ build system to CMake

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-700: - Summary: Change C++ build system to CMake (was: Change C++ build system to C++) > Change

[jira] Updated: (AVRO-705) DirectBinaryDecoder not correctly re-initialized with reuse option

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-705: - Status: Patch Available (was: Open) > DirectBinaryDecoder not correctly re-initialized wit

[jira] Updated: (AVRO-705) DirectBinaryDecoder not correctly re-initialized with reuse option

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-705: - Attachment: AVRO-705.patch Good catch! Added a test that catches the bug and fixed the bug

[jira] Updated: (AVRO-700) Change C++ build system to C++

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-700: - Attachment: ignored_files apply-patch.sh AVRO-700.patch A m

[jira] Updated: (AVRO-706) Java: Type promotion not succeeding for long -> float

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-706: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 10419

[jira] Assigned: (AVRO-705) DirectBinaryDecoder not correctly re-initialized with reuse option

2010-12-03 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-705: Assignee: Thiruvalluvan M. G. > DirectBinaryDecoder not correctly re-initialized with

[jira] Updated: (AVRO-706) Java: Type promotion not succeeding for long -> float

2010-12-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-706: - Attachment: AVRO-706.patch There were two bugs: 1. int and long were not getting promoted

[jira] Updated: (AVRO-706) Java: Type promotion not succeeding for long -> float

2010-12-02 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-706: - Assignee: Thiruvalluvan M. G. Status: Patch Available (was: Open) Thanks Xiaolu for

[jira] Updated: (AVRO-700) Change C++ build system to C++

2010-11-22 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-700: - Attachment: apply-patch.sh AVRO-700.patch To apply the patch, from top leve

[jira] Created: (AVRO-700) Change C++ build system to C++

2010-11-22 Thread Thiruvalluvan M. G. (JIRA)
Change C++ build system to C++ -- Key: AVRO-700 URL: https://issues.apache.org/jira/browse/AVRO-700 Project: Avro Issue Type: Improvement Components: c++ Affects Versions: 1.5.0 Reporter:

[jira] Assigned: (AVRO-690) Schema resolution error message for union lacks field name

2010-11-08 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. reassigned AVRO-690: Assignee: Thiruvalluvan M. G. > Schema resolution error message for union lacks field

[jira] Updated: (AVRO-533) .NET implementation of Avro

2010-09-14 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-533: - Attachment: AVRO-533.patch In terms of functionality, this patch is essentially the same as

[jira] Issue Comment Edited: (AVRO-664) Ruby server takes a long time to start in interop tests

2010-09-14 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909220#action_12909220 ] Thiruvalluvan M. G. edited comment on AVRO-664 at 9/14/10 11:31 AM: ---

[jira] Resolved: (AVRO-664) Ruby server takes a long time to start in interop tests

2010-09-14 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-664. -- Resolution: Fixed Committed revision 996877. > Ruby server takes a long time to start in

[jira] Updated: (AVRO-664) Ruby server takes a long time to start in interop tests

2010-09-10 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-664: - Attachment: AVRO-664.patch The patch addresses both the problems. It fixes the name in too

[jira] Created: (AVRO-664) Ruby server takes a long time to start in interop tests

2010-09-10 Thread Thiruvalluvan M. G. (JIRA)
Ruby server takes a long time to start in interop tests --- Key: AVRO-664 URL: https://issues.apache.org/jira/browse/AVRO-664 Project: Avro Issue Type: Bug Components: ruby Af

<    2   3   4   5   6   7   8   >