-
Notifications
You must be signed in to change notification settings - Fork 296
native_shuffle crashes for repartition + count #3846
Copy link
Copy link
Open
Labels
area:shuffleShuffle (JVM and native)Shuffle (JVM and native)bugSomething isn't workingSomething isn't workingcrashNative engine crash/panic/segfaultNative engine crash/panic/segfaultpriority:highCrashes, panics, segfaults, major functional breakageCrashes, panics, segfaults, major functional breakage
Description
Describe the bug
Valid query
spark.read.parquet("hdfs://location").repartition(50).count()
Crashes with
org.apache.comet.CometNativeException: External error: Execution error: Error in shuffle write: Arrow error: Invalid argument error: must either specify a row count or at least one column
Steps to reproduce
No response
Expected behavior
should work
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:shuffleShuffle (JVM and native)Shuffle (JVM and native)bugSomething isn't workingSomething isn't workingcrashNative engine crash/panic/segfaultNative engine crash/panic/segfaultpriority:highCrashes, panics, segfaults, major functional breakageCrashes, panics, segfaults, major functional breakage