simicd opened a new pull request, #296:
URL: https://github.com/apache/arrow-datafusion-python/pull/296
# Which issue does this PR close?
Closes #291
# Rationale for this change
Previously printing results (e.g. `.show()` method or `.explain()`) used
Rust's `println!` macro. The results would not be visible in VS Code's debug
console or in notebooks. Example:

# What changes are included in this PR?
Use Python's builtin print function to resolve the issue and allow
displaying results directly in the debugger & notebooks:

# Are there any user-facing changes?
`.show()` and `.explain()` newly display results
--
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]