From 1e805ec125cea18dbad04f2bb76c072c36acc2eb Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Fri, 26 Jul 2024 15:12:57 +0800 Subject: [PATCH] fixup --- cpp/core/jni/JniWrapper.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/core/jni/JniWrapper.cc b/cpp/core/jni/JniWrapper.cc index 6c00d4ad38194..03c936c478b41 100644 --- a/cpp/core/jni/JniWrapper.cc +++ b/cpp/core/jni/JniWrapper.cc @@ -538,7 +538,6 @@ Java_org_apache_gluten_vectorized_NativeColumnarToRowJniWrapper_nativeColumnarTo JNI_METHOD_START auto columnarToRowConverter = ObjectStore::retrieve(c2rHandle); auto cb = ObjectStore::retrieve(batchHandle); - columnarToRowConverter->convert(cb); auto ctx = gluten::getRuntime(env, wrapper); auto& conf = ctx->getConfMap();