From dfd9e31bcdf750fece4c1ae3021ae88f4bb8b734 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:45:25 +0100 Subject: [PATCH] DPL: initialise the initial chunk length --- Framework/Core/include/Framework/TableTreeHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/include/Framework/TableTreeHelpers.h b/Framework/Core/include/Framework/TableTreeHelpers.h index 9dc7038b83fe1..c6a769e579fb7 100644 --- a/Framework/Core/include/Framework/TableTreeHelpers.h +++ b/Framework/Core/include/Framework/TableTreeHelpers.h @@ -105,7 +105,7 @@ class ColumnToBranch arrow::Type::type mFieldType; std::vector cache; std::shared_ptr mCurrentArray = nullptr; - int64_t mChunkLength; + int64_t mChunkLength = 0; int mFieldSize = 0; };