andygrove commented on code in PR #3076:
URL: https://github.com/apache/arrow-datafusion/pull/3076#discussion_r940267965


##########
datafusion/expr/src/columnar_value.rs:
##########
@@ -41,7 +46,8 @@ impl ColumnarValue {
         }
     }
 
-    /// Convert a columnar value into an ArrayRef
+    /// Convert a columnar value into an ArrayRef. [`Self::Scalar`] is
+    /// converted by repeating the same scalar mulitple times.

Review Comment:
   ```suggestion
       /// converted by repeating the same scalar multiple times.
   ```



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

Reply via email to