[jira] [Commented] (AVRO-1406) Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and setters with field name argument

2013-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848631#comment-13848631 ] ASF subversion and git services commented on AVRO-1406: --- Commit

[jira] [Commented] (AVRO-1406) Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and setters with field name argument

2013-12-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848644#comment-13848644 ] Hudson commented on AVRO-1406: -- SUCCESS: Integrated in AvroJava #408 (See

[jira] [Commented] (AVRO-1406) Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and setters with field name argument

2013-12-12 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846536#comment-13846536 ] Doug Cutting commented on AVRO-1406: Looks good to me except the new 'setFieldAt'

[jira] [Commented] (AVRO-1406) Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and setters with field name argument

2013-12-12 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13846540#comment-13846540 ] Doug Cutting commented on AVRO-1406: Also, we should add unit tests that call these new

[jira] [Commented] (AVRO-1406) Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and setters with field name argument

2013-12-12 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13847022#comment-13847022 ] Thiruvalluvan M. G. commented on AVRO-1406: --- The patch looks good to me. +1 for