reset merging_ptr offset before insertion of each overlapping constant (#816)
This commit is contained in:
@@ -479,6 +479,8 @@ pub fn merge_clause_index(
|
||||
merging_ptr.index_constant(constant.clone(), offset);
|
||||
|
||||
for overlapping_constant in overlapping_constants {
|
||||
merging_ptr.offset = 0;
|
||||
|
||||
merging_ptr.index_overlapping_constant(
|
||||
constant,
|
||||
overlapping_constant.clone(),
|
||||
|
||||
Reference in New Issue
Block a user