You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This happened on Spark 3.3.0. I ran locally and was able to reproduce the problem.
This appears to be happening on the CPU run with the error being
java.lang.ArithmeticException: long overflow
at java.lang.Math.multiplyExact(Math.java:892)
at org.apache.spark.sql.catalyst.util.DateTimeUtils$.instantToMicros(DateTimeUtils.scala:481)
at org.apache.spark.sql.catalyst.util.DateTimeUtils$.daysToMicros(DateTimeUtils.scala:76)
at org.apache.spark.sql.catalyst.util.DateTimeUtils.daysToMicros(DateTimeUtils.scala)
The text was updated successfully, but these errors were encountered:
Describe the bug
This happened on Spark 3.3.0. I ran locally and was able to reproduce the problem.
This appears to be happening on the CPU run with the error being
The text was updated successfully, but these errors were encountered: