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

Fix select * from * #1218

Merged
merged 2 commits into from
May 14, 2024
Merged

Fix select * from * #1218

merged 2 commits into from
May 14, 2024

Conversation

coolreader18
Copy link
Collaborator

Description of Changes

We should really remove this.

Fixes #1199

Which doesn't pass, because we broke it.
@coolreader18 coolreader18 requested a review from gefjon May 13, 2024 15:47
@coolreader18 coolreader18 force-pushed the phoebe/select-star-broken branch from 1276190 to 7ba381e Compare May 13, 2024 16:38
@coolreader18 coolreader18 force-pushed the phoebe/select-star-broken branch from 7ba381e to f2fd117 Compare May 13, 2024 17:08
@coolreader18 coolreader18 force-pushed the phoebe/select-star-broken branch from f2fd117 to 4f6985d Compare May 13, 2024 17:11
@bfops bfops added the release-any To be landed in any release window label May 13, 2024
@jdetter jdetter requested a review from bfops May 13, 2024 18:23
@jdetter
Copy link
Collaborator

jdetter commented May 13, 2024

@bfops please do a functional test on this with the C# SDK and make sure that it works properly

Copy link
Collaborator

@bfops bfops left a comment

Choose a reason for hiding this comment

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

Worked for me in a one-off test

I also tested the unit test by adding it alone in #1223, and it fails appropriately.

@jdetter jdetter added this pull request to the merge queue May 14, 2024
Merged via the queue into master with commit b3ea0f5 May 14, 2024
7 checks passed
bfops pushed a commit that referenced this pull request May 14, 2024
* Add SDK test for `SELECT * FROM *`

Which doesn't pass, because we broke it.

* Fix select * from *

---------

Co-authored-by: Phoebe Goldman <[email protected]>
bfops pushed a commit that referenced this pull request May 15, 2024
* Add SDK test for `SELECT * FROM *`

Which doesn't pass, because we broke it.

* Fix select * from *

---------

Co-authored-by: Phoebe Goldman <[email protected]>
bfops pushed a commit that referenced this pull request May 15, 2024
* Add SDK test for `SELECT * FROM *`

Which doesn't pass, because we broke it.

* Fix select * from *

---------

Co-authored-by: Phoebe Goldman <[email protected]>
@coolreader18 coolreader18 deleted the phoebe/select-star-broken branch October 16, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-any To be landed in any release window
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SELECT * FROM * no longer allowed in subscriptions
4 participants