[
https://issues.apache.org/jira/browse/BEAM-3983?focusedWorklogId=96518&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-96518
]
ASF GitHub Bot logged work on BEAM-3983:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Apr/18 00:07
Start Date: 30/Apr/18 00:07
Worklog Time Spent: 10m
Work Description: kennknowles commented on a change in pull request
#5220: [BEAM-3983][SQL] Add BigQuery table provider
URL: https://github.com/apache/beam/pull/5220#discussion_r184900165
##########
File path: sdks/java/extensions/sql/build.gradle
##########
@@ -65,6 +65,7 @@ dependencies {
shadow library.java.joda_time
shadow project(path: ":beam-runners-direct-java", configuration: "shadow")
provided project(path: ":beam-sdks-java-io-kafka", configuration: "shadow")
+ provided project(path: ":beam-sdks-java-io-google-cloud-platform",
configuration: "shadow")
Review comment:
<!--new_thread; commit:a96a74cc97c889d1b604cf399fe0890f68f41c8b;
resolved:1-->
Commented on the pom, but since it is deprecated, consider that comment to
apply to this line.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 96518)
Time Spent: 11.5h (was: 11h 20m)
> BigQuery writes from pure SQL
> -----------------------------
>
> Key: BEAM-3983
> URL: https://issues.apache.org/jira/browse/BEAM-3983
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql
> Reporter: Andrew Pilloud
> Assignee: Andrew Pilloud
> Priority: Major
> Time Spent: 11.5h
> Remaining Estimate: 0h
>
> It would be nice if you could write to BigQuery in SQL without writing any
> java code. For example:
> {code:java}
> INSERT INTO bigquery SELECT * FROM PCOLLECTION{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)