wypb commented on code in PR #9438:
URL: https://github.com/apache/incubator-gluten/pull/9438#discussion_r2074693795


##########
backends-velox/src/main/scala/org/apache/spark/sql/execution/unsafe/UnsafeColumnarBuildSideRelation.scala:
##########
@@ -247,9 +247,9 @@ case class UnsafeColumnarBuildSideRelation(
         override def next(): Iterator[InternalRow] = {
           val (offset, length) = batches.getBytesBufferOffsetAndLength(batchId)
           batchId += 1
-          val batchHandle =
+          val nativeHandle =

Review Comment:
   @jinchengchenghh I have rolled back this part of the code. In addition, `val 
batchHandle = ColumnarBatches 
.getNativeHandle(BackendsApiManager.getBackendName, batch);` can directly reuse 
`nativeHandle`.



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