chamikaramj commented on a change in pull request #11241: [BEAM-5422] Document
DynamicDestinations.getTable uniqueness requirement
URL: https://github.com/apache/beam/pull/11241#discussion_r402664669
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/DynamicDestinations.java
##########
@@ -142,7 +142,11 @@ void setSideInputAccessorFromProcessContext(DoFn<?,
?>.ProcessContext context) {
return null;
}
- /** Returns a {@link TableDestination} object for the destination. May not
return null. */
+ /**
+ * Returns a {@link TableDestination} object for the destination. May not
return null. Return
+ * value needs to be unique to each destination: may not return the same
{@link TableDestination}
+ * for different destinations.
Review comment:
Should we update Python SDK as well ?
cc: @pabloem
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services