You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/10/12 16:31:05 UTC

[GitHub] [iceberg] rdblue commented on pull request #1579: Fix possibly flakey test in TestHiveIcebergFilterFactory#testDateType

rdblue commented on pull request #1579:
URL: https://github.com/apache/iceberg/pull/1579#issuecomment-707222919


   The problem here is that `HiveIcebergFilterFactory.daysFromDate` calls `date.toLocalDate`, which is zone-dependent. So although we set the underlying date value correctly, it is corrupted by calling `toLocalDate`. We need to fix that method to translate correctly.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org