iffyio commented on code in PR #1724:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1724#discussion_r1963056561
##########
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:
You're right, we don't run any lint for this in the project unfortunattely
so there are discrepancies in the codebase. Ideally especially for public
functions, in order for the comment to show up in the documentation `///` is
required, whereas `//` is a internal-only code comment
--
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]