houqp commented on a change in pull request #1287:
URL: https://github.com/apache/arrow-datafusion/pull/1287#discussion_r748545422
##########
File path: python/datafusion/__init__.py
##########
@@ -36,6 +38,7 @@
"ScalarUDF",
"column",
"literal",
+ "functions",
Review comment:
yeah, importing `datafusion.functions` works as expected currently, this
change is to make the code in our python doc work again:
https://arrow.apache.org/datafusion/python/index.html#how-to-use-it. @kszucs is
there any downside in making `f = datafusion.functions` work on top of `import
datafusion.functions as f`?
--
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]