tbar4 commented on code in PR #1100: URL: https://github.com/apache/datafusion-ballista/pull/1100#discussion_r1845819353
########## python/ballista/tests/test_context.py: ########## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -from pyballista import SessionContext +from ballista import SessionContext Review Comment: updated ########## python/ballista/tests/test_context.py: ########## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -from pyballista import SessionContext +from ballista import SessionContext Review Comment: tests passing -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
