Amar3tto commented on code in PR #24436:
URL: https://github.com/apache/beam/pull/24436#discussion_r1043180354
##########
sdks/java/io/cdap/src/main/java/org/apache/beam/sdk/io/cdap/context/FailureCollectorWrapper.java:
##########
@@ -41,6 +44,21 @@ public ValidationFailure addFailure(String message,
@Nullable String correctiveA
@Override
public ValidationException getOrThrowException() throws ValidationException {
+
+ // We skip schema field validation errors because they are CDAP oriented
and don't affect
+ // anything in our case
+ for (Iterator<ValidationFailure> failureIterator =
failuresCollection.iterator();
Review Comment:
Done
--
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]