foxtail463 commented on code in PR #64032:
URL: https://github.com/apache/doris/pull/64032#discussion_r3425402619
##########
fe/fe-core/src/main/java/org/apache/doris/planner/ScanNode.java:
##########
@@ -96,7 +96,7 @@ public abstract class ScanNode extends PlanNode implements
SplitGenerator {
protected long selectedPartitionNum = 0;
protected int selectedSplitNum = 0;
- private boolean hasPartitionPredicate = false;
+ private boolean hasPartitionConstraint = false;
Review Comment:
partition predicate + 手动指定了partition/tablet
--
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]