MaxGekk commented on a change in pull request #26132: [SPARK-29387][SQL] Support `*` and `/` operators for intervals URL: https://github.com/apache/spark/pull/26132#discussion_r336099252
########## File path: common/unsafe/src/test/java/org/apache/spark/unsafe/types/CalendarIntervalSuite.java ########## @@ -18,6 +18,7 @@ package org.apache.spark.unsafe.types; import org.junit.Test; +import scala.Int; Review comment: Otherwise compilation fails with: ``` [error] /Users/maxim/proj/interval-mul-div/common/unsafe/src/test/java/org/apache/spark/unsafe/types/CalendarIntervalSuite.java:318: error: cannot find symbol [error] interval.multiply(Int.MaxValue()); [error] ^ ``` ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
