We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the context of:
StringView
I have been contemplating adding optimizations that DataTypes between certain operators (e.g. to DictionaryArray or StringArray)
Thus I would like to be able to see the schema in the query plans as part of that project
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;
No response
The text was updated successfully, but these errors were encountered:
alamb
Successfully merging a pull request may close this issue.
Is your feature request related to a problem or challenge?
In the context of:
StringView
in DataFusion #10918I 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
Additional context
No response
The text was updated successfully, but these errors were encountered: