From 21146808613d8c1087f01c2591685b39537af543 Mon Sep 17 00:00:00 2001 From: Weijun Huang Date: Tue, 21 Nov 2023 18:01:25 +0100 Subject: [PATCH] modify comment --- datafusion/common/src/scalar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/common/src/scalar.rs b/datafusion/common/src/scalar.rs index 0f98371ef281..ffa8ab50f862 100644 --- a/datafusion/common/src/scalar.rs +++ b/datafusion/common/src/scalar.rs @@ -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),