You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#13981)
* Consolidate csv_opener.rs and json_opener.rs into a single example (#13955)
* Update datafusion-examples/examples/csv_json_opener.rs
Co-authored-by: Andrew Lamb <[email protected]>
* Update datafusion-examples/README.md
Co-authored-by: Andrew Lamb <[email protected]>
* Apply code formatting with cargo fmt
---------
Co-authored-by: Sergey Zhukov <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
Is your feature request related to a problem or challenge?
The large number of small examples in DataFusion leads to multiple problems:
cargo t
time (each binary must be linked / created)Thus I think the fewer examples we have the
Describe the solution you'd like
csv_opener and json_opener examples demonstrate the same basic pattern for two different formats.
I would like to consolidate csv_opener.rs and json_opener.rs
Add an entry to the readme page:
Describe alternatives you've considered
No response
Additional context
I think this is a good first issue as the task is straightforward and doesn't require deep understanding of the DataFusion codebase
The text was updated successfully, but these errors were encountered: