tbonelee commented on PR #4947: URL: https://github.com/apache/zeppelin/pull/4947#issuecomment-3015234807
@Reamer Hi Reamer, thanks for the review. Just a thought-the need for decoding here might stem from the use of `getURI()` instead of `getPath()`, which returns an encoded string. Since encoding alters the original path, decoding it at this point could help restore its intended form. I also noticed that `S3NotebookRepo` provides decoded names, so this seemed consistent-but I haven't checked all other repos, so I may be missing some cases. Curious to hear your thoughts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
