Henry2SS opened a new pull request, #16619:
URL: https://github.com/apache/doris/pull/16619
Reverts apache/doris#15168
in our case, there are one table named `table_A`, having a column `col_1`.
It has value "三星" and "红包".
a sql like
```
select `clo_1` from table_A where ... and `clo_1` like '%红包%' ... group by
xxx LEFT JOIN (select `col_1` from table_A where ... and `clo_1` like '%红包%'
... group by xxx)on xxxx = xxxx
```
returns a row that `col_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.
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]