Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

columnar BHJ failed on new memory pool #4

Closed
zhouyuan opened this issue Jan 4, 2021 · 0 comments · Fixed by #3
Closed

columnar BHJ failed on new memory pool #4

zhouyuan opened this issue Jan 4, 2021 · 0 comments · Fixed by #3
Labels
bug Something isn't working

Comments

@zhouyuan
Copy link
Collaborator

zhouyuan commented Jan 4, 2021

java.lang.NullPointerException
        at org.apache.arrow.vector.ipc.message.MessageSerializer.serializeMetadata(MessageSerializer.java:179)
        at org.apache.arrow.vector.ipc.message.MessageSerializer.serialize(MessageSerializer.java:165)
        at org.apache.arrow.vector.ipc.message.MessageSerializer.serialize(MessageSerializer.java:150)
        at com.intel.oap.vectorized.ExpressionEvaluator.getSchemaBytesBuf(ExpressionEvaluator.java:242)
        at com.intel.oap.vectorized.ExpressionEvaluator.build(ExpressionEvaluator.java:105)
        at org.apache.spark.sql.execution.ColumnarBroadcastExchangeExec.$anonfun$relationFuture$1(ColumnarBroadcastExchangeExec.scala:118)
        at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withThreadLocalCaptured$1(SQLExecution.scala:182)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

@zhouyuan zhouyuan added the bug Something isn't working label Jan 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant