andygrove commented on code in PR #1779: URL: https://github.com/apache/datafusion-comet/pull/1779#discussion_r2103730813
########## spark/src/test/scala/org/apache/comet/CometArrayExpressionSuite.scala: ########## @@ -425,7 +425,6 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp checkSparkAnswerAndOperator( sql("SELECT array_repeat(_2, 5) from t1 where _2 is not null")) checkSparkAnswerAndOperator(sql("SELECT array_repeat(_2, 5) from t1 where _2 is null")) - checkSparkAnswerAndOperator(sql("SELECT array_repeat(_3, _4) from t1 where _3 is null")) Review Comment: the average value of `_4` is 5,000 so for 10k rows we are repeating values a total of 50m times -- 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