Jefffrey commented on code in PR #17367:
URL: https://github.com/apache/datafusion/pull/17367#discussion_r2366205341


##########
datafusion/sql/src/unparser/dialect.rs:
##########
@@ -267,6 +274,14 @@ impl Dialect for DefaultDialect {
 pub struct PostgreSqlDialect {}
 
 impl Dialect for PostgreSqlDialect {
+    fn supports_qualify(&self) -> bool {
+        false
+    }
+
+    fn requires_derived_table_alias(&self) -> bool {
+        true
+    }

Review Comment:
   Thanks, please make sure to explicitly mention this in the PR body so 
reviewers have context on the change



-- 
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]

Reply via email to