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

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

                Author: ASF GitHub Bot
            Created on: 29/Jun/18 17:54
            Start Date: 29/Jun/18 17:54
    Worklog Time Spent: 10m 
      Work Description: amaliujia commented on a change in pull request #5830: 
[BEAM-4601][SQL] Support BigQuery read from SQL.
URL: https://github.com/apache/beam/pull/5830#discussion_r199235672
 
 

 ##########
 File path: 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/avro/AvroUtils.java
 ##########
 @@ -0,0 +1,109 @@
+/*
+ * 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.extensions.sql.meta.provider.avro;
 
 Review comment:
   I am putting this class here as the first step to support avro format table. 
   
   Not sure if utils that convert Avro to Beam row should be in somewhere else. 
 Also seeing if @reuvenlax has some inputs.

----------------------------------------------------------------
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: 117506)
    Time Spent: 2h 20m  (was: 2h 10m)

> BigQuery reads from pure SQL
> ----------------------------
>
>                 Key: BEAM-4601
>                 URL: https://issues.apache.org/jira/browse/BEAM-4601
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Right now Beam SQL can created a BigQuery table, however, read from BigQuery 
> table is not supported yet. We want to support reading from BigQuery table.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to