Skip to content

Commit

Permalink
Removed secondary cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Mar 15, 2024
1 parent 7f8ed77 commit b0e8e2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 234 deletions.
5 changes: 0 additions & 5 deletions cpp/src/gandiva/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ add_gandiva_test(projector-test
to_string_test.cc
utf8_test.cc)

add_gandiva_test(secondary-projector-test
SOURCES
secondary_cache_test.cc
test_util.cc)

if(ARROW_BUILD_STATIC)
add_gandiva_test(projector_test_static
SOURCES
Expand Down
228 changes: 0 additions & 228 deletions cpp/src/gandiva/tests/secondary_cache_test.cc

This file was deleted.

1 change: 0 additions & 1 deletion java/gandiva/src/main/cpp/jni_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ void JNI_OnUnload(JavaVM* vm, void* reserved) {
env->DeleteGlobalRef(listvector_expander_class_);
env->DeleteGlobalRef(vector_expander_ret_class_);
env->DeleteGlobalRef(list_expander_ret_class_);
env->DeleteGlobalRef(cache_buf_ret_class_);
}

DataTypePtr SimpleProtoTypeToDataType(const gandiva::types::GandivaType& gandiva_type);
Expand Down

0 comments on commit b0e8e2e

Please sign in to comment.