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 2019/07/15 20:02:34 UTC

[GitHub] [incubator-iceberg] moulimukherjee commented on issue #287: WIP: Strict projection for dates timestamps

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


With regards,
Apache Git Services

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