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

Improve schema inference for insert select from table functions #35760

Merged
merged 3 commits into from
Apr 2, 2022

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Mar 30, 2022

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Support schema inference for insert select with using input table function. Get schema from insertion table instead of inferring it from the data in case of insert select from table functions that support schema inference. Closes #35639

Information about CI checks: https://clickhouse.tech/docs/en/development/continuous-integration/

@Avogar Avogar changed the title Improve schema inference for insert select queries Improve schema inference for insert select from table functions Mar 30, 2022
@robot-ch-test-poll robot-ch-test-poll added the pr-improvement Pull request with some product improvements label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table function input can also support structure inference
3 participants