rluvaton commented on code in PR #18446:
URL: https://github.com/apache/datafusion/pull/18446#discussion_r2510839434
##########
datafusion/expr-common/src/columnar_value.rs:
##########
@@ -135,6 +135,36 @@ impl ColumnarValue {
/// number of rows. [`Self::Scalar`] is converted by repeating the same
/// scalar multiple times which is not as efficient as handling the scalar
/// directly.
+ /// This validates that [`Self::Array`], if it exists, has the expected
length.
Review Comment:
```suggestion
/// This validates that if this is [`Self::Array`] it has the expected
length.
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]