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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to