We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa5385 commit a4490ddCopy full SHA for a4490dd
datafusion/common/src/config.rs
@@ -278,7 +278,7 @@ config_namespace! {
278
///
279
/// Some functions, e.g. `EXTRACT(HOUR from SOME_TIME)`, shift the underlying datetime
280
/// according to this time zone, and then extract the hour
281
- pub time_zone: Option<String>, default = Some("+00:00".into()) // todo: to_upper?
+ pub time_zone: Option<String>, default = Some("+00:00".into())
282
283
/// Parquet options
284
pub parquet: ParquetOptions, default = Default::default()
0 commit comments