Skip to content

Commit 496ce9d

Browse files
committed
DPL: initialise the initial chunk length
1 parent 348b194 commit 496ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/TableTreeHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ColumnToBranch
105105
arrow::Type::type mFieldType;
106106
std::vector<uint8_t> cache;
107107
std::shared_ptr<arrow::Array> mCurrentArray = nullptr;
108-
int64_t mChunkLength;
108+
int64_t mChunkLength = 0;
109109
int mFieldSize = 0;
110110
};
111111

0 commit comments

Comments
 (0)