RustedBones commented on a change in pull request #16080:
URL: https://github.com/apache/beam/pull/16080#discussion_r764984109
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/AvroCoder.java
##########
@@ -356,6 +358,10 @@ protected AvroCoder(Class<T> type, Schema schema, boolean
useReflectApi) {
return type;
}
+ public boolean usesReflection() {
Review comment:
Is this fine with the convention or should if be named `isUseReflection`
--
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]