-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Closed
Copy link
Labels
Description
Describe the bug
External error: Out of spec, message: over/underflow when decoding patched base integer
25/11/19 19:27:02,813 [Executor task launch worker for task 1.0 in stage 3.0 (TID 5)] ERROR Executor: Exception in task 1.0 in stage 3.0 (TID 5)
java.lang.RuntimeException: poll record batch error: Execution error: native execution panics: Execution error: Execution error: output_with_sender[Project] error: Execution error: output_with_sender[Sort] error: Execution error: output_with_sender[Sort]: output() returns error: Execution error: Execution error: output_with_sender[Project]: output() returns error: Execution error: Execution error: output_with_sender[Project] error: Execution error: output_with_sender[Project]: output() returns error: Execution error: Execution error: output_with_sender[BroadcastJoin]: output() returns error: Execution error: Execution error: output_with_sender[Project]: output() returns error: Execution error: Execution error: output_with_sender[BroadcastJoin]: output() returns error: Execution error: Execution error: output_with_sender[BroadcastJoin]: output() returns error: Execution error: Execution error: output_with_sender[OrcScan] error: Execution error: output_with_sender[OrcScan]: output() returns error: Arrow error: External error: External error: Out of spec, message: over/underflow when decoding patched base integer
at org.apache.spark.sql.auron.JniBridge.nextBatch(Native Method)
at org.apache.spark.sql.auron.AuronCallNativeWrapper$$anon$1.hasNext(AuronCallNativeWrapper.scala:86)Verify datafusion-contrib/orc-rust#63 can resolve this issue.
To Reproduce
Expected behavior
Screenshots
Additional context
Reactions are currently unavailable