-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-48774][SQL] Use SparkSession in SQLImplicits #47173
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
Conversation
|
What do you think about this one? #45727 (comment) |
|
I think we can add a new API, and deprecate old ones |
To clarify, SPARK-46575 applies to 4.0, so it can be changed directly. |
|
API seems from 3.5.2 #45727? I think it's safer to just deprecate and add a new one in 4.0 |
|
We could add. What I am not sure is that this is matched with exiting API |
f761b39 to
84cb6f5
Compare
|
For STS SQLContext replacement, I opened #47176, let's discuss there. |
LuciferYang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Merged to master. |
What changes were proposed in this pull request?
This PR proposes to use
SparkSessionatSQLImplicits.Why are the changes needed?
To use
SparkSsessionthat is encouraged overSQLContext.Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI in this PR should test them out.
Was this patch authored or co-authored using generative AI tooling?
No.