slilichenko commented on code in PR #26975:
URL: https://github.com/apache/beam/pull/26975#discussion_r1222104714


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/AvroGenericRecordToStorageApiProto.java:
##########
@@ -172,7 +178,7 @@ public static TableSchema 
protoTableSchemaFromAvroSchema(Schema schema) {
    * @return A dynamic message representation of a Proto payload to be used 
for StorageWrite API
    */
   public static DynamicMessage messageFromGenericRecord(
-      Descriptor descriptor, GenericRecord record) {
+      Descriptor descriptor, GenericRecord record, @Nullable String 
changeType, long csn) {

Review Comment:
   Update Javadoc with details on the two new parameters.



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