[
https://issues.apache.org/jira/browse/BEAM-9541?focusedWorklogId=542393&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-542393
]
ASF GitHub Bot logged work on BEAM-9541:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Jan/21 20:19
Start Date: 26/Jan/21 20:19
Worklog Time Spent: 10m
Work Description: codecov[bot] edited a comment on pull request #13810:
URL: https://github.com/apache/beam/pull/13810#issuecomment-767795996
# [Codecov](https://codecov.io/gh/apache/beam/pull/13810?src=pr&el=h1) Report
> Merging
[#13810](https://codecov.io/gh/apache/beam/pull/13810?src=pr&el=desc) (f2c9b6e)
into
[master](https://codecov.io/gh/apache/beam/commit/67989cafecf3f5d4bce879e9f6b9a690955e84d5?el=desc)
(67989ca) will **increase** coverage by `0.01%`.
> The diff coverage is `100.00%`.
[](https://codecov.io/gh/apache/beam/pull/13810?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #13810 +/- ##
==========================================
+ Coverage 82.77% 82.78% +0.01%
==========================================
Files 466 466
Lines 57562 57562
==========================================
+ Hits 47645 47651 +6
+ Misses 9917 9911 -6
```
| [Impacted
Files](https://codecov.io/gh/apache/beam/pull/13810?src=pr&el=tree) | Coverage
Δ | |
|---|---|---|
|
[...dks/python/apache\_beam/options/pipeline\_options.py](https://codecov.io/gh/apache/beam/pull/13810/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vb3B0aW9ucy9waXBlbGluZV9vcHRpb25zLnB5)
| `94.60% <100.00%> (ø)` | |
|
[...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/13810/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==)
| `93.70% <0.00%> (+0.25%)` | :arrow_up: |
|
[sdks/python/apache\_beam/io/iobase.py](https://codecov.io/gh/apache/beam/pull/13810/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vaW9iYXNlLnB5)
| `84.81% <0.00%> (+0.26%)` | :arrow_up: |
|
[sdks/python/apache\_beam/runners/direct/executor.py](https://codecov.io/gh/apache/beam/pull/13810/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9kaXJlY3QvZXhlY3V0b3IucHk=)
| `96.82% <0.00%> (+0.52%)` | :arrow_up: |
|
[sdks/python/apache\_beam/utils/interactive\_utils.py](https://codecov.io/gh/apache/beam/pull/13810/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdXRpbHMvaW50ZXJhY3RpdmVfdXRpbHMucHk=)
| `95.23% <0.00%> (+2.38%)` | :arrow_up: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/beam/pull/13810?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/13810?src=pr&el=footer). Last
update
[867a298...f2c9b6e](https://codecov.io/gh/apache/beam/pull/13810?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: 542393)
Time Spent: 12h 20m (was: 12h 10m)
> Single source of truth for supported Flink versions
> ---------------------------------------------------
>
> Key: BEAM-9541
> URL: https://issues.apache.org/jira/browse/BEAM-9541
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: P2
> Time Spent: 12h 20m
> Remaining Estimate: 0h
>
> Currently, there is a large number of hard-coded references to the supported
> Flink versions (either the newest version, or a list of all supported
> versions). These should be condensed to a single source of truth to make
> upgrades easier and more robust.
> Previously, we awked the list of Flink subdirectories, but this is not
> reliable because old, unsupported Flink versions can leave build directories
> behind. It would be better to read versions from a handwritten file.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)