JkSelf commented on code in PR #11927:
URL: https://github.com/apache/gluten/pull/11927#discussion_r3078447043
##########
cpp/velox/jni/VeloxJniWrapper.cc:
##########
@@ -950,6 +953,16 @@ JNIEXPORT jlong JNICALL
Java_org_apache_gluten_vectorized_HashJoinBuilder_native
jlong bloomFilterPushdownSize,
jint numThreads) {
JNI_METHOD_START
+ auto ctx = getRuntime(env, wrapper);
+ facebook::velox::config::ConfigBase
queryConf(std::unordered_map<std::string, std::string>(ctx->getConfMap()));
Review Comment:
Yes. Exposed the veloxCfg_ from VeloxRuntime.
--
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]