xiangfu0 commented on PR #11497: URL: https://github.com/apache/pinot/pull/11497#issuecomment-1703983141
> explain plan for SELECT Carrier, LASTWITHTIME(s1, CAST(time_bucket as TIMESTAMP), 'LONG') > FROM ( > SELECT cast(DaysSinceEpoch*86400000 as BIGINT) as time_bucket, Carrier, SUM(LongestAddGTime) as s1 > FROM "airlineStats" > GROUP BY DaysSinceEpoch, Carrier > ) > GROUP BY Carrier > LIMIT 1000 Correct, ideally if we can explicitly broadcast that `INT` cannot be cast to `TIMESTAMP`, then there shouldn't be a problem. -- 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