Skip to content

Commit 92a1443

Browse files
committed
Fixed build 2
1 parent d2121db commit 92a1443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ IBlockSplitter::TPtr CreateBlockSplitter(const TType* type, ui64 chunkSizeLimit,
11341134
return nullptr;
11351135
}
11361136

1137-
return MakeIntrusive<TBlockSplitter>(items.size(), blockLenIndex, isLegacyBlock, chunkSizeLimit, pool);
1137+
return MakeIntrusive<TBlockSplitter>(type, items.size(), blockLenIndex, isLegacyBlock, chunkSizeLimit, pool);
11381138
}
11391139

11401140
} // namespace NArrow

0 commit comments

Comments
 (0)