Skip to content

Commit 2e5a7a3

Browse files
author
Fantayeneh Asres Gizaw
committed
Resolve Conflict
1 parent 22dd6b3 commit 2e5a7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqllogictest/src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ impl<D: AsyncDB, M: MakeConnection<Conn = D>> Runner<D, M> {
876876
rows.len() * types.len()
877877
};
878878

879-
if self.hash_threshold > 0 && rows.len() * types.len() > self.hash_threshold {
879+
if self.hash_threshold > 0 && num_values > self.hash_threshold {
880880
let mut md5 = md5::Md5::new();
881881
for line in &rows {
882882
for value in line {

0 commit comments

Comments
 (0)