ksnijjer opened a new issue #8050: URL: https://github.com/apache/pinot/issues/8050
We have a geospatial usecase where we need to find the points in a polygon which Pinot can do really well with ST_Contains but what we need to do is fetch the Polygon by creating a Bounding box around a Point. Other tools for e.g postgis offers function like `ST_Envelope` to create this bounding box and `St_Buffer` to take a buffer for the radius. Request is to add similar geometry capabilities to Pinot as well vs. having to manually define it. cc @mayankshriv -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org