milenkovicm commented on PR #1100:
URL:
https://github.com/apache/datafusion-ballista/pull/1100#issuecomment-2452987277
great stuff @tbar4, two questions, it would be extra mile if we could do it:
- can we make `standalone` optional feature in python as well ?
- does py3o/python support trait extensions (like in rust), something like
```rust
from datafusion import SessionContext
# Create a DataFusion context
ctx = SessionContext.standalone()
```
or
```rust
from datafusion import SessionContext
# Create a DataFusion context
ctx = SessionContext.remove("http:// ...")
```
--
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]