dermasmid commented on code in PR #29889:
URL: https://github.com/apache/beam/pull/29889#discussion_r1447815945
##########
sdks/typescript/src/apache_beam/utils/service.ts:
##########
@@ -414,7 +414,7 @@ export class PythonService extends SubprocessService {
const result = childProcess.spawnSync(
PythonService.whichPython(),
[bootstrapScript],
- { encoding: "latin1" },
+ { encoding: "utf-8" },
Review Comment:
TBH I made this change originally because I was getting encoding errors
somewhere else in my tooling, it turned out not to be this, so I'll revert
--
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]