Jackie-Jiang commented on issue #8955: URL: https://github.com/apache/pinot/issues/8955#issuecomment-1164028256
For the first issue, the problem is actually within the `date_trunc` function, which takes a `zone-index.properties` file, where `EST` is commented out. Seems we are trying to match the Presto behavior for this function, and it is not consistent with the `DateTimeZone` supported by joda. cc @xiangfu0 For the second issue, the exception is thrown from the group-by combine phase. We might want to try the same query without group-by to help debugging the issue. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
