Skip to content

Commit 4785a7b

Browse files
committed
fix
1 parent c4d42eb commit 4785a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serialize_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace sparrow_ipc
4343

4444
int64_t calculate_body_size(const sparrow::record_batch& record_batch)
4545
{
46-
return std::reduce(
46+
return std::accumulate(
4747
record_batch.columns().begin(),
4848
record_batch.columns().end(),
4949
int64_t{0},

0 commit comments

Comments
 (0)