damccorm opened a new issue, #20532: URL: https://github.com/apache/beam/issues/20532
When using WriteToBigQuery to transfer data to BigQuery, non-ascii characters are replaced with replacement characters. This was due to the RowAsDictJsonCoder being set as the coder for the BigQueryBatchFileLoads called inside WriteToBigQuery. I want to add coder to the argument of WriteToBigQuery so that I can set a coder other than RowAsDictJsonCoder. If no problem, I will create a Pull Request next weekend. Imported from Jira [BEAM-10785](https://issues.apache.org/jira/browse/BEAM-10785). Original Jira may contain additional context. Reported by: chanyou. -- 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]
