houqp opened a new pull request #995:
URL: https://github.com/apache/arrow-datafusion/pull/995


    # Rationale for this change
   
   Make it possible to import functions from `functions` package. Without this 
change, `from datafusion.functions import col` will result in Module not found 
error.
   
   This is also needed to fix the import error reported by sphinx when building 
the python doc.
   
   # What changes are included in this PR?
   
   register `datafusion.functions` as a python package
   
   # Are there any user-facing changes?
   
   no
   


-- 
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]


Reply via email to