Skip to content

Commit a4490dd

Browse files
committed
Remove todo
1 parent ffa5385 commit a4490dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ config_namespace! {
278278
///
279279
/// Some functions, e.g. `EXTRACT(HOUR from SOME_TIME)`, shift the underlying datetime
280280
/// according to this time zone, and then extract the hour
281-
pub time_zone: Option<String>, default = Some("+00:00".into()) // todo: to_upper?
281+
pub time_zone: Option<String>, default = Some("+00:00".into())
282282

283283
/// Parquet options
284284
pub parquet: ParquetOptions, default = Default::default()

0 commit comments

Comments
 (0)