ClickHouse/tests
Azat Khuzhin 781f1597f2 Fix SETTINGS parsing after FORMAT for SELECT queries
There are two possible ways to pass the SETTINGS clause:

  - SELECT 1 FORMAT Null SETTINGS max_block_size = 1
  - SELECT 1 SETTINGS max_block_size = 1[ FORMAT Null]

And when the SETTINGS goes after FORMAT it is parsed in
ParserQueryWithOutput, and these settings are not applied for the query
from the ASTSelectQuery::initSettings()

So propagate settings from the ParserQueryWithOutput to the
ASTSelectQuery settings.
2020-07-17 00:28:52 +03:00
..
config
external_models/catboost
fuzz
instructions
integration Merge pull request #11234 from traceon/ldap-per-user-authentication 2020-07-16 13:17:21 +03:00
perf_drafts
performance disable profiler 2020-07-15 19:10:47 +03:00
queries Fix SETTINGS parsing after FORMAT for SELECT queries 2020-07-17 00:28:52 +03:00
testflows Fixing tests to support changing configuration via server restart. 2020-07-15 18:45:50 +02:00
users.d
.gitignore tests: ignore *.dump (parquet tests) 2020-07-13 21:25:46 +03:00
clickhouse-client.xml
clickhouse-test Flush stdout in tests 2020-07-15 12:59:45 +03:00
clickhouse-test-server
client-test.xml
CMakeLists.txt
CTestCustom.cmake
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml
stress
strings_dictionary.xml
tsan_suppressions.txt
users.xml