Kontinuation opened a new pull request, #14101:
URL: https://github.com/apache/iceberg/pull/14101

   This PR is based on https://github.com/apache/iceberg/pull/12667. 2 spatial 
predicates were added to operate on geospatial bounds:
   
   * `ST_INTERSECTS`: Test if 2 geospatial bounds intersects with each other
   * `ST_DISJOINT`: The negation of `ST_INTERSECTS`.
   
   A new literal type `BoundingBoxLiteral` is added for representing a 
geospatial query window or geospatial bounds in metrics or Parquet stats.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to