Skip to content
Snippets Groups Projects
Commit 61813bfa authored by Mick Jordan's avatar Mick Jordan
Browse files

Merge

parents e7d7be9a ef43e957
Branches
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ final class CachedReplaceVectorNode extends CachedVectorNode {
int replacementLength = positionsCheckNode.getSelectedPositionsCount(positionProfiles);
if (emptyReplacementProfile.profile(replacementLength == 0)) {
/* Nothing to modify */
return vector;
return vector.materialize();
}
if (valueLengthOneProfile.profile(valueLength != 1)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment