-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
By further support of queries involving multiple tables, we should try to prevent users creating table/schema with dot in the table name and column name.
Then we can distinguish [database].[table_name] in FROM clause and [table_name].[column_name] for identifiers.
Current proposal is to
- prevent users from creating table/schemas with dot.
- adding a table config to allow the support for accepting the identifier format of [table].[column], this could be default to false for table created in previous pinot version but true for new created tables.
- adding a tooling for user to turn on this in table config.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels