You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/08 14:55:43 UTC

[GitHub] [beam] aromanenko-dev commented on a change in pull request #16080: [BEAM-13341] Serialize reflection parameter in AvroCoder cloud object

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org