diff --git a/cpp/core/jni/JniWrapper.cc b/cpp/core/jni/JniWrapper.cc index 0c00c10f1d9a1..6c00d4ad38194 100644 --- a/cpp/core/jni/JniWrapper.cc +++ b/cpp/core/jni/JniWrapper.cc @@ -540,7 +540,7 @@ Java_org_apache_gluten_vectorized_NativeColumnarToRowJniWrapper_nativeColumnarTo auto cb = ObjectStore::retrieve(batchHandle); columnarToRowConverter->convert(cb); auto ctx = gluten::getRuntime(env, wrapper); - + auto& conf = ctx->getConfMap(); int64_t column2RowMemThreshold; auto it = conf.find(kColumnToRowMemoryThreshold);