starocean999 commented on code in PR #64026:
URL: https://github.com/apache/doris/pull/64026#discussion_r3418940714
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/LessThanPartition.java:
##########
@@ -47,6 +46,10 @@ public void validate(Map<String, String> properties) {
} catch (Exception e) {
throw new AnalysisException(e.getMessage(), e.getCause());
}
+ validateValueCount();
+ for (int i = 0; i < values.size(); ++i) {
+ typedPartitionExpression(values.get(i), i);
Review Comment:
typedPartitionExpression辅助函数是在基类,但派生类的数据结构各有不同,所以调用方式也不同
--
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]