kgyrtkirk commented on issue #15254:
URL: https://github.com/apache/druid/issues/15254#issuecomment-1779212883

   seems like after the sql2rel conversion the plan is already:
   ```
   LogicalAggregate(group=[{0}], EXPR$1=[COUNT()]): rowcount = 10.0, cumulative 
cost = {211.25 rows, 201.0 cpu, 0.0 io}, id = 11
     LogicalProject(t=[FLOOR($0, FLAG(DAY))]): rowcount = 100.0, cumulative 
cost = {200.0 rows, 201.0 cpu, 0.0 io}, id = 10
       LogicalTableScan(table=[[druid, foo]]): rowcount = 100.0, cumulative 
cost = {100.0 rows, 101.0 cpu, 0.0 io}, id = 9
   ```
   
   so this might be lost either there or during the validation or around 
parsing ?


-- 
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]

Reply via email to