mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix compatibility
This commit is contained in:
parent
3613464d46
commit
6c6376de0a
@ -178,7 +178,7 @@ void HedgedConnections::sendQuery(
|
||||
Settings modified_settings = settings;
|
||||
|
||||
/// Queries in foreign languages are transformed to ClickHouse-SQL. Ensure the setting before sending.
|
||||
modified_settings.dialect = Dialect::clickhouse;
|
||||
modified_settings.dialect.resetValueToDefault();
|
||||
|
||||
if (disable_two_level_aggregation)
|
||||
{
|
||||
|
@ -127,7 +127,7 @@ void MultiplexedConnections::sendQuery(
|
||||
Settings modified_settings = settings;
|
||||
|
||||
/// Queries in foreign languages are transformed to ClickHouse-SQL. Ensure the setting before sending.
|
||||
modified_settings.dialect = Dialect::clickhouse;
|
||||
modified_settings.dialect.resetValueToDefault();
|
||||
|
||||
for (auto & replica : replica_states)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user