Hi, I'd like to control the size of files written to GCS when using BigQueryIO's FILE_LOAD write method.
However, it looks like the withMaxFileSize method ( https://github.com/apache/beam/blob/948af30a5b665fe74b7052b673e95ff5f5fc426a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L2597) is not public. Is that intentional? Is there a workaround to control the file size? Thanks, Julien
