-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(util): join_path function should not trim leading /
#3280
fix(util): join_path function should not trim leading /
#3280
Conversation
Signed-off-by: Hudson C. Dalpra <[email protected]>
@tisonkun you are welcome to review it and let me know about any necessary changes. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3280 +/- ##
==========================================
- Coverage 85.69% 85.07% -0.63%
==========================================
Files 859 871 +12
Lines 140796 141519 +723
==========================================
- Hits 120662 120393 -269
- Misses 20134 21126 +992 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Comments inline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost LGTM, just some style and doc issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's good to merge :D
Thanks for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your contribution!
I hereby agree to the terms of the GreptimeDB CLA
What's changed, and what's your intention?
Replaced
opendal::raw::normalize_path
with own implementation ofnormalize_path
in order to fix expected behaviour of not trimming leading'/'
.Also fixed some typing errors (I believe) when I was reading the Makefile.
Checklist
Refer to a related PR or issue link (optional)
Closes #3212