Re: Timestamp / Date filtering

2021-02-19 Thread Peter Vary
Created a PR with the fix, but not entirely comfortable with the changes in GenericRecord.java https://github.com/apache/iceberg/pull/2254 If you have time and more knowledge around the expected behavior of the GenericRecord, please review. Thanks

Timestamp / Date filtering

2021-02-19 Thread Peter Vary
Hi Team, Running tests against Iceberg backed Hive tables I was trying to run this query: SELECT * from date_test WHERE d_date='1998-02-19' The query fails with the Exception below. Basically complains that when filtering the Date field it expects an Integer in the Record, but finds a LocalDat