You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/21 22:37:10 UTC

[GitHub] [beam] Abacn commented on a diff in pull request #22399: [CdapIO] Fixed necessary warnings

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

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