tbar4 commented on code in PR #1100: URL: https://github.com/apache/datafusion-ballista/pull/1100#discussion_r1845819997
########## docs/source/user-guide/python.md: ########## @@ -103,14 +119,15 @@ The `explain` method can be used to show the logical and physical query plans fo The following example demonstrates creating arrays with PyArrow and then creating a Ballista DataFrame. ```python -import ballista +from ballista import Ballista, BallistaBuilder import pyarrow # an alias +# TODO implement Functions f = ballista.functions # create a context -ctx = ballista.BallistaContext("localhost", 50050) +ctx = Ballista.standalone() Review Comment: fixed, changed to `BallistaBuilder().standalone()` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org