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

feat(dataframe): implement core traits #6

Merged
merged 3 commits into from
Mar 16, 2024
Merged

feat(dataframe): implement core traits #6

merged 3 commits into from
Mar 16, 2024

Conversation

sjrusso8
Copy link
Owner

@sjrusso8 sjrusso8 commented Mar 16, 2024

Description

feat(dataframe):

  • implement more basic traits for DataFrame
  • change interface to leverage Enums where possible (jointype, savemode, storagelevel)
  • create storage.rs with enum wrapper around spark::StorageLevel
  • create tests for some of the traits
  • update docker-compose.yml with delta-spark & add an example of reading a delta table

- implement more basic traits for DataFrame
- change interface to leverage Enums where possible (jointype, savemode, storagelevel)
- create storage.rs with enum wrapper around spark::StorageLevel
- update tests
- update docker-compose.yml with delta-spark
@sjrusso8 sjrusso8 marked this pull request as ready for review March 16, 2024 14:42
@sjrusso8 sjrusso8 changed the title feat/dataframe feat(dataframe): implement core traits Mar 16, 2024
@sjrusso8 sjrusso8 merged commit 5c85ffb into main Mar 16, 2024
3 checks passed
@sjrusso8 sjrusso8 deleted the feat/dataframe branch March 16, 2024 14:55
sjrusso8 added a commit that referenced this pull request Mar 17, 2024
* feat(dataframe): implement core traits
- implement more basic traits for DataFrame
- change interface to leverage Enums where possible (jointype, savemode, storagelevel)
- create storage.rs with enum wrapper around spark::StorageLevel
- update tests
- update docker-compose.yml with delta-spark

* update docs and examples

* update readme
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