[ https://issues.apache.org/jira/browse/BEAM-13945?focusedWorklogId=778129&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-778129 ]
ASF GitHub Bot logged work on BEAM-13945: ----------------------------------------- Author: ASF GitHub Bot Created on: 03/Jun/22 15:08 Start Date: 03/Jun/22 15:08 Worklog Time Spent: 10m Work Description: lukecwik commented on PR #17492: URL: https://github.com/apache/beam/pull/17492#issuecomment-1146058065 I believe this is the cause for the permared Java PreCommit which is failing due to: ``` 09:55:24 * What went wrong: 09:55:24 Execution failed for task ':sdks:java:io:google-cloud-platform:analyzeClassesDependencies'. 09:55:24 > Dependency analysis found issues. 09:55:24 usedUndeclaredArtifacts 09:55:24 - org.json:json:20200518@jar ``` Issue Time Tracking ------------------- Worklog Id: (was: 778129) Time Spent: 14h 20m (was: 14h 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 > Assignee: Ahmed Abualsaud > Priority: P2 > Time Spent: 14h 20m > 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.7#820007)