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

[Feature] Support querying system tables by dynamic options #5042

Open
2 tasks done
xiangyuf opened this issue Feb 8, 2025 · 0 comments
Open
2 tasks done

[Feature] Support querying system tables by dynamic options #5042

xiangyuf opened this issue Feb 8, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@xiangyuf
Copy link
Contributor

xiangyuf commented Feb 8, 2025

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Currently, if user want to query a system table, the SQL would be like

SELECT * FROM data_table$system_table

The system table and data table is separated by $. This is not convenient to extend for different query engines. For example, some query engine may throw syntax error for $ character, some may have extra check and require data_table$system_table exists in metastore.

It would be better if system tables can be queried by dynamic options. It's easier to extend for different query engine.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@xiangyuf xiangyuf added the enhancement New feature or request label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant