timsaucer commented on code in PR #1059: URL: https://github.com/apache/datafusion-python/pull/1059#discussion_r1989993349
########## python/datafusion/expr.py: ########## @@ -86,6 +86,7 @@ Partitioning = expr_internal.Partitioning Placeholder = expr_internal.Placeholder Projection = expr_internal.Projection +RawExpr = expr_internal.RawExpr Review Comment: I don't think we want this in the wrapper. Instead we want to update the CI test to identify that `RawExpr` is properly covered by the `Expr` class in this file. -- 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