Eric Meisel
Eric Meisel
I agree that this would be a valuable improvement. I may not get to this for a while. But if anyone wants to take a crack at it, I encourage...
@viren-nadkarni This code snippet does not seem to work for all access key ID values per the blog post. I'm not sure we want to use this approach.
Hey there - Any updates on this?
Looks like this has a couple of approvals, what is preventing a merge?
I hadn't realized that. This is disappointing. I'll see if I can get this proposed to the spark readers though.
Solves #669
Looks like this fails mima so we would have to be OK breaking binary compat for this kind of change. It seems pretty darn harmless though, considering the file that...
When I looked into this last time I was unable to actually reproduce the issue. And I just ran the same script without any issues on my end. No freezing...
Seems this PR doesn't like the windows paths due to the colons in the beginning. Any thoughts on how we could fix that one @milesziemer ?
https://stackoverflow.com/questions/52755854/java-nio-file-invalidpathexception-illegal-char-when-using-paths-get Seems that we may just need to remove that leading `/` character on windows machines.