metegenez commented on code in PR #21513:
URL: https://github.com/apache/datafusion/pull/21513#discussion_r3063775800
##########
datafusion/sql/src/unparser/dialect.rs:
##########
@@ -51,6 +51,11 @@ pub trait Dialect: Send + Sync {
/// Return the character used to quote identifiers.
fn identifier_quote_style(&self, _identifier: &str) -> Option<char>;
+ /// Whether array literals should be rendered with the `ARRAY[...]`
keyword.
+ fn array_keyword(&self) -> bool {
Review Comment:
maybe use_array_keyword_for_array_literals type of name would be more
suitable here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]