Message399009
import pathlib
p = pathlib.Path('adl://myblob.azuredatalakestore.net/local/abc/xyz')
s = str(p)
print(s)
what you expect s to be??
There is a bug in path.Path.str(conversion to string) and it remove a slash
s is 'adl:/myblob.azuredatalakestore.net/local/abc/xyz' <-- this is getting print....plz fix it |
|
Date |
User |
Action |
Args |
2021-08-05 16:16:06 | manish.satwani | set | recipients:
+ manish.satwani |
2021-08-05 16:16:06 | manish.satwani | set | messageid: <1628180166.57.0.940247161765.issue44842@roundup.psfhosted.org> |
2021-08-05 16:16:06 | manish.satwani | link | issue44842 messages |
2021-08-05 16:16:06 | manish.satwani | create | |
|