Commit Graph

3 Commits

Author SHA1 Message Date
Ivan Lezhankin
a8fee10059 Fix some tests 2019-06-07 17:59:41 +03:00
Vitaly Baranov
f679d33361
Unique names of tables in the test 2019-05-31 21:32:55 +03:00
Azat Khuzhin
e527def18a
Fix INSERT into Distributed() table with MATERIALIZED column
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: 01501fa8db ("correct column list
for rewritten INSERT query into Distributed [#CLICKHOUSE-4161]")
2019-05-27 23:32:05 +03:00