Skip to content

Commit

Permalink
remove integer-suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Dec 1, 2021
1 parent 03652c9 commit c9f73ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/orc/writer_impl.cu
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ orc_streams writer::impl::create_streams(host_span<orc_column_view> columns,

auto const direct_data_size =
segmentation.num_stripes() == 0
? 0ul
? 0
: std::accumulate(segmentation.stripes.front().cbegin(),
segmentation.stripes.back().cend(),
size_t{0},
Expand Down

0 comments on commit c9f73ad

Please sign in to comment.