MaxGekk opened a new pull request #29901:
URL: https://github.com/apache/spark/pull/29901


   ### What changes were proposed in this pull request?
   Use `millisToDays()` instead of `microsToDays()` because the former one is 
not available in `branch-3.0`.
   
   ### Why are the changes needed?
   To fix build failure:
   ```
   [ERROR] [Error] 
/home/jenkins/workspace/spark-branch-3.0-maven-snapshots/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/finishAnalysis.scala:85:
 value microsToDays is not a member of object 
org.apache.spark.sql.catalyst.util.DateTimeUtils
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   By running `./build/sbt clean package`


----------------------------------------------------------------
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]

Reply via email to