File tree 3 files changed +2
-100
lines changed
3 files changed +2
-100
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,6 @@ config_namespace! {
734
734
735
735
/// Display format of explain. Default is "indent".
736
736
/// When set to "tree", it will print the plan in a tree-rendered format.
737
- /// No need to normalize because ExplainFormat is case-insensitive
738
737
pub format: String , default = "indent" . to_string( )
739
738
}
740
739
}
@@ -769,7 +768,7 @@ config_namespace! {
769
768
pub timestamp_format: Option <String >, default = None
770
769
/// Timestamp format for timestamp with timezone arrays
771
770
pub timestamp_tz_format: Option <String >, default = None
772
- /// Time format for time arrcays
771
+ /// Time format for time arrays
773
772
pub time_format: Option <String >, default = None
774
773
/// Duration format. Can be either Pretty or ISO8601
775
774
pub duration_format: String , default = "pretty" . into( )
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ datafusion.format.datetime_format NULL Format for DateTime arrays
386
386
datafusion.format.duration_format pretty Duration format. Can be either Pretty or ISO8601
387
387
datafusion.format.null (empty) Format string for nulls
388
388
datafusion.format.safe true If set to `true` any formatting errors will be written to the output instead of being converted into a [`std::fmt::Error`]
389
- datafusion.format.time_format NULL Time format for time arrcays
389
+ datafusion.format.time_format NULL Time format for time arrays
390
390
datafusion.format.timestamp_format NULL Timestamp format for timestamp arrays
391
391
datafusion.format.timestamp_tz_format NULL Timestamp format for timestamp with timezone arrays
392
392
datafusion.format.types_info false Show types in visual representation batches
You can’t perform that action at this time.
0 commit comments