kszucs commented on a change in pull request #1287: URL: https://github.com/apache/arrow-datafusion/pull/1287#discussion_r748145133
########## File path: python/datafusion/__init__.py ########## @@ -36,6 +38,7 @@ "ScalarUDF", "column", "literal", + "functions", Review comment: Actually this should be done by importing the functions submodule: ```py import datafusion import datafusion.functions datafusion.functions.abs(datafusion.column("a")) ``` -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org