zanmato1984 commented on code in PR #39267:
URL: https://github.com/apache/arrow/pull/39267#discussion_r1430462644
##########
cpp/src/arrow/compute/kernels/scalar_temporal_test.cc:
##########
@@ -118,6 +118,30 @@ class ScalarTemporalTest : public ::testing::Test {
"2010-01-04T07:35:36", "2006-01-01T08:40:39",
"2005-12-31T09:45:45", "2008-12-27T23:59:59",
"2008-02-28", "2012-03-01", null])";
+ const char* durations_s =
Review Comment:
Thanks for reminding. Actually I was planning to do so at the beginning.
However I found the existing times and dates sets lack either duration ranges
over 1 day or the subtle cases of negative duration, of which special care must
be taken.
Let me know if my understanding is wrong.
--
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]