Skip to content

Commit 1f91a92

Browse files
committed
Fixed bugs 3
1 parent b088b54 commit 1f91a92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/library/yql/dq/runtime/dq_arrow_helpers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ class TBlockSplitter : public IBlockSplitter {
10431043
, IsLegacyBlock(isLegacyBlock)
10441044
, ChunkSizeLimit(chunkSizeLimit)
10451045
, ArrowPool(pool ? *pool : *NYql::NUdf::GetYqlMemoryPool())
1046+
, BlockTrimmers(width)
10461047
{}
10471048

10481049
bool ShouldSplitItem(const NUdf::TUnboxedValuePod* values, ui32 count) const override {

0 commit comments

Comments
 (0)