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:
[email protected]


Reply via email to