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

Add SQL rendering tests for pushdown edge cases #1305

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

tlento
Copy link
Contributor

@tlento tlento commented Jun 25, 2024

Add SQL rendering tests for pushdown edge cases

The predicate pushdown optimizer tests cover direct edge cases
for the optimizer alone, but we would like to have query rendering
variations of this so we can see how optimizers interact in their
query output.

This adds the relevant query rendering test scenarios along with
their associated snapshots.

Update SQL engine snapshots

@cla-bot cla-bot bot added the cla:yes label Jun 25, 2024
Copy link

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

Copy link
Contributor Author

tlento commented Jun 25, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @tlento and the rest of your teammates on Graphite Graphite

Copy link
Contributor

@courtneyholcomb courtneyholcomb left a comment

Choose a reason for hiding this comment

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

Sounds like all the pushdown scenarios are expected (as discussed async) - looks good!

@tlento tlento force-pushed the remove-pushdown-duplicated-where-constraints branch from 3c87606 to 981595e Compare June 26, 2024 00:14
@tlento tlento force-pushed the add-sql-rendering-tests-for-pushdown-edge-cases branch from fed6421 to 27328d4 Compare June 26, 2024 00:15
Copy link
Contributor Author

tlento commented Jun 26, 2024

Merge activity

  • Jun 25, 5:24 PM PDT: @tlento started a stack merge that includes this pull request via Graphite.
  • Jun 25, 5:45 PM PDT: Graphite rebased this pull request as part of a merge.
  • Jun 25, 5:48 PM PDT: @tlento merged this pull request with Graphite.

@tlento tlento force-pushed the remove-pushdown-duplicated-where-constraints branch from 981595e to bb4eda4 Compare June 26, 2024 00:39
Base automatically changed from remove-pushdown-duplicated-where-constraints to main June 26, 2024 00:44
tlento added 2 commits June 26, 2024 00:44
The predicate pushdown optimizer tests cover direct edge cases
for the optimizer alone, but we would like to have query rendering
variations of this so we can see how optimizers interact in their
query output.

This adds the relevant query rendering test scenarios along with
their associated snapshots.
@tlento tlento force-pushed the add-sql-rendering-tests-for-pushdown-edge-cases branch from 27328d4 to 7975146 Compare June 26, 2024 00:44
@tlento tlento merged commit 9f1af9e into main Jun 26, 2024
15 checks passed
@tlento tlento deleted the add-sql-rendering-tests-for-pushdown-edge-cases branch June 26, 2024 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants