derrickaw commented on code in PR #35567:
URL: https://github.com/apache/beam/pull/35567#discussion_r2207918024


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java:
##########
@@ -174,6 +175,8 @@ public class BigQueryServicesImpl implements 
BigQueryServices {
   // We set it to 9MB, which leaves room for request overhead.
   private static final Integer MAX_BQ_ROW_PAYLOAD = 9 * 1024 * 1024;
 
+  private static final String MAX_BQ_ROW_PAYLOAD_DESC = "9MB";

Review Comment:
   updated, thanks



-- 
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-unsubscr...@beam.apache.org

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

Reply via email to