Skip to content

Commit

Permalink
Align with new group id (substrait-io#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Apr 12, 2022
1 parent c37a19f commit 08de2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/jni/jni_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void JNI_OnUnload(JavaVM* vm, void* reserved) {
}

JNIEXPORT void JNICALL
Java_com_intel_oap_vectorized_ExpressionEvaluatorJniWrapper_nativeInitNative(
Java_io_glutenproject_vectorized_ExpressionEvaluatorJniWrapper_nativeInitNative(
JNIEnv* env, jobject obj) {
gazellejni::SetBackendFactory(
[] { return std::make_shared<::velox::compute::VeloxPlanConverter>(); });
Expand Down

0 comments on commit 08de2f5

Please sign in to comment.