We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52287ca commit 6fabeb0Copy full SHA for 6fabeb0
datafusion/sql/src/unparser/dialect.rs
@@ -27,7 +27,7 @@ use sqlparser::{ast, keywords::ALL_KEYWORDS};
27
///
28
/// See <https://github.com/sqlparser-rs/sqlparser-rs/pull/1170>
29
/// See also the discussion in <https://github.com/apache/datafusion/pull/10625>
30
-pub trait Dialect {
+pub trait Dialect: Send + Sync {
31
/// Return the character used to quote identifiers.
32
fn identifier_quote_style(&self, _identifier: &str) -> Option<char>;
33
0 commit comments