We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07e520 commit 61d803bCopy full SHA for 61d803b
1 file changed
src/utils.rs
@@ -97,7 +97,7 @@ pub(crate) fn parse_volatility(value: &str) -> PyDataFusionResult<Volatility> {
97
"volatile" => Volatility::Volatile,
98
value => {
99
return Err(PyDataFusionError::Common(format!(
100
- "Unsupportad volatility type: `{value}`, supported \
+ "Unsupported volatility type: `{value}`, supported \
101
values are: immutable, stable and volatile."
102
)))
103
}
0 commit comments