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


##########
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:
   this could be derived by MAX_BQ_ROW_PAYLOAD



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