You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Alexey Romanenko (Jira)" <ji...@apache.org> on 2021/04/27 09:59:00 UTC

[jira] [Updated] (BEAM-12173) Avoid intermediate conversion to seconds in BigQueryServicesImpl

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

Alexey Romanenko updated BEAM-12173:
------------------------------------
    Summary: Avoid intermediate conversion to seconds in BigQueryServicesImpl  (was: avoid intermediate conversion)

> Avoid intermediate conversion to seconds in BigQueryServicesImpl
> ----------------------------------------------------------------
>
>                 Key: BEAM-12173
>                 URL: https://issues.apache.org/jira/browse/BEAM-12173
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Elliotte Rusty Harold
>            Priority: P4
>             Fix For: 2.30.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> in
> h2. [beam|https://github.com/apache/beam/tree/4b7b74673b647c8d964b4877a8d66d47096acce4]/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/*BigQueryServicesImpl.java*
>  
> TimeUnit.MILLISECONDS.toSeconds(RETRY_CREATE_TABLE_DURATION_MILLIS) / 60.0);
> -->
>  
> TimeUnit.MILLISECONDS.toMinutes(RETRY_CREATE_TABLE_DURATION_MILLIS));



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