moulimukherjee commented on issue #287: WIP: Strict projection for dates timestamps URL: https://github.com/apache/incubator-iceberg/pull/287#issuecomment-511548275 Expected behaviour: `ts > 2019-07-07T23:59:59.9999` can be projected strict using `ts_day` >= 2019-07-08 But for `ts > 2019-07-07T15:46:37.89789`, `ts_day` >= `2019-07-08` will only return a subset of the records (not returning records between 15th hour and last hour of 2019-07-07), so it cannot be a strict projection based on https://github.com/apache/incubator-iceberg/blob/master/api/src/main/java/org/apache/iceberg/expressions/ResidualEvaluator.java#L203
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
