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

Fix insert_distributed_sync #3673

Merged
merged 4 commits into from
Nov 28, 2018
Merged

Conversation

ztlpn
Copy link
Contributor

@ztlpn ztlpn commented Nov 26, 2018

In case the order or number of columns in the INSERT query is different from the sample block of the remote table.

@alexey-milovidov alexey-milovidov merged commit 6f007f4 into master Nov 28, 2018
azat added a commit to azat/ClickHouse that referenced this pull request May 27, 2019
By just skipping MATERIALIZED columns during processing.

P.S. you cannot use insert_allow_materialized_columns since it works
only for Buffer() engine.

Fixes: ClickHouse#4015
Fixes: ClickHouse#3673
Fixes: 01501fa ("correct column list
for rewritten INSERT query into Distributed [#CLICKHOUSE-4161]")
alesapin pushed a commit that referenced this pull request Jun 7, 2019
By just skipping MATERIALIZED columns during processing.

P.S. you cannot use insert_allow_materialized_columns since it works
only for Buffer() engine.

Fixes: #4015
Fixes: #3673
Fixes: 01501fa ("correct column list
for rewritten INSERT query into Distributed [#CLICKHOUSE-4161]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants