Skip to content

Commit bf9da41

Browse files
committed
date_part should be immutable.
1 parent bea7594 commit bf9da41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/functions/src/datetime/date_part.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl DatePartFunc {
135135
Coercion::new_exact(TypeSignatureClass::Duration),
136136
]),
137137
],
138-
Volatility::Stable
138+
Volatility::Immutable
139139
),
140140
aliases: vec![String::from("datepart"), String::from("extract")],
141141
}

0 commit comments

Comments
 (0)