influxdata / influxdata/datafusion-udf-wasm
Account for empty path strings in VFS
Open
- Dominant language
- Rust
- Stars
- 20
- Forks
- 3
- Avg merge
- 6h 20m
- Merged PRs (30d)
- 24
Description
Title.
Some of our current VFS tests allow for performing read/write operations on empty file path strings. We should not allow this. Fix the VFS implementation to return errors when being asked to perform file IO on an empty path string.
Contributor guide
Research direction
Locate the VFS implementation and the tests that currently allow read/write operations on empty path strings. Run the relevant VFS tests first; done means file I/O requests with an empty path return errors while valid paths continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100