timsaucer opened a new issue, #853: URL: https://github.com/apache/datafusion-python/issues/853
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Right now we have identical names for internal rust representations and python exposed versions. This leads to confusing debug errors like "Cannot convert Expr to Expr". It would be helpful to rename all of the internally exposed objects to something like `RawExpr` to avoid these confusing errors. **Describe the solution you'd like** Simple renaming - no impact otherwise. **Describe alternatives you've considered** **Additional context** -- 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]
