advancedxy commented on code in PR #179:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/179#discussion_r1522569002
##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -90,13 +90,13 @@ class CometCastSuite extends CometTestBase with
AdaptiveSparkPlanHelper {
Range(0, len).map(_ => chars.charAt(r.nextInt(chars.length))).mkString
}
- private def fuzzCastFromString(chars: String, maxLen: Int, toType: DataType)
{
+ private def fuzzCastFromString(chars: String, maxLen: Int, toType:
DataType): Unit = {
Review Comment:
I believe this change is introduced by `scalafix:scalafix` via `make
format`. I create PR:
https://github.com/apache/arrow-datafusion-comet/pull/203 to fix this.
--
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]