Ville Vatén
Results
2
comments of
Ville Vatén
Great! For the second example there would be two alternative implementations: - ParseUri ('hdfs:///path/file.txt', 'wb') ==> ["hdfs", "dfs", "-text", "/path/test.txt"] - ParseUri ('hdfs:///path/file.txt', 'wb') ==> ["hdfs", "dfs", "-text", "hdfs:///path/test.txt"] I.e....
Here's the PR: https://github.com/RaRe-Technologies/smart_open/pull/168