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

feat(fuzzer): Support multiple joins in the join node "toSql" methods for reference query runners #11801

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DanielHunte
Copy link

@DanielHunte DanielHunte commented Dec 9, 2024

Summary: Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 9, 2024
Copy link

netlify bot commented Dec 9, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 2c7f823
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67819ad251aaf00008937caf

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Dec 9, 2024
…in Presto QR (facebookincubator#11801)

Summary:

Currently, the hash join "toSql" method for PrestoQueryRunner only supports a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Dec 10, 2024
…for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join "toSql" method for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

@DanielHunte DanielHunte changed the title feat(fuzzer): Support multiple joins in the hash node "toSql" method in Presto QR feat(fuzzer): Support multiple joins in the hash node "toSql" method for reference query runners Dec 10, 2024
@DanielHunte DanielHunte changed the title feat(fuzzer): Support multiple joins in the hash node "toSql" method for reference query runners feat(fuzzer): Support multiple joins in the join node "toSql" methods for reference query runners Dec 10, 2024
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Dec 10, 2024
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Dec 14, 2024
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Dec 15, 2024
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Dec 16, 2024
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Dec 16, 2024
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 7, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66977480

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Jan 10, 2025
… for reference query runners (facebookincubator#11801)

Summary:

Currently, the hash join and nested loop join "toSql" methods for all reference query runners only support a single join. This change extends it to support multiple joins, only needing the join node of the last join in the tree. It traverses up the tree and recursively builds the sql query.

Differential Revision: D66977480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants