Details
-
Bug
-
Status: Triage Needed
-
P3
-
Resolution: Unresolved
-
2.15.0, 2.25.0
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
FLINK-20218 AttributeError: module 'urllib' has no attribute 'parse'
- Closed