-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Revert "[SPARK-22938][SQL][FOLLOWUP] Assert that SQLConf.get is acces… #21341
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
…sed only on the driver" This reverts commit a4206d5.
|
LGTM |
|
Test build #90672 has finished for PR 21341 at commit
|
|
retest this please. |
|
LGTM |
|
LGTM too |
|
Personally I feel it should be safe to do the revert since we have a better approach, but I'd prefer to hear what @squito think about this. |
|
Test build #90673 has finished for PR 21341 at commit
|
|
to unblock the improvement PR, I'm going to merge it first and rebase that PR. I will still keep the driver-side check for |
|
thanks, merging to master! |
|
sure this is fine, but we'll see the flakiness back in the builds till #21299 is merged, right? |
|
Yea we may see flaky test for a while. Fortunately #21299 is there for a while and I think it's close to merge, so it should be fine :) |
…sed only on the driver"
This reverts commit a4206d5.
This is from #21299 and to ease the review of it.