Skip to content

Commit

Permalink
check no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Jul 11, 2024
1 parent 2b6786f commit 4858fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/radix_partitioning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ struct ComputePartitionIndicesFunctor {
static void Operation(Vector &hashes, Vector &partition_indices, const SelectionVector &append_sel,
const idx_t append_count) {
using CONSTANTS = RadixPartitioningConstants<radix_bits>;
D_ASSERT(hashes.GetVectorType() == VectorType::FLAT_VECTOR);
if (append_sel.IsSet()) {
auto hashes_sliced = Vector(hashes, append_sel, append_count);
UnaryExecutor::Execute<hash_t, hash_t>(hashes_sliced, partition_indices, append_count,
Expand Down

0 comments on commit 4858fdf

Please sign in to comment.