damccorm opened a new issue, #21626:
URL: https://github.com/apache/beam/issues/21626

   Proto property name: *item2partner_id* 
   
   Generated java library method names:
    * *hasItem2PartnerId*
    * *getItem2PartnerId*
    * *setItem2PartnerId*
    * *clearItem2PartnerId*
   
   org.apache.beam.sdk.extensions.protobuf.ProtoByteBuddyUtils generated getter 
name:
    * *getItem2partnerId*
   
    
   
   Notice the case difference of 'p'. The getter method name creation isn't 
aligned with protobuf standards.
   
   See:
    - 
[https://github.com/protocolbuffers/protobuf/blob/ec79d0d328c7e6cea15cc27fbeb9b018ca289590/src/google/protobuf/compiler/java/helpers.cc#L246-L248](https://github.com/protocolbuffers/protobuf/blob/ec79d0d328c7e6cea15cc27fbeb9b018ca289590/src/google/protobuf/compiler/java/helpers.cc#L246-L248)
   
    - 
[https://github.com/protocolbuffers/protobuf/blob/ec79d0d328c7e6cea15cc27fbeb9b018ca289590/src/google/protobuf/compiler/java/helpers.cc#L173-L208](https://github.com/protocolbuffers/protobuf/blob/ec79d0d328c7e6cea15cc27fbeb9b018ca289590/src/google/protobuf/compiler/java/helpers.cc#L173-L208)
   
    
   
   According this logic anything that isn't A-Za-z makes the next character 
uppercase.
   
   Imported from Jira 
[BEAM-14525](https://issues.apache.org/jira/browse/BEAM-14525). Original Jira 
may contain additional context.
   Reported by: bnemeth.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to