You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/03 19:53:00 UTC

[jira] [Work logged] (BEAM-9896) Add streaming for SnowflakeIO.Write to Java SDK

     [ https://issues.apache.org/jira/browse/BEAM-9896?focusedWorklogId=465887&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-465887 ]

ASF GitHub Bot logged work on BEAM-9896:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Aug/20 19:52
            Start Date: 03/Aug/20 19:52
    Worklog Time Spent: 10m 
      Work Description: 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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 465887)
    Time Spent: 4.5h  (was: 4h 20m)

> Add streaming for SnowflakeIO.Write to Java SDK
> -----------------------------------------------
>
>                 Key: BEAM-9896
>                 URL: https://issues.apache.org/jira/browse/BEAM-9896
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-ideas
>            Reporter: Dariusz Aniszewski
>            Assignee: Kasia Kucharczyk
>            Priority: P2
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)