zhztheplayer commented on PR #5952:
URL: 
https://github.com/apache/incubator-gluten/pull/5952#issuecomment-2264916846

   Error still occurs at case `SPARK-16995: flat mapping on Dataset containing 
a column created with lit/expr`, should investigate.
   
   
   ```
   Stack: [0x00007f9cf43da000,0x00007f9cf44db000],  sp=0x00007f9cf44d89e0,  
free space=1018k
   Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native 
code)
   V  [libjvm.so+0xb04f5a]  Unsafe_GetLong+0x7a
   J 7081  sun.misc.Unsafe.getLong(Ljava/lang/Object;J)J (0 bytes) @ 
0x00007f9f6d53728e [0x00007f9f6d5371c0+0xce]
   j  org.apache.spark.unsafe.Platform.getLong(Ljava/lang/Object;J)J+5
   j  
org.apache.spark.unsafe.bitset.BitSetMethods.isSet(Ljava/lang/Object;JI)Z+66
   j  org.apache.spark.sql.catalyst.expressions.UnsafeRow.isNullAt(I)Z+14
   j  
org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificOrdering.compare(Lorg/apache/spark/sql/catalyst/InternalRow;Lorg/apache/spark/sql/catalyst/InternalRow;)I+27
   j  
org.apache.spark.sql.execution.GroupedIterator.fetchNextGroupIterator()Z+127
   j  org.apache.spark.sql.execution.GroupedIterator.hasNext()Z+8
   J 8209 C2 scala.collection.Iterator$$anon$11.hasNext()Z (35 bytes) @ 
0x00007f9f6e6bf538 [0x00007f9f6e6bf340+0x1f8]
   j  
org.apache.spark.sql.catalyst.expressions.GeneratedClass$GeneratedIteratorForCodegenStage1.processNext()V+42
   j  org.apache.spark.sql.execution.BufferedRowIterator.hasNext()Z+11
   j  org.apache.spark.sql.execution.WholeStageCodegenExec$$anon$1.hasNext()Z+4
   j  
org.apache.spark.sql.execution.SparkPlan.$anonfun$getByteArrayRdd$1(ZILscala/collection/Iterator;)Lscala/collection/Iterator;+207
   j  
org.apache.spark.sql.execution.SparkPlan$$Lambda$3173.apply(Ljava/lang/Object;)Ljava/lang/Object;+12
   j  
org.apache.spark.rdd.RDD.$anonfun$mapPartitionsInternal$2(Lscala/Function1;Lorg/apache/spark/TaskContext;ILscala/collection/Iterator;)Lscala/collection/Iterator;+2
   j  
org.apache.spark.rdd.RDD.$anonfun$mapPartitionsInternal$2$adapted(Lscala/Function1;Lorg/apache/spark/TaskContext;Ljava/lang/Object;Lscala/collection/Iterator;)Lscala/collection/Iterator;+7
   j  
org.apache.spark.rdd.RDD$$Lambda$2870.apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+13
   j  
org.apache.spark.rdd.MapPartitionsRDD.compute(Lorg/apache/spark/Partition;Lorg/apache/spark/TaskContext;)Lscala/collection/Iterator;+27
   j  
org.apache.spark.rdd.RDD.computeOrReadCheckpoint(Lorg/apache/spark/Partition;Lorg/apache/spark/TaskContext;)Lscala/collection/Iterator;+24
   j  
org.apache.spark.rdd.RDD.iterator(Lorg/apache/spark/Partition;Lorg/apache/spark/TaskContext;)Lscala/collection/Iterator;+40
   j  
org.apache.spark.scheduler.ResultTask.runTask(Lorg/apache/spark/TaskContext;)Ljava/lang/Object;+201
   j  
org.apache.spark.TaskContext.runTaskWithListeners(Lorg/apache/spark/scheduler/Task;)Ljava/lang/Object;+2
   j  
org.apache.spark.scheduler.Task.run(JILorg/apache/spark/metrics/MetricsSystem;ILscala/collection/immutable/Map;Lscala/Option;)Ljava/lang/Object;+254
   j  
org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Lorg/apache/spark/executor/Executor$TaskRunner;Lscala/runtime/BooleanRef;)Ljava/lang/Object;+43
   j  
org.apache.spark.executor.Executor$TaskRunner$$Lambda$2820.apply()Ljava/lang/Object;+8
   j  
org.apache.spark.util.Utils$.tryWithSafeFinally(Lscala/Function0;Lscala/Function0;)Ljava/lang/Object;+4
   j  org.apache.spark.executor.Executor$TaskRunner.run()V+457
   j  
java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
   j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
   j  java.lang.Thread.run()V+11
   v  ~StubRoutines::call_stub
   V  [libjvm.so+0x69fb72]  JavaCalls::call_helper(JavaValue*, methodHandle*, 
JavaCallArguments*, Thread*)+0xe32
   V  [libjvm.so+0x69d183]  JavaCalls::call_virtual(JavaValue*, KlassHandle, 
Symbol*, Symbol*, JavaCallArguments*, Thread*)+0x263
   V  [libjvm.so+0x69d787]  JavaCalls::call_virtual(JavaValue*, Handle, 
KlassHandle, Symbol*, Symbol*, Thread*)+0x57
   V  [libjvm.so+0x73de8c]  thread_entry(JavaThread*, Thread*)+0x6c
   V  [libjvm.so+0xad7b0b]  JavaThread::thread_main_inner()+0xdb
   V  [libjvm.so+0xad7dd9]  JavaThread::run()+0x299
   V  [libjvm.so+0x9651f2]  java_start(Thread*)+0xe2
   C  [libpthread.so.0+0x8609]  start_thread+0xd9
   ```


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