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/04/03 14:14:08 UTC

[GitHub] [beam] sfc-gh-kbregula commented on a change in pull request #17257: [BEAM-11936] Fix rawtypes warnings in SnowflakeIO

sfc-gh-kbregula commented on a change in pull request #17257:
URL: https://github.com/apache/beam/pull/17257#discussion_r841145961



##########
File path: sdks/java/io/snowflake/src/test/java/org/apache/beam/sdk/io/snowflake/test/unit/write/CreateDispositionTest.java
##########
@@ -48,22 +45,18 @@
 import org.junit.runners.JUnit4;
 
 @RunWith(JUnit4.class)
-@SuppressWarnings({
-  "rawtypes", // TODO(https://issues.apache.org/jira/browse/BEAM-10556)
-})
 public class CreateDispositionTest {
   private static final String FAKE_TABLE = "FAKE_TABLE";
   private static final String BUCKET_NAME = "bucket/";
 
   @Rule public final transient TestPipeline pipeline = TestPipeline.create();
-  @Rule public ExpectedException exceptionRule = ExpectedException.none();

Review comment:
       `ExpectedException.none` is deprecated.




-- 
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