nealrichardson commented on a change in pull request #9688:
URL: https://github.com/apache/arrow/pull/9688#discussion_r593480391



##########
File path: r/src/scalar.cpp
##########
@@ -68,6 +68,12 @@ SEXP Scalar__as_vector(const std::shared_ptr<arrow::Scalar>& 
scalar) {
   return Array__as_vector(array);
 }
 
+// [[arrow::export]]
+std::shared_ptr<arrow::Array> MakeArrayFromScalar(

Review comment:
       This ended up not being necessary to solve the issue, but it's useful so 
I left it in.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to