alamb commented on code in PR #9019:
URL: https://github.com/apache/arrow-datafusion/pull/9019#discussion_r1486249895
##########
datafusion/common/src/scalar.rs:
##########
@@ -3239,6 +3240,12 @@ impl ScalarType<i64> for TimestampNanosecondType {
}
}
+impl ScalarType<i32> for Date32Type {
Review Comment:
Shall we do the same thing for `Date64Type`?
--
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]