mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Updated comment message
This commit is contained in:
parent
448fe5a6f9
commit
8ef916a1ba
@ -1,4 +1,9 @@
|
||||
-- TODO: Return this test after simplifying InterpreterSelectQuery
|
||||
-- TODO: Tautological optimization breaks JIT expression compilation, because it can return constant result
|
||||
-- for non constant columns. And then sample blocks from same ActionsDAGs can be mismatched.
|
||||
-- This optimization cannot be performed on AST rewrite level, because we does not have information about types
|
||||
-- and equals(tuple(NULL), tuple(NULL)) have same hash code, but should not be optimized.
|
||||
-- Return this test after refactoring of InterpreterSelectQuery.
|
||||
|
||||
-- SELECT count() FROM system.numbers WHERE number != number;
|
||||
-- SELECT count() FROM system.numbers WHERE number < number;
|
||||
-- SELECT count() FROM system.numbers WHERE number > number;
|
||||
|
Loading…
Reference in New Issue
Block a user