paleolimbot commented on code in PR #14550: URL: https://github.com/apache/arrow/pull/14550#discussion_r1021630921
########## r/src/compute.cpp: ########## @@ -449,7 +449,7 @@ std::shared_ptr<arrow::compute::FunctionOptions> make_compute_options( return std::make_shared<Options>(cpp11::as_cpp<std::string>(options["characters"])); } - if (func_name == "utf8_slice_codeunits") { + if (func_name == "utf8_slice_codeunits" || func_name == "binary_slice") { Review Comment: Sorry I missed this ping on Thursday...I'm happy to do this but it's slightly easier to do on a separate PR. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org