diff --git a/cpp/src/io/orc/writer_impl.cu b/cpp/src/io/orc/writer_impl.cu index 065a85108c3..db02125ce77 100644 --- a/cpp/src/io/orc/writer_impl.cu +++ b/cpp/src/io/orc/writer_impl.cu @@ -580,7 +580,7 @@ orc_streams writer::impl::create_streams(host_span 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},