viirya commented on code in PR #9774:
URL: https://github.com/apache/arrow-datafusion/pull/9774#discussion_r1536877937
##########
datafusion/expr/src/columnar_value.rs:
##########
@@ -59,8 +62,13 @@ impl ColumnarValue {
}
}
- /// Convert a columnar value into an ArrayRef. [`Self::Scalar`] is
- /// converted by repeating the same scalar multiple times.
+ /// Convert a columnar value into an Arrow [`ArrayRef`] with the specified
+ /// number. of rows. [`Self::Scalar`] is converted by repeating the same
Review Comment:
```suggestion
/// number of rows. [`Self::Scalar`] is converted by repeating the same
```
--
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]