PokIsemaine commented on code in PR #1724:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1724#discussion_r1962888283


##########
src/dialect/duckdb.rs:
##########
@@ -89,4 +89,9 @@ impl Dialect for DuckDbDialect {
     fn supports_from_first_select(&self) -> bool {
         true
     }
+
+    // See DuckDB 
<https://duckdb.org/docs/sql/query_syntax/orderby.html#order-by-all-examples>

Review Comment:
   I am not very familiar with Rust yet, and I want to know if there are any 
tools that can automatically unify the comment format of a project, because I 
saw both `//` and `///` in the same file, which is a bit confusing. Or does 
this project have any relevant specification documents?



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to