Jackie-Jiang commented on issue #7163:
URL: 
https://github.com/apache/incubator-pinot/issues/7163#issuecomment-882895219


   Can you please try `select * from "test" where 
ST_Contains(ST_GeomFromText("MULTIPOINT (20 20, 25 25)"),ST_GeomFromText("POINT 
(25 25)")) = 1` (add `= 1` for the `ST_Contains` evaluation). `ST_Contains` is 
modeled as a transform function instead of a filter predicate, so we need to 
add a comparison predicate around it


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