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 2022/04/08 22:03:04 UTC

[GitHub] [pinot] richardstartin commented on pull request #8118: Infer SDF for Timestamp in dimension field spec

richardstartin commented on PR #8118:
URL: https://github.com/apache/pinot/pull/8118#issuecomment-1093397314

   > Sorry I missed track of this PR. Checked the code and it should be safe to add the support without performance regression. @kbastani Could you please address the comments and we can move forward.
   > 
   > We might also want to use thread local and `DateTimeFormat` for better performance. cc @richardstartin for more inputs
   
   As I mentioned before, two exceptions have already been thrown before this codepath is hit. As I'm sure everyone is aware, throwing exception which fill in their stack traces is extremely expensive. So performance is a moot point by the time this code executes.


-- 
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-unsubscribe@pinot.apache.org

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