[
https://issues.apache.org/jira/browse/BEAM-14525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Balázs Németh updated BEAM-14525:
---------------------------------
Description:
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.
was:
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 difference of 'p'. The getter method name creation isn't aligned
with protobuf standards.
> Unable to find Proto getters in certain cases
> ---------------------------------------------
>
> Key: BEAM-14525
> URL: https://issues.apache.org/jira/browse/BEAM-14525
> Project: Beam
> Issue Type: Bug
> Components: extensions-java-protobuf
> Reporter: Balázs Németh
> Priority: P2
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)