mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Updated comment message
This commit is contained in:
parent
3a822d2832
commit
448fe5a6f9
@ -1,5 +1,10 @@
|
||||
<!--
|
||||
-- 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.
|
||||
|
||||
<test>
|
||||
<tags>
|
||||
<tag>comparison</tag>
|
||||
|
Loading…
Reference in New Issue
Block a user