mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix logical error
This commit is contained in:
parent
18a26c1cd0
commit
58ba54ca21
@ -1695,7 +1695,7 @@ public:
|
||||
&& (sizeof(typename LeftDataType::FieldType) > 8 || sizeof(typename RightDataType::FieldType) > 8))
|
||||
{
|
||||
/// Big integers and BFloat16 are not supported together.
|
||||
return nullptr;
|
||||
return false;
|
||||
}
|
||||
|
||||
using ResultDataType = typename BinaryOperationTraits<Op, LeftDataType, RightDataType>::ResultDataType;
|
||||
|
Loading…
Reference in New Issue
Block a user