alamb commented on code in PR #6832: URL: https://github.com/apache/arrow-datafusion/pull/6832#discussion_r1263034062
########## datafusion/physical-expr/src/expressions/negative.rs: ########## @@ -236,9 +179,6 @@ mod tests { test_array_negative_op!(Int64, 23456i64, 12345i64); test_array_negative_op!(Float32, 2345.0f32, 1234.0f32); test_array_negative_op!(Float64, 23456.0f64, 12345.0f64); - test_array_negative_op_intervals!(YearMonth, 2345i32, 1234i32); - test_array_negative_op_intervals!(DayTime, 23456i64, 12345i64); - test_array_negative_op_intervals!(MonthDayNano, 234567i128, 123456i128); Review Comment: I think you can do something like this ``` select arrow_cast(interval '30 minutes', 'Interval(MonthDayNano)'); ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org