timsaucer opened a new issue, #774: URL: https://github.com/apache/datafusion-python/issues/774
**Describe the bug** We have places in the rust code where aliases are defined but not used now that we have the python wrappers. For example, the function `array_append` has the following aliases defined in `functions.rs`: `array_push_back`, `list_append`, and `list_push_back`. These are not being used in the python wrappers, which do their aliases themselves. We should remove these pieces of duplicate code. **To Reproduce** This doesn't cause any degraded performance except bloat of the distributed files. **Expected behavior** We should not have duplicate aliases. **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]
