mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix clang-tiny
This commit is contained in:
parent
8ff21d7e47
commit
96e90438e0
@ -305,7 +305,7 @@ MergeJoinAlgorithm::MergeJoinAlgorithm(
|
||||
left_to_right_key_remap[left_idx] = right_idx;
|
||||
}
|
||||
|
||||
auto smjPtr = typeid_cast<const FullSortingMergeJoin *>(table_join.get());
|
||||
const auto *smjPtr = typeid_cast<const FullSortingMergeJoin *>(table_join.get());
|
||||
if (smjPtr)
|
||||
{
|
||||
null_direction_hint = smjPtr->getNullDirection();
|
||||
|
Loading…
Reference in New Issue
Block a user