You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/27 16:34:41 UTC

[GitHub] [arrow] WillAyd commented on a change in pull request #11990: ARROW-15032: [C++] Add DateStruct Function

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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org