-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DOP-15023] Pass Run to CREATE_SPARK_SESSION_FUNCTION #38
Merged
Conversation
This file contains 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
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 16, 2024 10:54
78e67c4
to
e20d425
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 16, 2024 11:00
e20d425
to
6851dd9
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 16, 2024 11:05
6851dd9
to
efbded7
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 16, 2024 11:32
efbded7
to
f25bc99
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 16, 2024 11:33
f25bc99
to
33c59db
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 19, 2024 13:56
33c59db
to
07d6c48
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 19, 2024 14:05
07d6c48
to
ae0b3c6
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 19, 2024 18:27
ae0b3c6
to
fed3c49
Compare
dmitry-pedchenko
approved these changes
Apr 22, 2024
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 11:19
fed3c49
to
2ed2f2d
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 11:39
2ed2f2d
to
dc87c3d
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 11:43
dc87c3d
to
b60ab56
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 11:48
b60ab56
to
55ecee5
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 12:06
55ecee5
to
ae20a34
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 12:12
ae20a34
to
19b5e3c
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 12:31
19b5e3c
to
7465cfc
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 12:39
7465cfc
to
31eb8c1
Compare
dolfinus
force-pushed
the
feature/DOP-15023
branch
from
April 22, 2024 12:45
31eb8c1
to
0522b25
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #38 +/- ##
===========================================
+ Coverage 91.84% 92.44% +0.59%
===========================================
Files 83 84 +1
Lines 2440 2421 -19
Branches 308 306 -2
===========================================
- Hits 2241 2238 -3
+ Misses 140 128 -12
+ Partials 59 55 -4 ☔ View full report in Codecov by Sentry. |
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
Run
object toCREATE_SPARK_SESSION_FUNCTION
, and use it as a source for Spark SessionappName
Handler
object - instead of creating one-time attributesreader
,writer
andspark
, create them only then neededRelated issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)