This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 865945337 [VL] Remove unused variable in VeloxJniWrapper (#5528)
865945337 is described below
commit 86594533727d36174201757308f14275a45976e1
Author: Joey <[email protected]>
AuthorDate: Thu Apr 25 20:19:18 2024 +0800
[VL] Remove unused variable in VeloxJniWrapper (#5528)
---
cpp/velox/jni/VeloxJniWrapper.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpp/velox/jni/VeloxJniWrapper.cc b/cpp/velox/jni/VeloxJniWrapper.cc
index b5ae96a04..188d62ac5 100644
--- a/cpp/velox/jni/VeloxJniWrapper.cc
+++ b/cpp/velox/jni/VeloxJniWrapper.cc
@@ -159,7 +159,6 @@ JNIEXPORT jlong JNICALL
Java_org_apache_gluten_utils_VeloxBloomFilterJniWrapper_
jobject wrapper,
jbyteArray data) {
JNI_METHOD_START
- auto len = env->GetArrayLength(data);
auto safeArray = gluten::getByteArrayElementsSafe(env, data);
auto ctx = gluten::getRuntime(env, wrapper);
auto filter =
std::make_shared<velox::BloomFilter<std::allocator<uint64_t>>>();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]