manannan2017 opened a new issue #1609: POLYGON function:when 2 pairs of data is different,the result is NULL always URL: https://github.com/apache/incubator-doris/issues/1609 steps: 1、doris 1》 2 pairs of data is different SELECT ST_AsText(ST_Polygon('POLYGON ((0 0, 0 10, 10 10, 10 0,0 0), (0 0, 0 30, 30 30, 30 0,0 0))'));  2》 2 pairs of data is same SELECT ST_AsText(ST_Polygon('POLYGON ((0 0, 0 10, 10 10, 10 0,0 0), (0 0, 0 10, 10 10, 10 0,0 0))'));  2、mysql 1》 2 pairs of data is different SELECT ST_AsText(GEOMFROMTEXT('POLYGON ((0 0, 0 10, 10 10, 10 0,0 0), (0 0, 0 30, 30 30, 30 0,0 0))'));  2》2 pairs of data is same it is same as doris
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
