kbendick opened a new pull request #1579:
URL: https://github.com/apache/iceberg/pull/1579
For me, the test `TestHiveIcebergFilterFactory#testDateType` is failing.
The predicate filter is testing for equality on dates being "2015-11-12".
There's an off by one error, where the value of `gmtDate` that is returned
from the existing way of computing it is 2015-11-11 and not 2015-11-12. This is
possibly due to the timezone of my computer, but the test is failing when
running locally in California.
I've simply changed the test to use `Date.valueOf("2015-11-12")`, which
matches the `Literal.of("2015-11-12")` more closely anyway.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]