Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/remove session context (apache#14)
* Removing session context from ray context and testing against running sql query * Removing datafusion-python as a rust dependency * Add in shuffle context for decoding * Add DF ctx to init * Resolve proto compilation errors * Cargo fmt * Resolve compile warnings * Move serialization to only on rust side * Add docker ignore to reduce size of the context sent to daemon * Update Dockerfile. We shouldn't need venv inside a docker build enivornment. Also since adding the docker ignore, we can just copy in the entire directory that remains. * Remove stale code * Set up to pass in an execution plan instead of raw SQL command * Update example to show dataframe operation
- Loading branch information