LuciferYang commented on code in PR #43642:
URL: https://github.com/apache/spark/pull/43642#discussion_r1382887020
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/UnsafeRowConverterSuite.scala:
##########
@@ -313,7 +313,7 @@ class UnsafeRowConverterSuite extends SparkFunSuite with
Matchers with PlanTestB
val converter = factory.create(fieldTypes)
val row = new SpecificInternalRow(fieldTypes)
- val values = Array(new CalendarInterval(0, 7, 0L), null)
+ val values = Seq(new CalendarInterval(0, 7, 0L), null)
Review Comment:
nit: This might be a bit slower than `toImmutableArraySeq`, but it's also
okay.
--
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]