Jimexist commented on a change in pull request #895:
URL: https://github.com/apache/arrow-rs/pull/895#discussion_r739954330
##########
File path: arrow/src/compute/kernels/comparison.rs
##########
@@ -597,14 +595,15 @@ pub fn regexp_is_match_utf8_scalar<OffsetSize:
StringOffsetSizeTrait>(
}
}
+ let buffer = result.finish();
Review comment:
not sure if moving this out would help but let me try this anyway
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]