2010YOUY01 commented on issue #11552: URL: https://github.com/apache/datafusion/issues/11552#issuecomment-2239309766
All below queries will panic similarly ``` SELECT * FROM t1 ORDER BY ACOS(SIN(v1)); SELECT * FROM t1 ORDER BY ACOSH(SIN(v1)); SELECT * FROM t1 ORDER BY ASIN(SIN(v1)); SELECT * FROM t1 ORDER BY ATANH(SIN(v1)); ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org