yoavcloud opened a new pull request, #2035: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2035
This PR adds support for the `ALTER USER` statement with specific support for the Snowflake options. In addition, the `KeyValueOptions` struct was refactored: 1. Uses the `Value` type instead of its custom types for option values 2. Added support for multi-value options, i.e. KEY=(1,2,3) 3. Added support for nested key-value options, i.e. KEY=(K1=1, K2=2) -- 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