imay commented on issue #1603: when Executing sql, mysql command line scrambling URL: https://github.com/apache/incubator-doris/issues/1603#issuecomment-519097644 Yes, point will return a binary, which may cause command line scrambling. You can use `ST_AsText()` function to see the content of it. For Example `select ST_AsText(POINT(3,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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
