fx19880617 opened a new pull request #5707: URL: https://github.com/apache/incubator-pinot/pull/5707
## Description Allow Pinot to accept query with FROM clause in the format of [database].[table]. Will update TableName to `[table]` in BrokerRequest, when `[database].[table]` doesn't exist but `[table]` exists. For case sensitive mode (default), use RoutingManager to check table existence. For case insensitive mode, use TableCache to check table existence. Some thoughts here: We should try to disable user create table with dot in the table name. ## Release Notes Allow Pinot to accept query with FROM clause in the format of [database].[table]. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
