Skip to content

Consolidate Example: dataframe_subquery.rs into dataframe.rs #13911

Closed
@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

The large number of small examples in DataFusion leads to multiple problems:

  • Makes it harder to find the relevant examples
  • Unnecessarily large amounts of disk space on a full build (each example binary takes 100+ MB)
  • Larger cargo t time (each binary must be linked / created)

Thus I think the fewer examples we have the

  1. easier it will be to find the relevant examples
  2. faster our dev experience will be

Describe the solution you'd like

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions