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; };