ahmedabu98 opened a new pull request, #21872: URL: https://github.com/apache/beam/pull/21872
Standardizing WriteToBigQuery's output to adhere to the [[Beam I/O Standards] API Syntax and Semantics](https://docs.google.com/document/d/1V2FkGGunVgvLwi1dKHr-7mtDuwYjTuvuESV_oPzVnfQ/edit?resourcekey=0-KvfQq-5iCcMlu3f3MFJ-GQ#heading=h.k9bqspolh594) document (specifically, T2). This solution creates a joint `WriteResult` object (similar to the [WriteResult class](https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/WriteResult.java) in the Java SDK) that would be returned by both `STREAMING_INSERTS` and `FILE_LOADS` write methods. -- 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]
