-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Found when working on apache/datafusion-comet#3470
- width_bucket - with range data *** FAILED *** (110 milliseconds)
org.apache.spark.SparkException: Job aborted due to stage failure: Task 1 in stage 186.0 failed 1 times, most recent failure: Lost task 1.0 in stage 186.0 (TID 536) (localhost executor driver): org.apache.comet.CometNativeException: could not cast array of type Int64 to arrow_array::array::primitive_array::PrimitiveArray<arrow_array::types::Int32Type>.
The numBuckets should Long however currently it is Int32
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working