andygrove commented on code in PR #519:
URL: https://github.com/apache/datafusion-comet/pull/519#discussion_r1630655033
##########
fuzz-testing/src/main/scala/org/apache/comet/fuzz/Meta.scala:
##########
@@ -106,4 +106,8 @@ object Meta {
Function("stddev_samp", 1),
Function("corr", 2))
+ val unaryArithmeticOps: Seq[String] = Seq("+", "-")
+
+ val binaryArithmeticOps: Seq[String] = Seq("+", "-", "*", "/", "%", "&",
"|", "^")
Review Comment:
Thsi PR was focussing on arithmetic because it is related to the ongoing
work to support ANSI mode, but yet, we should add tests for comparison
operators as well
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]