morningman commented on a change in pull request #3228: Fix output results may
incorrect when using intersect and except statements
URL: https://github.com/apache/incubator-doris/pull/3228#discussion_r400259728
##########
File path: be/src/exec/except_node.cpp
##########
@@ -112,6 +63,8 @@ Status ExceptNode::open(RuntimeState* state) {
RETURN_IF_LIMIT_EXCEEDED(state, " Except, while constructing the hash
table.");
// build hash table and remvoe duplicate items
Review comment:
```suggestion
// build hash table and remove duplicate items
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]