mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
d7f4bc4c72
Replacing AND with a casto to UInt8 can change the condition. e.g. 0x100 cast to UInt8 is 0, but it should be 1. 0.1 cast to UInt8 is 0, but it should be 1. Basically we can't cast anything to UInt8 so we completely remove this optimization. Closes #47317
6 lines
28 B
Plaintext
6 lines
28 B
Plaintext
=
|
|
1554690688
|
|
=
|
|
1554690688
|
|
=
|