Skip to content

Commit 54bd3c3

Browse files
alambDandandan
andauthored
Update datafusion/src/scalar.rs
Co-authored-by: Daniël Heres <danielheres@gmail.com>
1 parent 6dfe1fd commit 54bd3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/scalar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ impl ScalarValue {
331331

332332
/// Creates an array of $ARRAY_TY by unpacking values of
333333
/// SCALAR_TY for primitive types
334-
macro_rules! build_array_primative {
334+
macro_rules! build_array_primitive {
335335
($ARRAY_TY:ident, $SCALAR_TY:ident) => {{
336336
{
337337
let values = scalars

0 commit comments

Comments
 (0)