Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally display schema in explain plan #11176

Closed
alamb opened this issue Jun 29, 2024 · 0 comments · Fixed by #11177
Closed

Optionally display schema in explain plan #11176

alamb opened this issue Jun 29, 2024 · 0 comments · Fixed by #11177
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Jun 29, 2024

Is your feature request related to a problem or challenge?

In the context of:

I have been contemplating adding optimizations that DataTypes between certain operators (e.g. to DictionaryArray or StringArray)

Describe the solution you'd like

Thus I would like to be able to see the schema in the query plans as part of that project

Describe alternatives you've considered

Including detailed schema information for all plans is likely too much detail, but having an option to show it would be useful

Thus I would like a config option for showing schema

set datafusion.explain.show_schema = true;

Additional context

No response

@alamb alamb added the enhancement New feature or request label Jun 29, 2024
@alamb alamb self-assigned this Jun 29, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant