morrySnow commented on code in PR #19169:
URL: https://github.com/apache/doris/pull/19169#discussion_r1179403665
##########
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##########
@@ -1357,8 +1357,8 @@ private void computeFragmentExecParams() throws Exception
{
// when left table is empty, it's bucketset is empty.
// set right table destination address to the address of left
table
- if (destParams.instanceExecParams.size() == 1
- &&
destParams.instanceExecParams.get(0).bucketSeqSet.isEmpty()) {
+ if (destParams.instanceExecParams.size() == 1 && (bucketNum == 0
+ ||
destParams.instanceExecParams.get(0).bucketSeqSet.isEmpty())) {
Review Comment:
why add back `destParams.instanceExecParams.get(0).bucketSeqSet.isEmpty()`?
--
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]