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