Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 committed Oct 14, 2022
1 parent 4a361fa commit b3fd8cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbms/src/Functions/FunctionsLogical.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ struct AssociativeOperationImpl
{
if (Op::isSaturable())
{
// cast_bool_reason
// cast a: UInt8 -> bool -> UInt8 is a trick
// TiFlash converts columns with non-UInt8 type to UInt8 type and sets value to 0 or 1
// which correspond to false or true. However, for columns with UInt8 type,
Expand Down

0 comments on commit b3fd8cf

Please sign in to comment.