From 4858fdf43c81c1d1b2ee3ba985e51e130f407a12 Mon Sep 17 00:00:00 2001 From: Laurens Kuiper Date: Thu, 11 Jul 2024 14:21:10 +0200 Subject: [PATCH] check no longer needed --- src/common/radix_partitioning.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/radix_partitioning.cpp b/src/common/radix_partitioning.cpp index a7e2e110bf8..f065eebfb54 100644 --- a/src/common/radix_partitioning.cpp +++ b/src/common/radix_partitioning.cpp @@ -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; - D_ASSERT(hashes.GetVectorType() == VectorType::FLAT_VECTOR); if (append_sel.IsSet()) { auto hashes_sliced = Vector(hashes, append_sel, append_count); UnaryExecutor::Execute(hashes_sliced, partition_indices, append_count,