Added spark 3.4 to the project#346
Merged
eruizalo merged 8 commits intohablapps:mainfrom May 16, 2023
Merged
Conversation
Member
Author
|
Missing documentation to make it final |
|
Test summary report 📊
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
eaa7afb to
cfbd319
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #346 +/- ##
=======================================
Coverage 97.61% 97.61%
=======================================
Files 62 62
Lines 1253 1253
Branches 15 15
=======================================
Hits 1223 1223
Misses 30 30
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
eruizalo
requested changes
Apr 18, 2023
ff49ef9 to
c34c99b
Compare
17 tasks
Co-authored-by: Eduardo Ruiz Alonso <edu.r26@gmail.com>
df5a3ad to
a803eed
Compare
eruizalo
approved these changes
May 16, 2023
alfonsorr
added a commit
to alfonsorr/doric
that referenced
this pull request
May 16, 2023
* Added spark 3.4 to the project * Documentation and CI * Update .github/labeler.yml Co-authored-by: Eduardo Ruiz Alonso <edu.r26@gmail.com> * Documentation and CI * Latest rebase * All "column not found" errors with builders * Default spark version setted to 3.4 * Documentation error --------- Co-authored-by: Eduardo Ruiz Alonso <edu.r26@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SPARK 3.4, what else
Description
This pr adds spark 3.4.0 to the CI and adds all needed changes to the schemas to use them in the project and tests.
To avoid problems with the new error messages in unfunded columns I've implemented a way to make it simple using ColumnNotFoundError builder
Related Issue and dependencies
How Has This Been Tested?