Skip to content

Commit

Permalink
debug window build
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Dec 17, 2024
1 parent 1eb4ba9 commit f395bba
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 @@ -293,7 +293,7 @@ TEST_F(TestScalarHash, RandomNested) {
for (auto length : array_lengths) {
for (auto null_probability : null_probabilities) {
auto arr = rand.ArrayOf(type, length, null_probability);
CheckDeterminisic("hash32", arr);
// CheckDeterminisic("hash32", arr);
CheckDeterminisic("hash64", arr);
}
}
Expand Down

0 comments on commit f395bba

Please sign in to comment.