MohamedAbdeen21 commented on PR #1757: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1757#issuecomment-2711805999
Ended up being a big one. API changes: 1. New struct `SetAssignment` instead of using the tuple `(ObjectName, Expr)` suggested above because visitor feature needs an enum or struct. Also renamed the original `Assignment` to `UpdateAssignment`. 2. New enum `Set` includes all of `Statement`'s `Set*` variants. Other: Update tests. Slightly refactor `parse_set` parser. -- 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