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 2022/03/29 19:43:00 UTC

[jira] [Work logged] (BEAM-13945) Update BQ connector to support new JSON type

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

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

                Author: ASF GitHub Bot
            Created on: 29/Mar/22 19:42
            Start Date: 29/Mar/22 19:42
    Worklog Time Spent: 10m 
      Work Description: ahmedabu98 opened a new pull request #17209:
URL: https://github.com/apache/beam/pull/17209


   (Currently in progress)
   BigQuery now natively supports JSON data type [1]. This change adds support and integration tests for using the JSON data type with Java BigQueryIO read and write methods.
   
   [1] https://cloud.google.com/bigquery/docs/reference/standard-sql/json-data#query_json_data
   


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

            Worklog Id:     (was: 749582)
    Remaining Estimate: 0h
            Time Spent: 10m

> Update BQ connector to support new JSON type
> --------------------------------------------
>
>                 Key: BEAM-13945
>                 URL: https://issues.apache.org/jira/browse/BEAM-13945
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-gcp
>            Reporter: Chamikara Madhusanka Jayalath
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> BQ has a new JSON type that is defined here: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#json_type
> We should update Beam BQ Java and Python connectors to support that for various read methods (export jobs, storage API) and write methods (load jobs, streaming inserts, storage API).
> We should also add integration tests that exercise reading from /writing to BQ tables with columns that has JSON type.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)