Clean up built-in data on session end
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 554
- Forks
- 30
- Avg merge
- 17h 27m
- Merged PRs (30d)
- 8
Description
We leave parquet files for our built in datasets hanging around in the temp folder. First, it results in R CMD Check yelling at the R bindings because there is stuff in the temp folder after check, and second, a dangling file will be used instead of writing a new even if we update the dataset
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the leftover built-in dataset files in the temporary folder and tracing the session-end cleanup used by the R bindings. Run R CMD Check to confirm the warning, then verify that session cleanup removes the parquet files and that updated built-in datasets are written rather than reusing stale files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r, rust
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100