comphead commented on issue #3350: URL: https://github.com/apache/datafusion-comet/issues/3350#issuecomment-3825386989
Thanks @andygrove I dont have strong opinion here. IMO fuzz testing is not the same as integration testing, the current test approach follows the pattern we have already dropped in https://github.com/apache/datafusion-comet/pull/2854 in favor of unit tests and fuzz tests. The dropped approach ran spark builtin functions that lives in spark examples registry, but fuzz found issues back in the day. I would say both approaches can coexist, with running heavyweight fuzz testing on prerelease checks. However if unit tests are covered enough(all possible datatypes including edge cases) for each built in function then it should be enough just having unit test suite -- 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]
