RustedBones commented on a change in pull request #16271:
URL: https://github.com/apache/beam/pull/16271#discussion_r784862869



##########
File path: sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroSink.java
##########
@@ -38,20 +42,52 @@
 })
 public class AvroSink<UserT, DestinationT, OutputT>
     extends FileBasedSink<UserT, DestinationT, OutputT> {
-  private final boolean genericRecords;
+  private final Class<OutputT> type;

Review comment:
       I know but this has been called 'type' everywhere in the Avro section 
(`AvroCoder` & `AvroWriter` and `AvroSource.Mode`). I'm just keeping the 
consistency




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