starocean999 opened a new pull request, #38122:
URL: https://github.com/apache/doris/pull/38122

   ## Proposed changes
   
   ```
   create table t1
   (
       c1 bigint, 
       c2 bigint
   )
   DISTRIBUTED BY HASH(c1) BUCKETS 3
   PROPERTIES ("replication_num" = "1");
   ```
   
   sql
   `select * from t1 group by 1;`
   
   the error msg before:
   ERROR 1105 (HY000): errCode = 2, detailMessage = Invalid call to toSlot on 
unbound object
   after:
   ERROR 1105 (HY000): errCode = 2, detailMessage = c2 not in aggregate's output
   
   
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   


-- 
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...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to