johnjcasey commented on code in PR #29670:
URL: https://github.com/apache/beam/pull/29670#discussion_r1437132228


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/io/TextIO.java:
##########
@@ -176,6 +178,10 @@
  *
  * <p>For backwards compatibility, {@link TextIO} also supports the legacy 
{@link
  * DynamicDestinations} interface for advanced features via {@link 
Write#to(DynamicDestinations)}.
+ *
+ * <p>Error handling for records that are malformed can be handled by using 
{@link
+ * TypedWrite#withBadRecordErrorHandler(ErrorHandler, SerializableFunction)}. 
See documentation in
+ * {@link FileIO} for details on usage

Review Comment:
   That makes a bunch of sense, I'll normalize it



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to