edponce commented on a change in pull request #12014:
URL: https://github.com/apache/arrow/pull/12014#discussion_r794749664
##########
File path: cpp/src/arrow/array/array_test.cc
##########
@@ -534,7 +534,7 @@ static ScalarVector GetScalars() {
std::make_shared<UInt64Scalar>(3),
std::make_shared<DoubleScalar>(3.0),
std::make_shared<Date32Scalar>(10),
- std::make_shared<Date64Scalar>(11),
+ std::make_shared<Date64Scalar>(864000000),
Review comment:
Is this literal meant to be an invalid value?
There is an extra 0 compared to `1000 x 60 x 60 x 24 = 86400000`.
--
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]