[BUG] fix bug in bloom filter for datev2 (#10579)
This commit is contained in:
@ -89,7 +89,8 @@ private:
|
||||
} else {
|
||||
uint24_t tmp_uint24_value;
|
||||
auto get_column_data = [](const vectorized::IColumn& column) {
|
||||
if constexpr (std::is_same_v<file_type, uint24_t>) {
|
||||
if constexpr (std::is_same_v<file_type, uint24_t> &&
|
||||
T == PrimitiveType::TYPE_DATE) {
|
||||
return reinterpret_cast<const vectorized::PredicateColumnType<uint32_t>*>(
|
||||
&column)
|
||||
->get_data()
|
||||
|
||||
Reference in New Issue
Block a user