andygrove opened a new issue, #3949: URL: https://github.com/apache/datafusion-comet/issues/3949
### Describe the bug awslabs ran into the following error when testing a recent 0.15.0 snapshot release. For some reason, there is no more detail provided in the stack trace, making this difficult to debug. The issue does not happen with 0.14.0 release. ``` Execution 'q14b-v4.0' failed: [INTERNAL_ERROR] The "collect" action failed. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.: org.apache.spark.SparkException$.internalError(SparkException.scala:107) org.apache.spark.sql.execution.QueryExecution$.toInternalError(QueryExecution.scala:536) org.apache.spark.sql.execution.QueryExecution$.withInternalError(QueryExecution.scala:548) org.apache.spark.sql.Dataset.$anonfun$withAction$1(Dataset.scala:4321) org.apache.spark.sql.execution.SQLExecution$.$anonfun$withNewExecutionId$6(SQLExecution.scala:125) org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:201) org.apache.spark.sql.execution.SQLExecution$.$anonfun$withNewExecutionId$1(SQLExecution.scala:108) org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:900) org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:66) org.apache.spark.sql.Dataset.withAction(Dataset.scala:4321) org.apache.spark.sql.Dataset.collect(Dataset.scala:3575) ``` ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
