Skip to content

Commit c801fe5

Browse files
authored
Add default null handling to run_throughput_pipeline_py function (#1110)
1 parent 9e0aac1 commit c801fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qdp/qdp-python/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ fn run_throughput_pipeline_py(
5050
encoding_method,
5151
seed,
5252
warmup_batches,
53+
null_handling: qdp_core::NullHandling::default(),
5354
};
5455
let result = py
5556
.detach(|| qdp_core::run_throughput_pipeline(&config))

0 commit comments

Comments
 (0)