You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/07/19 10:06:39 UTC

[GitHub] [incubator-pinot] fx19880617 opened a new issue #5716: Disallow dot in table name and column name.

fx19880617 opened a new issue #5716:
URL: https://github.com/apache/incubator-pinot/issues/5716


   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 
   1. prevent users from creating table/schemas with dot. 
   2. 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.
   3. adding a tooling for user to turn on this in table config.
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] fx19880617 closed issue #5716: Disallow dot in table name and column name.

Posted by GitBox <gi...@apache.org>.
fx19880617 closed issue #5716:
URL: https://github.com/apache/incubator-pinot/issues/5716


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] KKcorps commented on issue #5716: Disallow dot in table name and column name.

Posted by GitBox <gi...@apache.org>.
KKcorps commented on issue #5716:
URL: https://github.com/apache/incubator-pinot/issues/5716#issuecomment-660620325


   This will also help in supporting integration with various UI tools which query using format - [table].[column] AS [alias]


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] fx19880617 commented on issue #5716: Disallow dot in table name and column name.

Posted by GitBox <gi...@apache.org>.
fx19880617 commented on issue #5716:
URL: https://github.com/apache/incubator-pinot/issues/5716#issuecomment-660620092


   cc @KKcorps , @kishoreg , @Jackie-Jiang 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] fx19880617 commented on issue #5716: Disallow dot in table name and column name.

Posted by GitBox <gi...@apache.org>.
fx19880617 commented on issue #5716:
URL: https://github.com/apache/incubator-pinot/issues/5716#issuecomment-663239120


   cc  @mayankshriv 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org