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/06/13 01:56:19 UTC

[GitHub] [incubator-pinot] npawar opened a new issue #5558: Do not allow realtime table creation if timeColumnName is null

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


   A realtime table doesn't work in Pinot without a timeColumnName defined in the table config. However, we do no validation to ensure that the table config we are creating has a valid time column name. 
   Add validations to
   1) check that timeColumnName is defined in the table config being uploaded/updated
   2) ensure it is present in  schema


----------------------------------------------------------------
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] Jackie-Jiang closed issue #5558: Do not allow realtime table creation if timeColumnName is null

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


   


----------------------------------------------------------------
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