alamb commented on code in PR #1954:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1954#discussion_r2215910483


##########
src/ast/mod.rs:
##########
@@ -729,7 +729,7 @@ pub enum Expr {
     /// `[ NOT ] IN (SELECT ...)`
     InSubquery {
         expr: Box<Expr>,
-        subquery: Box<SetExpr>,
+        subquery: Box<Query>,

Review Comment:
   🤔  double checking,  this change it is not semver-compatible as this AST 
structure is part of the public API
   
    I don't think we can release this as 0.56.1, we will have to release it in 
a normal release instead



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

Reply via email to