MeihanLi opened a new issue, #11866:
URL: https://github.com/apache/pinot/issues/11866

   Non Aggregation Group By queries work in 0.11 but start to fail in 0.12. The 
change is introduced [#9605](https://github.com/apache/pinot/pull/9605). 
   
   This is regression in 0.12 but it seems to be fixed in the current master 
branch. Does anyone know which PR fixes this?
   
   example Non Agg Group By query which works in 0.11 but fails in 0.12:
   `SELECT CONCAT(CONCAT(CONCAT(CONCAT(name, '-', ''), stage, ''), '.', ''), 
status, '') FROM tableName WHERE (occurred_at_hour BETWEEN 1696754872000 AND 
1696841272000) GROUP BY name, stage, status LIMIT 10000`
   
   Error in 0.12:
   
![image](https://github.com/apache/pinot/assets/42751784/3d081887-bd89-4889-9f15-e9df7813589f)
   
   However, it works in current master branch:
   
![image](https://github.com/apache/pinot/assets/42751784/24672a38-22e3-4a8f-9e33-1f7062f8ab64)
   
   
   


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

Reply via email to