Skip to content

Commit

Permalink
remove duplicate aliase name for median
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed May 26, 2024
1 parent 8fc2a1a commit 4086688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions-aggregate/src/median.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl Default for Median {
impl Median {
pub fn new() -> Self {
Self {
aliases: vec!["median".to_string()],
aliases: vec![],
signature: Signature::numeric(1, Volatility::Immutable),
}
}
Expand Down

0 comments on commit 4086688

Please sign in to comment.