Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: wrap all spark sessions in box (#27)
- all spark sessions are now wrapped in a box - cloning a box is fast and only clones the pointer and not the object - update DataFrame create logic - clean up code in the stream module
- Loading branch information