goldmedal commented on code in PR #10573: URL: https://github.com/apache/datafusion/pull/10573#discussion_r1609270235
########## datafusion/sql/src/unparser/dialect.rs: ########## @@ -15,19 +15,30 @@ // specific language governing permissions and limitations // under the License. +use regex::Regex; +use sqlparser::keywords::ALL_KEYWORDS; + /// Dialect is used to capture dialect specific syntax. Review Comment: Thanks. Look nice. -- 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]
