Michael-J-Ward opened a new pull request, #793:
URL: https://github.com/apache/datafusion-python/pull/793

   # Which issue does this PR close?
   
   Closes #781.
   
    # Rationale for this change
   The user bug report filed
   
   > When a SQL query contains a InList Expr, I can't get the InList object 
through Expr.to_variant().
   
   In fixing this bug, I found that upstream datafusion has added explicit 
structs for many of the variants, so I also updated the datafusion-python 
variants for those.
   
   Lastly, `datafusion-python` was incorrectly returning the 
`logical_plan::Sort` instead of the `expr::Sort` as the variant for the 
`Expr::Sort`.
   
   # Are there any user-facing changes?
   


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