[
https://issues.apache.org/jira/browse/RANGER-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636921#comment-17636921
]
Madhan Neethiraj commented on RANGER-3969:
------------------------------------------
{noformat}
commit ed8edb334eecf04733e0a82310e33d2b218ee2e4 (HEAD -> master, origin/master,
origin/HEAD)
Author: Madhan Neethiraj <[email protected]>
Date: Mon Nov 21 14:31:29 2022 -0800
RANGER-3969: Python client updated with fix to use correct path seperator
(cherry picked from commit 36b17036d72c9e3cb0626a8375c8c3288df56213)
{noformat}
{noformat}
commit 36b17036d72c9e3cb0626a8375c8c3288df56213 (HEAD -> ranger-2.4)
Author: Madhan Neethiraj <[email protected]>
Date: Mon Nov 21 14:31:29 2022 -0800
RANGER-3969: Python client updated with fix to use correct path seperator
{noformat}
> Remove os.path.join causing incorrect windows path
> --------------------------------------------------
>
> Key: RANGER-3969
> URL: https://issues.apache.org/jira/browse/RANGER-3969
> Project: Ranger
> Issue Type: Bug
> Components: intg
> Reporter: Madhan Neethiraj
> Priority: Major
> Fix For: 3.0.0, 2.4.0
>
>
> from pull [request #184|https://github.com/apache/ranger/pull/184]:
> When running on _Windows_ the {{os.path.join}} using the operating systems
> {{os.sep=\}} which causing the full url to be incorrect.
> Using urllib.parse might be a little bit slower, but is less error-prone.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)