WillAyd commented on a change in pull request #11990: URL: https://github.com/apache/arrow/pull/11990#discussion_r775568843
########## File path: cpp/src/arrow/compute/kernels/scalar_temporal_test.cc ########## @@ -610,6 +673,7 @@ TEST_F(ScalarTemporalTest, TestNonexistentTimezone) { ASSERT_RAISES(Invalid, Year(timestamp_array)); ASSERT_RAISES(Invalid, Month(timestamp_array)); ASSERT_RAISES(Invalid, Day(timestamp_array)); + ASSERT_RAISES(Invalid, YearMonthDay(timestamp_array)); Review comment: I think those are already there in the TestZoned1 and TestZoned2 tests (?) -- 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