alamb commented on code in PR #2893:
URL: https://github.com/apache/arrow-datafusion/pull/2893#discussion_r923369831


##########
datafusion/common/src/scalar.rs:
##########
@@ -77,8 +77,8 @@ pub enum ScalarValue {
     /// large binary
     LargeBinary(Option<Vec<u8>>),
     /// list of nested ScalarValue
-    List(Option<Vec<ScalarValue>>, Box<DataType>),
-    /// Date stored as a signed 32bit int days since UNIX epoch 1970-01-01
+    List(Option<Vec<ScalarValue>>, Box<Field>),
+    /// Date stored as a signed 32bit int

Review Comment:
   ```suggestion
       /// Date stored as a signed 32bit int days since UNIX epoch 1970-01-01
   ```
   
   Seems to have gotten lost in the merge



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