alamb commented on a change in pull request #9970:
URL: https://github.com/apache/arrow/pull/9970#discussion_r610904035
##########
File path: rust/datafusion/src/scalar.rs
##########
@@ -72,12 +77,14 @@ pub enum ScalarValue {
Date32(Option<i32>),
/// Date stored as a signed 64bit int
Date64(Option<i64>),
+ /// Timestamp Second
+ TimestampSecond(Option<i64>),
Review comment:
I added support for `TimestampSecond` here and renamed
`ScalarValue::TimeMillisecond` --> `ScalarValue::TimestampMillisecond` so that
the `ScalarValue` enum type matches up with the `DataType` enum type name
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]