JkSelf commented on code in PR #11927:
URL: https://github.com/apache/gluten/pull/11927#discussion_r3078455903


##########
backends-velox/src/main/java/org/apache/gluten/vectorized/HashJoinBuilder.java:
##########
@@ -39,10 +39,12 @@ public long rtHandle() {
 
   public static native long cloneHashTable(long hashTableData);
 
-  public static native long nativeBuild(
+  public native long nativeBuild(

Review Comment:
   We cannot get the Runtime object if use static here. And then can not get 
the session config value.



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