zhztheplayer commented on code in PR #5772:
URL: https://github.com/apache/incubator-gluten/pull/5772#discussion_r1609368533


##########
gluten-data/src/main/java/org/apache/gluten/vectorized/ArrowWritableColumnVector.java:
##########
@@ -345,6 +345,10 @@ public void retain() {
     refCnt.getAndIncrement();
   }
 
+  public AtomicLong getRefCntObj() {
+    return refCnt;
+  }

Review Comment:
   It still looks risky... Let me add a fix on your PR



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