Skip to content
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

Disable spooling through session property #24655

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Jan 8, 2025

Description

Additional context and related issues

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Jan 8, 2025
@wendigo wendigo requested a review from losipiuk January 8, 2025 16:20
@@ -309,7 +310,7 @@ static QueryStateMachine beginWithTicker(
session = session.withExchangeEncryption(serializeAesEncryptionKey(createRandomAesEncryptionKey()));
}

if (!queryType.map(SELECT::equals).orElse(false)) {
if (!queryType.map(SELECT::equals).orElse(false) || !isSpoolingProtocolEnabled(session)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit weird to have same information expressed in a session object by two means...

Not terrible though.

@wendigo wendigo merged commit dcda3d3 into master Jan 9, 2025
103 of 104 checks passed
@wendigo wendigo deleted the serafin/allow_disabling_spooling_through_session branch January 9, 2025 05:08
@github-actions github-actions bot added this to the 469 milestone Jan 9, 2025
@mosabua
Copy link
Member

mosabua commented Jan 9, 2025

Do we want user facing docs and a release notes entry for this @wendigo ?

@wendigo
Copy link
Contributor Author

wendigo commented Jan 9, 2025

@mosabua sure, why not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants