mghildiy commented on issue #13004:
URL: https://github.com/apache/pinot/issues/13004#issuecomment-2452867184

   After going through that document, my approach would be:
   
   - Represent timestamp with time zone similar to timestamp ie a long value, 
with a part of bits used to store timezone.
   - User's tiemzone input(a string) is mapped to an integer representing one 
of the tiemzones and viceversa.
   - A mapper/converter class takes care of mapping mentioned above.


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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to