[jira] [Commented] (AVRO-895) JsonDecoder does not tolerate JSON records with different field order

2011-09-30 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118182#comment-13118182 ] Thiruvalluvan M. G. commented on AVRO-895: -- JsonParser2 is actually a narrower vers

[jira] [Commented] (AVRO-905) make default separator in jsonEncoder to be "\n" instead of " "

2011-10-04 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120669#comment-13120669 ] Thiruvalluvan M. G. commented on AVRO-905: -- Looks good to me. +1 Instead of using

[jira] [Commented] (AVRO-917) Avrogencpp does not insert avro prefix for avro headers in the generated files.

2011-10-08 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123536#comment-13123536 ] Thiruvalluvan M. G. commented on AVRO-917: -- Jira's formatting took away a -. It sho

[jira] [Commented] (AVRO-917) Avrogencpp does not insert avro prefix for avro headers in the generated files.

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124028#comment-13124028 ] Thiruvalluvan M. G. commented on AVRO-917: -- If there are no objections, I'll commit

[jira] [Commented] (AVRO-916) 0xff in binary stream is interpreted as end-of-stream

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124029#comment-13124029 ] Thiruvalluvan M. G. commented on AVRO-916: -- If there are no objections, I'll commit

[jira] [Commented] (AVRO-915) Large number of warnings in C++ buildsc

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124030#comment-13124030 ] Thiruvalluvan M. G. commented on AVRO-915: -- If there are no objections, I'll commit

[jira] [Commented] (AVRO-913) CMake/C++ build should work for out-of-tree builds

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124031#comment-13124031 ] Thiruvalluvan M. G. commented on AVRO-913: -- If there are no objections, I'll commit

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

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124032#comment-13124032 ] Thiruvalluvan M. G. commented on AVRO-869: -- If there are no objections, I'll commit

[jira] [Commented] (AVRO-840) C++ generate nullable types for optional fields int the schema

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124033#comment-13124033 ] Thiruvalluvan M. G. commented on AVRO-840: -- If there are no objections, I'll commit

[jira] [Commented] (AVRO-918) Avro C++ documentation is very old

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124034#comment-13124034 ] Thiruvalluvan M. G. commented on AVRO-918: -- Though this does not involve functional

[jira] [Commented] (AVRO-908) Add an option to build avrocpp as a static library

2011-10-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124348#comment-13124348 ] Thiruvalluvan M. G. commented on AVRO-908: -- Good point. Fixed and committed revisi

[jira] [Commented] (AVRO-913) CMake/C++ build should work for out-of-tree builds

2011-10-12 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125988#comment-13125988 ] Thiruvalluvan M. G. commented on AVRO-913: -- Thank you Nebojsa. > C

[jira] [Commented] (AVRO-918) Avro C++ documentation is very old

2011-10-17 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128833#comment-13128833 ] Thiruvalluvan M. G. commented on AVRO-918: -- Added a minor improvement with a descri

[jira] [Commented] (AVRO-936) Avro Java does not build with Maven 2.

2011-10-19 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130751#comment-13130751 ] Thiruvalluvan M. G. commented on AVRO-936: -- I'll commit this soon if there are no o

[jira] [Commented] (AVRO-952) C++/CMake build does not detect flex & bison correctly

2011-11-07 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145505#comment-13145505 ] Thiruvalluvan M. G. commented on AVRO-952: -- This is a valid patch. However, I'm alm

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

2011-11-07 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145507#comment-13145507 ] Thiruvalluvan M. G. commented on AVRO-954: -- Good catch. +1. > C++

[jira] [Commented] (AVRO-956) Remove dependency on Flex/Bison

2011-11-16 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151355#comment-13151355 ] Thiruvalluvan M. G. commented on AVRO-956: -- If there are no objections, I'll commit

[jira] [Commented] (AVRO-956) Remove dependency on Flex/Bison

2012-02-03 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200270#comment-13200270 ] Thiruvalluvan M. G. commented on AVRO-956: -- Four empty files were not removed from

[jira] [Commented] (AVRO-1006) Fingerprints for Avro Schemas

2012-02-07 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203219#comment-13203219 ] Thiruvalluvan M. G. commented on AVRO-1006: --- {quote} Doug's point about JSON bein

[jira] [Commented] (AVRO-1006) Fingerprints for Avro Schemas

2012-02-07 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203274#comment-13203274 ] Thiruvalluvan M. G. commented on AVRO-1006: --- bq. Can you provide an example? A t

[jira] [Commented] (AVRO-1015) Support for C++ build using Micrsoft Visual Studio on Windows

2012-02-08 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204189#comment-13204189 ] Thiruvalluvan M. G. commented on AVRO-1015: --- If there is no objections to this pa

[jira] [Commented] (AVRO-1022) Error in validate name

2012-02-09 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205192#comment-13205192 ] Thiruvalluvan M. G. commented on AVRO-1022: --- The basic trouble is that Unicode ha

[jira] [Commented] (AVRO-1022) Error in validate name

2012-02-10 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205995#comment-13205995 ] Thiruvalluvan M. G. commented on AVRO-1022: --- bq. Maybe warnings aren't right. May

[jira] [Commented] (AVRO-1026) Add namespace support to C++

2012-02-14 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207896#comment-13207896 ] Thiruvalluvan M. G. commented on AVRO-1026: --- The patch does not apply cleanly on

[jira] [Commented] (AVRO-1006) Fingerprints for Avro Schemas

2012-03-06 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223464#comment-13223464 ] Thiruvalluvan M. G. commented on AVRO-1006: --- +1 Looks good to me.

[jira] [Commented] (AVRO-823) Support Avro data files in C#

2012-03-17 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232142#comment-13232142 ] Thiruvalluvan M. G. commented on AVRO-823: -- If you can attach your work so far, som

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

2012-04-19 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257601#comment-13257601 ] Thiruvalluvan M. G. commented on AVRO-1066: --- Good catch. Daniel Lord's fix would

[jira] [Commented] (AVRO-1064) Encoder.writeString throws NullPointerException when the charSequence is null

2012-04-19 Thread Thiruvalluvan M. G. (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257609#comment-13257609 ] Thiruvalluvan M. G. commented on AVRO-1064: --- The patch makes Encoder treat {{null