Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 22, 2024
1 parent 5de4210 commit 784c841
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public List<Rule> buildRules() {
result = project;
}
LOG.warn(builder.toString());
LOG.warn("@@@@@###originTopn " + originTopn.treeString());
LOG.warn("@@@@@###result " + result.treeString());
return result;
}).toRule(RuleType.LIMIT_AGG_TO_TOPN_AGG)
);
Expand Down

0 comments on commit 784c841

Please sign in to comment.