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 2021/01/19 22:10:34 UTC

[GitHub] [incubator-pinot] Jackie-Jiang edited a comment on pull request #6457: Always store raw table name in segment metadata

Jackie-Jiang edited a comment on pull request #6457:
URL: https://github.com/apache/incubator-pinot/pull/6457#issuecomment-763173886


   @fx19880617 
   
   > In this case, how can we ensure we covered all the references to these getTable methods usage?
   
   The test failures are caused by not setting all the necessary fields within the `SegmentGeneratorConfig`, which won't happen for the production code. Modified the code to use table name within the table config by default, and also handle the missing table name gracefully.
   
   > Also how can we unify/distinguish the usage of rawTableName and TableNameWithType.?
   
   From the interface definition, it should always return the rawTableName, and the caller is expecting rawTableName. Currently it might return tableNameWithType, which IMO is a bug, and the purpose of this PR is to always return the rawTableName.


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