takaaki7 opened a new issue, #23025: URL: https://github.com/apache/beam/issues/23025
### What happened? BigQueryIO document says FILE_LOAD not support JSON type. https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L1841 And when specifying schema to use avro, validation logic causes error. 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#L3078 But currently, It seems JSON type works well with load api. I think now we can remove this validation and modify document. ### Issue Priority Priority: 3 ### Issue Component Component: extensions-java-gcp -- 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]
