Commit b792eb0
authored
Feature/remove session context (#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 operation1 parent b84bb6d commit b792eb0
19 files changed
Lines changed: 259 additions & 826 deletions
File tree
- datafusion_ray
- tests
- examples
- k8s
- src
- proto
- generated
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments