Skip to content

Commit

Permalink
build: Enable spark-4.0 Spark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed Jun 4, 2024
1 parent 3a36f2e commit e05f6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ fn throw_exception(env: &mut JNIEnv, error: &CometError, backtrace: Option<Strin
match error {
CometError::JavaException { class: _, msg: _, throwable } => {
let obj = env.new_local_ref(throwable).unwrap();
// let obj = env.alloc_object(JClass::from(obj)).unwrap();
env.throw(JThrowable::from(obj))
}
_ => {
Expand Down

0 comments on commit e05f6ff

Please sign in to comment.