Skip to content

Commit

Permalink
make msvc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Dec 20, 2024
1 parent 4590c30 commit e6669fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/scalar_hash_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class TestScalarHash : public ::testing::Test {
}

void CheckHashQuality(const std::string& func, const std::shared_ptr<Array>& arr,
float tolerance = 1.0) {
double tolerance = 1.0) {
ASSERT_OK_AND_ASSIGN(Datum result, CallFunction(func, {arr}));
auto hashes = result.make_array();

Expand Down

0 comments on commit e6669fc

Please sign in to comment.