beliefer commented on a change in pull request #32244:
URL: https://github.com/apache/spark/pull/32244#discussion_r617978277
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala
##########
@@ -305,7 +305,7 @@ object QueryExecutionErrors {
new IllegalStateException("table stats must be specified.")
}
- def unaryMinusCauseOverflowError(originValue: Short): ArithmeticException = {
+ def unaryMinusCauseOverflowError(originValue: AnyVal): ArithmeticException =
{
Review comment:
I tried. But got the failed.
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137759/testReport/
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]