LuciferYang edited a comment on pull request #35507: URL: https://github.com/apache/spark/pull/35507#issuecomment-1040070901
> Seems the failure is related to the changes: > > ``` > [info] - cache supports for intervals *** FAILED *** (330 milliseconds) > [info] org.apache.spark.SparkException: Job aborted due to stage failure: Task 1 in stage 357.0 failed 1 times, most recent failure: Lost task 1.0 in stage 357.0 (TID 530) (localhost executor driver): java.util.concurrent.ExecutionException: org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 58, Column 26: failed to compile: org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 58, Column 26: No applicable constructor/method found for actual parameters "java.nio.ByteBuffer, org.apache.spark.sql.types.CalendarIntervalType$"; candidates are: "org.apache.spark.sql.execution.columnar.IntervalColumnAccessor(java.nio.ByteBuffer)" > ``` it's my bad, [dfaf187](https://github.com/apache/spark/pull/35507/commits/dfaf187d9b92e6f2032b8c8121be6c3b7a502a9c) should fix this failure, I will pay attention to whether GA passes, thanks @MaxGekk -- 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]
