Kikyou1997 commented on code in PR #18129:
URL: https://github.com/apache/doris/pull/18129#discussion_r1148832475
##########
fe/fe-core/src/test/java/org/apache/doris/nereids/util/HyperGraphBuilder.java:
##########
@@ -190,7 +190,7 @@ private void injectRowcount(Group group) {
int count =
rowCounts.get(Integer.parseInt(scanPlan.getTable().getName()));
for (Slot slot : scanPlan.getOutput()) {
slotIdToColumnStats.put(slot,
- new ColumnStatistic(count, count, 0, 0, 0, 0,
+ new ColumnStatistic(count, count, 0, 0,0, 0, 0,
Review Comment:
Fix code style
--
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]