You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 18:11:02 UTC

[GitHub] [beam] damccorm opened a new issue, #20561: Fix the wrong usage of urllib.parse in dataflow_runner.py

damccorm opened a new issue, #20561:
URL: https://github.com/apache/beam/issues/20561

   Because without importing urllib.parse before using it, it cause the following error in pyflink
   https://issues.apache.org/jira/browse/FLINK-20218
   
   Currently, we choose to import `urllib.parse` to bypass this problem in PyFlink. But I think we need to correct the wrong usage in beam.
   
   Imported from Jira [BEAM-11307](https://issues.apache.org/jira/browse/BEAM-11307). Original Jira may contain additional context.
   Reported by: hxbks2ks.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn commented on issue #20561: Fix the wrong usage of urllib.parse in dataflow_runner.py

Posted by GitBox <gi...@apache.org>.
tvalentyn commented on issue #20561:
URL: https://github.com/apache/beam/issues/20561#issuecomment-1163297404

   Please reopen if still affected and add more context.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn closed issue #20561: Fix the wrong usage of urllib.parse in dataflow_runner.py

Posted by GitBox <gi...@apache.org>.
tvalentyn closed issue #20561: Fix the wrong usage of urllib.parse in dataflow_runner.py
URL: https://github.com/apache/beam/issues/20561


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org