-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feature] (nereids) generate sql digest for nereids prased stmt #56256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
a634784 to
aafb3a9
Compare
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
aafb3a9 to
c798197
Compare
|
run buildall |
|
run performance |
TPC-H: Total hot run time: 1512 ms |
TPC-DS: Total hot run time: 2776 ms |
ClickBench: Total hot run time: 0.04 s |
|
run p0 |
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run performance |
TPC-H: Total hot run time: 1495 ms |
TPC-DS: Total hot run time: 2737 ms |
ClickBench: Total hot run time: 0.09 s |
|
run buildall |
TPC-DS: Total hot run time: 190295 ms |
ClickBench: Total hot run time: 30.52 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run cloud_p0 |
FE Regression Coverage ReportIncrement line coverage |
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java
Outdated
Show resolved
Hide resolved
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-DS: Total hot run time: 190561 ms |
ClickBench: Total hot run time: 30.37 s |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
The stmt generated by the old parser has a toDigest method, so that auditlog can use the generated digest to generate SQL fingerprints, facilitating the troubleshooting of issues such as slow SQL
The stmt generated by the old parser has a toDigest method, so that auditlog can use the generated digest to generate SQL fingerprints, facilitating the troubleshooting of issues such as slow SQL