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
Currently SQL/PPL is stateless and only serve read-only DQL queries. As we start working on project Querying S3 data, metadata is required to maintain in our plugin. This task is to follow ANSI SQL standard and add system table for later use.
Sub-task include: (no issue created to avoid confusion caused by too fine-grained tasks)
Add system table interface and abstraction
Add Query status table
Add External table metadata table
Add Materialized view metadata table
Add Materialized view status table
The text was updated successfully, but these errors were encountered:
Currently SQL/PPL is stateless and only serve read-only DQL queries. As we start working on project Querying S3 data, metadata is required to maintain in our plugin. This task is to follow ANSI SQL standard and add system table for later use.
Sub-task include: (no issue created to avoid confusion caused by too fine-grained tasks)
The text was updated successfully, but these errors were encountered: