Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: wrap all spark sessions in Box<> #27

Merged
merged 1 commit into from
May 1, 2024

Conversation

sjrusso8
Copy link
Owner

@sjrusso8 sjrusso8 commented May 1, 2024

Description

refactor: wrap all spark sessions in Box<>

  • 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

- all spark sessions are now wrapped in a box
- cloning a box is fast and only clones the pointer and not the object
@sjrusso8 sjrusso8 merged commit 7f110d1 into main May 1, 2024
3 checks passed
@sjrusso8 sjrusso8 deleted the feat/refactor_dataframe branch May 2, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant