We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc2a1a commit 4086688Copy full SHA for 4086688
1 file changed
datafusion/functions-aggregate/src/median.rs
@@ -79,7 +79,7 @@ impl Default for Median {
79
impl Median {
80
pub fn new() -> Self {
81
Self {
82
- aliases: vec!["median".to_string()],
+ aliases: vec![],
83
signature: Signature::numeric(1, Volatility::Immutable),
84
}
85
0 commit comments