atifiu commented on PR #6252:
URL: https://github.com/apache/iceberg/pull/6252#issuecomment-1764912976

   @huaxingao So finally it is working but without `between `and `<=` 
operators. Yes, I have to tweak my query to adjust the timezone so that entire 
partition is picked by query.
   
   ```
   23/10/16 13:03:17 INFO SparkScanBuilder: Evaluating completely on Iceberg 
side: IsNotNull(page_view_dtm)
   23/10/16 13:03:17 INFO SparkScanBuilder: Evaluating completely on Iceberg 
side: GreaterThanOrEqual(page_view_dtm,2022-12-31 19:00:00.0)
   23/10/16 13:03:17 INFO SparkScanBuilder: Evaluating completely on Iceberg 
side: LessThan(page_view_dtm,2023-01-01 19:00:00.0)
   23/10/16 13:03:17 INFO V2ScanRelationPushDown:
   Pushing operators to spark_catalog.schema.table1
   Pushed Filters: IsNotNull(page_view_dtm), 
GreaterThanOrEqual(page_view_dtm,2022-12-31 19:00:00.0), 
LessThan(page_view_dtm,2023-01-01 19:00:00.0)
   Post-Scan Filters:
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to