dermasmid commented on code in PR #29889:
URL: https://github.com/apache/beam/pull/29889#discussion_r1447007712
##########
sdks/typescript/src/apache_beam/transforms/pardo.ts:
##########
@@ -85,11 +85,7 @@ export interface DoFn<InputT, OutputT, ContextT = undefined>
{
/**
* Creates a PTransform that applies a `DoFn` to a PCollection.
*/
-export function parDo<
- InputT,
- OutputT,
- ContextT extends Object | undefined = undefined,
->(
+export function parDo<InputT, OutputT, ContextT = undefined>(
Review Comment:
no, this is a TS change to make it compile
--
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]