Weijun-H commented on code in PR #18408:
URL: https://github.com/apache/datafusion/pull/18408#discussion_r2535061527


##########
datafusion/sql/src/parser.rs:
##########
@@ -722,6 +744,47 @@ impl<'a> DFParser<'a> {
         }))
     }
 
+    /// Parse a SQL `RESET`
+    pub fn parse_reset(&mut self) -> Result<Statement, DataFusionError> {

Review Comment:
   sqlparser only supports `ALTER ROLE ... RESET` now, so we have to implement 
from datafusion side.



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