dang-stripe opened a new pull request, #17591:
URL: https://github.com/apache/pinot/pull/17591
we're using this code in a library and noticed it didn't handle extracting
table names when the CTE name is the same as the table name. this example query
would return no table names in the result, but is considered a valid query in
pinot.
```sql
WITH users AS (
SELECT * FROM users WHERE active = true"
)
SELECT * FROM users;
```
cc @xiangfu0 @Jackie-Jiang
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]