From 185a62bc249401f00012c524fad7b1921c4e345b Mon Sep 17 00:00:00 2001 From: Raza Jafri Date: Thu, 14 Dec 2023 09:21:15 -0800 Subject: [PATCH] possible reason for CI failure, as locally it still builds --- src/main/cpp/src/decimal_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cpp/src/decimal_utils.hpp b/src/main/cpp/src/decimal_utils.hpp index ed4ee30d95..9793e63445 100644 --- a/src/main/cpp/src/decimal_utils.hpp +++ b/src/main/cpp/src/decimal_utils.hpp @@ -30,7 +30,7 @@ std::unique_ptr multiply_decimal128( cudf::column_view const& a, cudf::column_view const& b, int32_t product_scale, - bool const& cast_interim_result, + bool const cast_interim_result, rmm::cuda_stream_view stream = cudf::get_default_stream()); std::unique_ptr divide_decimal128(