Skip to content

Commit

Permalink
test: enabling Spark tests with offHeap requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed Dec 18, 2024
1 parent 8b3d6fa commit f1e53aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/core/src/execution/jni_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub unsafe extern "system" fn Java_org_apache_comet_Native_createPlan(
batch_size as usize,
use_unified_memory_manager == 1,
memory_limit as usize,
memory_fraction as f64,
memory_fraction,
task_memory_manager,
)?;

Expand Down

0 comments on commit f1e53aa

Please sign in to comment.