Skip to content

Commit

Permalink
Comment to new line
Browse files Browse the repository at this point in the history
  • Loading branch information
blaginin committed Dec 11, 2024
1 parent aea717d commit 64ebbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ config_namespace! {

/// Configure the SQL dialect used by DataFusion's parser; supported values include: Generic,
/// MySQL, PostgreSQL, Hive, SQLite, Snowflake, Redshift, MsSQL, ClickHouse, BigQuery, and Ansi.
pub dialect: String, default = "generic".to_string() // no need to lowercase because
// [`sqlparser::dialect_from_str`] is case-insensitive
pub dialect: String, default = "generic".to_string()
// no need to lowercase because `sqlparser::dialect_from_str`] is case-insensitive

/// If true, permit lengths for `VARCHAR` such as `VARCHAR(20)`, but
/// ignore the length. If false, error if a `VARCHAR` with a length is
Expand Down

0 comments on commit 64ebbd5

Please sign in to comment.