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 2020/08/03 19:52:25 UTC

[GitHub] [beam] kkucharc commented on a change in pull request #12151: [BEAM-9896] Add streaming for SnowflakeIO.Write to Java SDK

kkucharc commented on a change in pull request #12151:
URL: https://github.com/apache/beam/pull/12151#discussion_r464628091



##########
File path: sdks/java/io/snowflake/src/main/java/org/apache/beam/sdk/io/snowflake/services/SnowflakeStreamingServiceConfig.java
##########
@@ -20,26 +20,51 @@
 import java.util.List;
 import net.snowflake.ingest.SimpleIngestManager;
 
+/** Class for preparing configuration for streaming write. */
 public class SnowflakeStreamingServiceConfig extends ServiceConfig {
-  SimpleIngestManager ingestManager;
-  List<String> filesList;
-  String stagingBucketDir;
+  private SimpleIngestManager ingestManager;
+  private List<String> filesList;
+  private String stagingBucketDir;

Review comment:
       You are right thanks :)




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

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