yiguolei commented on code in PR #24881:
URL: https://github.com/apache/doris/pull/24881#discussion_r1337043999
##########
fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java:
##########
@@ -1217,7 +1217,6 @@ public String getNodeExplainString(String prefix,
TExplainLevel detailLevel) {
if (isPointQuery()) {
output.append(prefix).append("SHORT-CIRCUIT");
}
-
return output.toString();
Review Comment:
not modify useless file
--
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]