Abacn commented on code in PR #22399:
URL: https://github.com/apache/beam/pull/22399#discussion_r927150767
##########
sdks/java/io/cdap/src/test/java/org/apache/beam/sdk/io/cdap/CdapIOTest.java:
##########
@@ -118,12 +118,6 @@ public void
testReadObjectCreationFailsIfValueClassIsNull() {
IllegalArgumentException.class, () -> CdapIO.<String,
String>read().withValueClass(null));
}
- @Test
- public void testReadValidationFailsMissingCdapPluginClass() {
Review Comment:
Good to preserve these error handling tests. now it throws at expansion.
--
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]