comphead commented on code in PR #14214: URL: https://github.com/apache/datafusion/pull/14214#discussion_r1924035483
########## docs/source/user-guide/sql/operators.md: ########## @@ -110,6 +110,7 @@ Modulo (remainder) - [<= (less than or equal to)](#op_le) - [> (greater than)](#op_gt) - [>= (greater than or equal to)](#op_ge) +- [<=> (three-way comparision, alias for IS NOT DISTINCT FROM)](#op_spaceship) Review Comment: ```suggestion - [<=> (three-way comparison, alias for IS NOT DISTINCT FROM)](#op_spaceship) ``` -- 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