kazuyukitanimura commented on code in PR #668: URL: https://github.com/apache/datafusion-comet/pull/668#discussion_r1680186720
########## fuzz-testing/src/main/scala/org/apache/comet/fuzz/Meta.scala: ########## @@ -108,6 +124,8 @@ object Meta { val unaryArithmeticOps: Seq[String] = Seq("+", "-") - val binaryArithmeticOps: Seq[String] = Seq("+", "-", "*", "/", "%", "&", "|", "^") + val binaryArithmeticOps: Seq[String] = Seq("+", "-", "*", "/", "%", "&", "|", "^", "<<", ">>") + + val comparisonOps: Seq[String] = Seq("=", "<=>", ">", ">=", "<", "<=") Review Comment: FYI there is a known `0.0 != -0.0` issue https://github.com/apache/datafusion/issues/11108 -- 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