-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge?
The large number of small examples in DataFusion leads to multiple problems:
- Unnecessarily large amounts of temporary disk space (each example binary takes 100+ MB)
- Larger
cargo t
time (each binary must be linked / created) - Makes it harder to find the relevant examples
Thus I think the fewer examples we have the
- faster our dev experience will be
- easier it will be to find the relevant examples
Describe the solution you'd like
- Consolidate the contents of https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/dataframe_output.rs
- Into https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/dataframe.rs
Then update 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers