Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
宋光璠 committed Dec 21, 2024
1 parent 2069b61 commit e2ffdf2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 33 deletions.
46 changes: 14 additions & 32 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion be/src/util/jni-util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const std::string GetDorisJNIClasspathOption() {

bool JniUtil::jvm_inited_ = false;
__thread JNIEnv* JniUtil::tls_env_ = nullptr;
jclass JniUtil::internal_exc_cl_ = nullptr;
JniUtil::internal_exc_cl_ = nullptr;
jclass JniUtil::jni_util_cl_ = nullptr;
jclass JniUtil::jni_native_method_exc_cl_ = nullptr;
jmethodID JniUtil::throwable_to_string_id_ = nullptr;
Expand Down

0 comments on commit e2ffdf2

Please sign in to comment.