aromanenko-dev commented on a change in pull request #16080:
URL: https://github.com/apache/beam/pull/16080#discussion_r764930740
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/AvroCoder.java
##########
@@ -217,6 +217,7 @@ public static CoderProvider getCoderProvider() {
}
private final Class<T> type;
+ private final boolean useReflection;
Review comment:
Why not to use the previous name `useReflectApi` ?
--
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]