aromanenko-dev commented on a change in pull request #16080:
URL: https://github.com/apache/beam/pull/16080#discussion_r765028986



##########
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:
       Well, maybe it's only me, but `reflection` is rather associated with 
Java Reflection for me. So I think `useReflectApi` reflects :) better the 
initial intention of this.




-- 
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