dongjoon-hyun commented on a change in pull request #34811:
URL: https://github.com/apache/spark/pull/34811#discussion_r765010576
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/types/DecimalSuite.scala
##########
@@ -299,4 +299,19 @@ class DecimalSuite extends SparkFunSuite with
PrivateMethodTester with SQLHelper
assert(Decimal.fromStringANSI(UTF8String.fromString(string)) ===
Decimal(string))
}
}
+
+ test("SPARK-37451: Performance improvement regressed String to Decimal
cast") {
Review comment:
According to the above description, this causes a different result
accidentally? And, now this recovers it to back?
> The result is null since SPARK-32706.
--
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]