Add `base_config()` accessor function for `NdJsonExec`
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I am trying to produce visual query plans in Ballista and this exec does not allow me to access the file scan config. The other file scan execs do.
**Describe the solution you'd like**
Add this method - see ParquetExec for example
**Describe alternatives you've considered**
**Additional context**
Contributor guide
Research direction
Locate NdJsonExec and compare its interface with ParquetExec, which the issue names as the example. Add the requested base_config() accessor so the file scan configuration can be accessed for visual query plans, then confirm it matches the corresponding file-scan executor behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100