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


##########
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:
   Please don't rename the batchHandle, can we reuse the `nativeHandle` in `val 
batchHandle = ColumnarBatches
                 .getNativeHandle(BackendsApiManager.getBackendName, batch);`?



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