Jimexist edited a comment on issue #1328:
URL:
https://github.com/apache/arrow-datafusion/issues/1328#issuecomment-972639716
> I don't have a strong opinion on this though, if you think there is a
valid use-case for having the functions module, we can add it back.
so you are saying that we should use:
```python
from datafusion.functions import functions as f
```
instead of
```python
from datafusion import functions as f
```
having two layers of `functions` is unintuitive
--
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]