From e05f6ff63bf6d73c85048d499dd6f3073f746cad Mon Sep 17 00:00:00 2001 From: Kazuyuki Tanimura Date: Tue, 4 Jun 2024 10:56:10 -0700 Subject: [PATCH] build: Enable spark-4.0 Spark tests --- core/src/errors.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/errors.rs b/core/src/errors.rs index 01192272b..658137700 100644 --- a/core/src/errors.rs +++ b/core/src/errors.rs @@ -377,7 +377,6 @@ fn throw_exception(env: &mut JNIEnv, error: &CometError, backtrace: Option { let obj = env.new_local_ref(throwable).unwrap(); - // let obj = env.alloc_object(JClass::from(obj)).unwrap(); env.throw(JThrowable::from(obj)) } _ => {