Xuanwo commented on code in PR #4732:
URL: https://github.com/apache/opendal/pull/4732#discussion_r1643707201
##########
core/src/raw/path_cache.rs:
##########
@@ -198,9 +206,22 @@ impl<Q: PathQuery> PathCacher<Q> {
}
}
+/// Normalize the path for dirs
+pub fn normalize_dir_path(path: &str) -> &str {
Review Comment:
Hi, I feel like this change should only be inside gdrive. We don't need to
touch `raw`.
--
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]