Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Nov 22, 2023
1 parent 0f1f9ca commit 2114680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub enum ScalarValue {
///
/// The array must be a ListArray with length 1.
List(ArrayRef),
/// The array must be a ListArray with length 1.
/// The array must be a LargeListArray with length 1.
LargeList(ArrayRef),
/// Date stored as a signed 32bit int days since UNIX epoch 1970-01-01
Date32(Option<i32>),
Expand Down

0 comments on commit 2114680

Please sign in to comment.