Skip to content

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
}

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.

4 participants