chamikaramj commented on a change in pull request #12004:
URL: https://github.com/apache/beam/pull/12004#discussion_r443023182
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/InsertRetryPolicy.java
##########
@@ -33,7 +33,7 @@
*/
public static class Context {
// A list of all errors corresponding to an attempted insert of a single
record.
- TableDataInsertAllResponse.InsertErrors errors;
Review comment:
BTW I think Java standards prefer adding a getter here over making the
variable public.
----------------------------------------------------------------
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]