Skip to content

Commit

Permalink
Fix typo of output type in the docs. (#33463)
Browse files Browse the repository at this point in the history
  • Loading branch information
damjad authored Dec 30, 2024
1 parent 97c4134 commit 4dfd014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static <OutputT> PTransform<PCollection<Row>, PCollection<OutputT>> fromR
}

/**
* Convert a {@link PCollection}{@literal <Row>} into a {@link PCollection}{@literal <Row>}.
* Convert a {@link PCollection}{@literal <Row>} into a {@link PCollection}{@literal <OutputT>}.
*
* <p>The output schema will be inferred using the schema registry. A schema must be registered
* for this type, or the conversion will fail.
Expand Down

0 comments on commit 4dfd014

Please sign in to comment.