deemoliu commented on issue #5704: URL: https://github.com/apache/incubator-pinot/issues/5704#issuecomment-675040330
Hello @mr-agrwal, may I ask you about the ETA on this feature? I am a Pinot user from Uber and we are looking for a solution to support the following Presto SQL. I discussed with @fx19880617 and I believe your change on this ticket is required for supporting the below query. `select date_trunc( 'week', cast(eater_request_datestr_local as date) ) as datestr, sum(item_sales_local) from pinotprod.restaurant_bi_item_sold.restaurant_bi_item_sold where eater_request_datestr_local >= '2020-07-24' group BY 1 ` ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org