yma11 commented on code in PR #5772:
URL: https://github.com/apache/incubator-gluten/pull/5772#discussion_r1606293375
##########
backends-velox/src/main/scala/org/apache/gluten/execution/python/ColumnarArrowEvalPythonExec.scala:
##########
@@ -341,11 +355,20 @@ case class ColumnarArrowEvalPythonExec(
val joinedVectors = (0 until inputCb.numCols).toArray.map(
i => inputCb.column(i)) ++ (0 until
outputCb.numCols).toArray.map(
i => outputCb.column(i))
+ // Columns in outputCb has random 0 or 1 refCnt and will fail
checks in ensureOffload,
+ // so we do a hard reset here.
Review Comment:
Not quite. The outputCb is directly retrieved from python worker so can't
debug why it happens.
--
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]