Dandandan commented on code in PR #7989:
URL: https://github.com/apache/arrow-datafusion/pull/7989#discussion_r1377200037
##########
datafusion/common/src/scalar.rs:
##########
@@ -1776,7 +1631,8 @@ impl ScalarValue {
.unwrap()
}
- /// Converts `Vec<ScalaValue>` to ListArray, simplified version of
ScalarValue::to_array
+ /// Converts `Vec<ScalaValue>` where each element has type corresponding to
Review Comment:
```suggestion
/// Converts `Vec<ScalarValue>` where each element has type
corresponding to
```
--
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]