You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kirill Kozlov (Jira)" <ji...@apache.org> on 2020/01/24 18:51:00 UTC

[jira] [Updated] (BEAM-8890) Update google-cloud-java version

     [ https://issues.apache.org/jira/browse/BEAM-8890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirill Kozlov updated BEAM-8890:
--------------------------------
    Description: 
google-cloud-java under v0.117.0 has a limit on gRPC message size (~11 MB).

Which is a problem when reading in DIRECT_READ (Read API) from BigQuery tables with large rows.

Updating to v0.117.0 or above should fix the problem.

[https://github.com/googleapis/google-cloud-java/blob/v0.117.0/google-cloud-clients/google-cloud-bigquerystorage/pom.xml]

  was:
google-cloud-java under v0.117.0 has a limit on gRPC message size (~11 MB).

Which is a problem when reading in DIRECT_READ (Read API) from BigQuery tables with large rows.

Updating to v0.117.0 or above should fix the problem.


> Update google-cloud-java version
> --------------------------------
>
>                 Key: BEAM-8890
>                 URL: https://issues.apache.org/jira/browse/BEAM-8890
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-gcp
>    Affects Versions: 2.16.0
>            Reporter: Kirill Kozlov
>            Priority: Major
>
> google-cloud-java under v0.117.0 has a limit on gRPC message size (~11 MB).
> Which is a problem when reading in DIRECT_READ (Read API) from BigQuery tables with large rows.
> Updating to v0.117.0 or above should fix the problem.
> [https://github.com/googleapis/google-cloud-java/blob/v0.117.0/google-cloud-clients/google-cloud-bigquerystorage/pom.xml]



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