coderfender commented on issue #1838:
URL: 
https://github.com/apache/datafusion-ballista/issues/1838#issuecomment-4678051351

   With AQE enabled : 
   
   ```
   2026-06-11T07:00:31.183600Z  WARN ballista_executor::execution_loop: 
Executor failed to run task: PartitionId { job_id: "5zg9liN", stage_id: 16, 
partition_id: 0 }, error: DataFusionError(Internal("Assertion failed: 
col.name() == matching_name: Input field name r_reason_sk does not match with 
the projection expression count(*)"))
   2026-06-11T07:00:31.183996Z ERROR 
ballista_scheduler::scheduler_server::query_stage_scheduler: Job 5zg9liN 
running failed
   2026-06-11T07:00:31.184692Z ERROR 
ballista_core::execution_plans::distributed_query: Job 5zg9liN failed: Job 
failed due to stage 16 failed: Task failed due to runtime execution error: 
DataFusionError(Internal("Assertion failed: col.name() == matching_name: Input 
field name r_reason_sk does not match with the projection expression count(*)"))
   
   ArrowError(ExternalError(Execution("Job 5zg9liN failed: Job failed due to 
stage 16 failed: Task failed due to runtime execution error: 
DataFusionError(Internal(\"Assertion failed: col.name() == matching_name: Input 
field name r_reason_sk does not match with the projection expression 
count(*)\"))\n")), Some(""))
   ```


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

Reply via email to