ClickHouse/dbms/tests
Constantin S. Pan cbc0f56af1 Mark all input columns in LIMIT BY as required output
The query analyzer only marks the actual arguments of LIMIT BY as required
output for the LimitBy step in the pipeline. This is fine, unless the query is
distributed, in which case the first stage might remove a column that is used
at the second stage (e.g. for ORDER BY) but is not part of the final select.

Prevent removal of any columns in LimitBy by marking all input columns as
required output.
2019-05-24 09:53:09 +01:00
..
external_models/catboost Added multiclass model test. 2018-12-28 21:22:39 +03:00
instructions Added a link to the list of easy tasks 2019-02-02 03:35:59 +03:00
integration Merge pull request #5360 from filimonov/integration_tests_runner_improvements 2019-05-22 11:58:02 +03:00
perf_drafts
performance More stable perf tests 2019-05-21 13:03:36 +03:00
queries Mark all input columns in LIMIT BY as required output 2019-05-24 09:53:09 +01:00
users.d Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
.gitignore
clickhouse-client.xml
clickhouse-test Merge branch 'master' into simplify-clickhouse-test 2019-04-24 19:07:17 +03:00
clickhouse-test-server Add comment 2019-05-09 12:03:06 +03:00
client-test.xml
CMakeLists.txt Tests: Allow use any test database (remove test. hardcode where it possible) (#5008) 2019-04-16 17:13:13 +03:00
CTestCustom.cmake
server-test.xml Allow run dictionaries tests from ctest 2019-01-29 21:09:31 +03:00
tsan_suppressions.txt Added suppressions list for TSan 2018-12-30 04:28:07 +03:00
users.xml