akupchinskiy commented on code in PR #2010: URL: https://github.com/apache/datafusion-comet/pull/2010#discussion_r2212698030
########## spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala: ########## @@ -2765,6 +2765,26 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper { } } + test("randn expression with random parameters") { + val partitionsNumber = Random.nextInt(10) + 1 Review Comment: I don't think so. But, it is definitely worth checking out some more complex scenario where evaluation happens after shuffle. So I added a separate test case for that. -- 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