You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/15 10:33:19 UTC

[GitHub] [spark] LuciferYang edited a comment on pull request #35507: [SPARK-38199][SQL] Delete the unused `dataType` specified in the definition of `IntervalColumnAccessor`

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org