manuzhang commented on code in PR #2897:
URL: https://github.com/apache/datafusion-comet/pull/2897#discussion_r2679676131
##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -1182,10 +1206,10 @@ class CometCastSuite extends CometTestBase with
AdaptiveSparkPlanHelper {
withNulls(gen.generateLongs(dataSize)).toDF("a")
}
- private def generateArrays(rowSize: Int, elementType: DataType): DataFrame =
{
+ private def generateArrays(rowNum: Int, elementType: DataType): DataFrame = {
Review Comment:
This is intended since `rowNum` (meaning the number of rows) makes more
sense to me.
--
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]