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

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

                Author: ASF GitHub Bot
            Created on: 26/Apr/20 16:02
            Start Date: 26/Apr/20 16:02
    Worklog Time Spent: 10m 
      Work Description: DariuszAniszewski commented on a change in pull request 
#11360:
URL: https://github.com/apache/beam/pull/11360#discussion_r415342143



##########
File path: 
sdks/java/io/snowflake/src/test/java/org/apache/beam/sdk/io/snowflake/test/FakeSnowflakeDatabase.java
##########
@@ -0,0 +1,73 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.beam.sdk.io.snowflake.test;
+
+import java.io.Serializable;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.stream.Collectors;
+import net.snowflake.client.jdbc.SnowflakeSQLException;
+
+/** Fake implementation of SnowFlake warehouse used in test code. */
+public class FakeSnowflakeDatabase implements Serializable {

Review comment:
       There is no such thing AFAIK - we had to prepare fake ourselves




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


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

    Worklog Id:     (was: 427371)
    Time Spent: 1h 50m  (was: 1h 40m)

> Add SnowflakeIO to Java SDK
> ---------------------------
>
>                 Key: BEAM-9722
>                 URL: https://issues.apache.org/jira/browse/BEAM-9722
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-ideas
>            Reporter: Kasia Kucharczyk
>            Assignee: Kasia Kucharczyk
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Creating java [Snowflake|https://docs.snowflake.com/en/] connector which 
> includes:
> * batch processing connector provided by COPY operation from 
> [SnowflakeJDBC|https://github.com/snowflakedb/snowflake-jdbc] which will 
> load/unload files staged on GCP,
> * streaming processing thanks to 
> [SnowPipe|https://docs.snowflake.com/en/user-guide/data-load-snowpipe.html] 
> mechanism and [Snowflake Ingest Java 
> library|https://github.com/snowflakedb/snowflake-ingest-java],
> * Snowflake authentication mechanism.



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

Reply via email to