[
https://issues.apache.org/jira/browse/BEAM-3083?focusedWorklogId=485020&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-485020
]
ASF GitHub Bot logged work on BEAM-3083:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Sep/20 09:17
Start Date: 16/Sep/20 09:17
Worklog Time Spent: 10m
Work Description: codecov[bot] edited a comment on pull request #12853:
URL: https://github.com/apache/beam/pull/12853#issuecomment-693256374
# [Codecov](https://codecov.io/gh/apache/beam/pull/12853?src=pr&el=h1) Report
> Merging
[#12853](https://codecov.io/gh/apache/beam/pull/12853?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/beam/commit/0f9d0020aaaa338c1916cba55b7877f4ae897e46?el=desc)
will **decrease** coverage by `0.01%`.
> The diff coverage is `100.00%`.
[](https://codecov.io/gh/apache/beam/pull/12853?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #12853 +/- ##
==========================================
- Coverage 82.31% 82.29% -0.02%
==========================================
Files 451 451
Lines 53818 53818
==========================================
- Hits 44298 44292 -6
- Misses 9520 9526 +6
```
| [Impacted
Files](https://codecov.io/gh/apache/beam/pull/12853?src=pr&el=tree) | Coverage
Δ | |
|---|---|---|
|
[...apache\_beam/runners/dataflow/internal/apiclient.py](https://codecov.io/gh/apache/beam/pull/12853/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9kYXRhZmxvdy9pbnRlcm5hbC9hcGljbGllbnQucHk=)
| `72.60% <100.00%> (ø)` | |
|
[sdks/python/apache\_beam/runners/common.py](https://codecov.io/gh/apache/beam/pull/12853/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9jb21tb24ucHk=)
| `88.75% <0.00%> (-0.45%)` | :arrow_down: |
|
[sdks/python/apache\_beam/io/iobase.py](https://codecov.io/gh/apache/beam/pull/12853/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vaW9iYXNlLnB5)
| `84.04% <0.00%> (-0.29%)` | :arrow_down: |
|
[...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/12853/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==)
| `94.31% <0.00%> (-0.27%)` | :arrow_down: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/beam/pull/12853?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/beam/pull/12853?src=pr&el=footer). Last
update
[0f9d002...8d74f45](https://codecov.io/gh/apache/beam/pull/12853?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 485020)
Time Spent: 1h (was: 50m)
> BigQueryIO.write() with DynamicDestinations should not call getSchema() on
> every element
> ----------------------------------------------------------------------------------------
>
> Key: BEAM-3083
> URL: https://issues.apache.org/jira/browse/BEAM-3083
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp
> Reporter: Eugene Kirpichov
> Priority: P3
> Labels: testlabel
> Time Spent: 1h
> Remaining Estimate: 0h
>
> https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/CreateTables.java#L103
> calls getSchema() on every element. This might be very expensive if the user
> expects that this will be called about once per destination.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)