hudi-rs icon indicating copy to clipboard operation
hudi-rs copied to clipboard

fix: replace Windows backslashes with forward slashes in paths

Open yunchipang opened this issue 2 months ago • 1 comments

Description

Write util functions to replace backslashes with forward slashes when constructing file paths.

fixes: #445

How are the changes test-covered

  • [ ] N/A
  • [x] Automated tests (unit and/or integration tests)
  • [x] Manual tests (OS: Windows 11, Python: 3.13.7, in real AWS S3 env)
    • [ ] Details are described below

yunchipang avatar Sep 22 '25 21:09 yunchipang

Codecov Report

:x: Patch coverage is 96.66667% with 1 line in your changes missing coverage. Please review. :white_check_mark: Project coverage is 86.85%. Comparing base (038eca8) to head (f8f7307). :warning: Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/schema/resolver.rs 50.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #457      +/-   ##
==========================================
+ Coverage   86.72%   86.85%   +0.12%     
==========================================
  Files          49       49              
  Lines        2637     2625      -12     
==========================================
- Hits         2287     2280       -7     
+ Misses        350      345       -5     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Sep 23 '25 14:09 codecov[bot]