WangCHX commented on PR #8620:
URL: https://github.com/apache/pinot/pull/8620#issuecomment-1116742625

   > This is not the correct fix. The filter operator relies on the H3 index on 
the column. If the column is within an expression, the result will be wrong. 
E.g. `ST_DISTANCE(geoCol, 'point')` is not the same as 
`ST_DISTANCE(myFunc(geoCol), 'point')`, and we cannot use the same index 
because the index is not applied to the `myFunc(geoCol)`
   
   is it ok for me to add constraints that the function only can be 
`toSphericalGeography` and `toGeometry` right now?


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

Reply via email to