Skip to content

Commit

Permalink
possible reason for CI failure, as locally it still builds
Browse files Browse the repository at this point in the history
  • Loading branch information
razajafri committed Dec 14, 2023
1 parent b1cb173 commit 185a62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/src/decimal_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ std::unique_ptr<cudf::table> 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<cudf::table> divide_decimal128(
Expand Down

0 comments on commit 185a62b

Please sign in to comment.