[
https://issues.apache.org/jira/browse/BEAM-14552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545661#comment-17545661
]
Brian Hulette commented on BEAM-14552:
--------------------------------------
I did some archaeology on this. I think the mistake came here:
https://github.com/apache/beam/pull/9351/files#diff-86243ac07617245d6ee89768f68c1119775f17a4d87f27739207ab16e71cdddd
Originally this was an error that was only raised if Python 3.x > 3.5 as being
used, since we didn't have a container for it. But with that PR (the fix for
BEAM-7474), the warning should be obsolete (or only raised if some unsupported
version is used).
> Extraneous warning message: "Make sure that locally built Python SDK docker
> image has Python X.Y interpreter"
> -------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-14552
> URL: https://issues.apache.org/jira/browse/BEAM-14552
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Brian Hulette
> Priority: P2
>
> This warning comes up whenever a Python pipeline is constructed. It never
> seems to actually indicate an issue, my pipelines is always able to run.
> Looking through the commit history it looks like the warning may have been
> added by mistake.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)