You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Search before asking
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 requiredata_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?
The text was updated successfully, but these errors were encountered: