[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 1551029 from [~thiru_mg] in branch 'avro/trunk'
[ https://svn.apache.org/r1551029 ]

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

 Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and 
 setters with field name argument
 

 Key: AVRO-1406
 URL: https://issues.apache.org/jira/browse/AVRO-1406
 Project: Avro
  Issue Type: Bug
  Components: c++
Affects Versions: 1.7.5
Reporter: Iaroslav Zeigerman
  Labels: c++
 Fix For: 1.7.6

 Attachments: AVRO-1406.patch, AVRO-1406.patch, AVRO-1406_2.patch, 
 AVRO-1406_3.patch


 In Java implementation there is GenericData.Record which can use field names 
 to set and get data. There is nothing similar in C++ implementation.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


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

2013-12-15 Thread Thiruvalluvan M. G. (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thiruvalluvan M. G. updated AVRO-1406:
--

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed revision 1551029.

Thank you Iaroslav Zeigerman

 Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and 
 setters with field name argument
 

 Key: AVRO-1406
 URL: https://issues.apache.org/jira/browse/AVRO-1406
 Project: Avro
  Issue Type: Bug
  Components: c++
Affects Versions: 1.7.5
Reporter: Iaroslav Zeigerman
  Labels: c++
 Fix For: 1.7.6

 Attachments: AVRO-1406.patch, AVRO-1406.patch, AVRO-1406_2.patch, 
 AVRO-1406_3.patch


 In Java implementation there is GenericData.Record which can use field names 
 to set and get data. There is nothing similar in C++ implementation.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


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

2013-12-15 Thread Thiruvalluvan M. G. (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thiruvalluvan M. G. reassigned AVRO-1406:
-

Assignee: Iaroslav Zeigerman

 Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and 
 setters with field name argument
 

 Key: AVRO-1406
 URL: https://issues.apache.org/jira/browse/AVRO-1406
 Project: Avro
  Issue Type: Bug
  Components: c++
Affects Versions: 1.7.5
Reporter: Iaroslav Zeigerman
Assignee: Iaroslav Zeigerman
  Labels: c++
 Fix For: 1.7.6

 Attachments: AVRO-1406.patch, AVRO-1406.patch, AVRO-1406_2.patch, 
 AVRO-1406_3.patch


 In Java implementation there is GenericData.Record which can use field names 
 to set and get data. There is nothing similar in C++ implementation.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[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 
[https://builds.apache.org/job/AvroJava/408/])
AVRO-1406 Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters 
and setters with field name argument (thiru: rev 1551029)
* /avro/trunk/CHANGES.txt
* /avro/trunk/lang/c++/api/Generic.hh
* /avro/trunk/lang/c++/impl/FileStream.cc
* /avro/trunk/lang/c++/impl/parsing/ResolvingDecoder.cc
* /avro/trunk/lang/c++/test/DataFileTests.cc


 Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and 
 setters with field name argument
 

 Key: AVRO-1406
 URL: https://issues.apache.org/jira/browse/AVRO-1406
 Project: Avro
  Issue Type: Bug
  Components: c++
Affects Versions: 1.7.5
Reporter: Iaroslav Zeigerman
Assignee: Iaroslav Zeigerman
  Labels: c++
 Fix For: 1.7.6

 Attachments: AVRO-1406.patch, AVRO-1406.patch, AVRO-1406_2.patch, 
 AVRO-1406_3.patch


 In Java implementation there is GenericData.Record which can use field names 
 to set and get data. There is nothing similar in C++ implementation.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


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

2013-12-15 Thread Tristan Stevens (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tristan Stevens updated AVRO-1413:
--

Description: AVRO-1223 added support for static getClassSchema() to 
generated Record classes, this should be added to the abstract superclass 
SpecificRecordBase and also to the interface SpecificRecord in order to enable 
this method to be used on any generated Records.  (was: a 
href=https://issues.apache.org/jira/browse/AVRO-1223;AVRO-1223/a added 
support for static getClassSchema() to generated Record classes, this should be 
added to the abstract superclass SpecificRecordBase and also to the interface 
SpecificRecord in order to enable this method to be used on any generated 
Records.)

 Provide static abstract getClassSchema on SpecificRecordBase (as per 
 AVRO-1223)
 ---

 Key: AVRO-1413
 URL: https://issues.apache.org/jira/browse/AVRO-1413
 Project: Avro
  Issue Type: Improvement
  Components: java
Affects Versions: 1.7.5
Reporter: Tristan Stevens
Priority: Trivial
   Original Estimate: 10m
  Remaining Estimate: 10m

 AVRO-1223 added support for static getClassSchema() to generated Record 
 classes, this should be added to the abstract superclass SpecificRecordBase 
 and also to the interface SpecificRecord in order to enable this method to be 
 used on any generated Records.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)