apache / apache/pinot

[multistage] Util function to get list of all table names from query (or SQLNode/RelNode)

Open
#10,576 0 comments 0 reactions 1 assignee Claimed by @vvivekiyer View on GitHub
cleanup multi-stage
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
1d 21h
Merged PRs (30d)
189

Description

In broker/controller, there's a need to access all the table names in a query. We have multiple implementations/ways to fetch this currently in our codebase.
1. `getTableNamesFromRelRoot(...)` in `MultistageBrokerRequestHandler`
2. extractTableNamesFromNode(SqlNode)

Creating this issue to unify all these calls.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.