manannan2017 opened a new issue #1639: ST_Contains function:not suitable for Circle、ST_Polygon URL: https://github.com/apache/incubator-doris/issues/1639 2 cases: case 1: SELECT ST_Contains(ST_Circle(111, 64, 90), ST_Circle(111, 64, 10));  case2:ST_Polygon and line;The end of the line is beyond the polygon select ST_Contains(ST_Polygon('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'), ST_LineFromText('LINESTRING(0 0, 13 3)')); 
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org