-
Notifications
You must be signed in to change notification settings - Fork 6
Add Spark 4.0 support #297
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
Draft
dolfinus
wants to merge
1
commit into
develop
Choose a base branch
from
feature/test-spark4.0
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #297 +/- ##
===========================================
+ Coverage 92.36% 92.59% +0.22%
===========================================
Files 229 229
Lines 10247 10272 +25
Branches 1021 1029 +8
===========================================
+ Hits 9465 9511 +46
+ Misses 587 569 -18
+ Partials 195 192 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0e55abd
to
b91db4e
Compare
b91db4e
to
3d1d944
Compare
3d1d944
to
469c1d9
Compare
469c1d9
to
dd21d0a
Compare
dd21d0a
to
776f351
Compare
776f351
to
0ef84bd
Compare
0ef84bd
to
d0c9090
Compare
d0c9090
to
1a00a33
Compare
1a00a33
to
dca6397
Compare
dca6397
to
d050a2d
Compare
d050a2d
to
849659e
Compare
849659e
to
978dc31
Compare
978dc31
to
e68423d
Compare
e68423d
to
ffaba47
Compare
d20d9e7
to
068fe01
Compare
068fe01
to
da0ae6b
Compare
da0ae6b
to
f5ee6f8
Compare
f5ee6f8
to
f23637a
Compare
f23637a
to
6c3cb15
Compare
6c3cb15
to
dcc44ad
Compare
dcc44ad
to
a18bbfb
Compare
a18bbfb
to
38c681f
Compare
38c681f
to
11c35be
Compare
11c35be
to
adee2c6
Compare
adee2c6
to
9b2c584
Compare
9b2c584
to
e3bfe08
Compare
e3bfe08
to
d4ebaf8
Compare
d4ebaf8
to
2101333
Compare
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.
Change Summary
get_packages()
andcheck_if_supported()
methods, as Spark 4.0 includes XML support.DecimalType(38, 10).typeName()
started returningdecimal(38, 10)
instead ofdecimal
, which breaks some Oracle tests. UpdatedSparkTypeToHWM
implementation to have direct mapping between Spark data type classes and HWM classes.Notes:
Related issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)