Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Dec 14, 2024
1 parent 3ad250c commit 412dec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/src/core/least.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use std::any::Any;
use std::sync::{Arc, OnceLock};

const SORT_OPTIONS: SortOptions = SortOptions {
// Decreasing here as we will use lower than or equal to find the smallest value
// Having the smallest result first
descending: false,

// NULL will be greater than any other value
Expand Down

0 comments on commit 412dec6

Please sign in to comment.