fx19880617 commented on issue #6708: URL: https://github.com/apache/incubator-pinot/issues/6708#issuecomment-804416939
I think @Jackie-Jiang is on adding a new data type for DATE/TIMESTAMP. From my perspective, the reason we have so many time unit conversion functions is that we push all the overhead of managing type conversion to users. Ideally, those functions should either return type of TIMESTAMP or DATE, then we can handle the comparison internally. -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
