You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/14 02:39:44 UTC

[GitHub] Jackie-Jiang opened a new pull request #3476: Fix the bug where realtime time conversion is skipped when incoming and outgoing time name are the same

Jackie-Jiang opened a new pull request #3476: Fix the bug where realtime time conversion is skipped when incoming and outgoing time name are the same
URL: https://github.com/apache/incubator-pinot/pull/3476
 
 
   1. Always perform time transformation for REALTIME segment consumption
   2. Always not perform time transformation for OFFLINE segment generation
     - The reason to disable time trasformation for OFFLINE is that, with the same incoming and outgoing time name, there is no way to determine whether the time conversion already happens. OFFLINE segment might be pre-aggregated and the time might have already been converted. If we need time transformation for OFFLINE segment generation in the future, we can add an extra flag for that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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