You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Profiling tool does not show "Potential Problems" for dataset API in section "SQL Duration and Executor CPU Time Percent".
But the "Lambda" keyword is found in the "SQL Plan HealthCheck" section.
Such as:
SQL Duration and Executor CPU Time Percent
+--------+-----------------------+-----+------------+-------------------+------------+------------------+-------------------------+
|appIndex|App ID |sqlID|SQL Duration|Contains Dataset Op|App Duration|Potential Problems|Executor CPU Time Percent|
+--------+-----------------------+-----+------------+-------------------+------------+------------------+-------------------------+
|1 |app-11111111111111-0000|0 |2980 |false |37541 |null |52.04 |
|1 |app-11111111111111-0000|1 |543 |true |37541 |null |48.71 |
+--------+-----------------------+-----+------------+-------------------+------------+------------------+-------------------------+
SQL Plan HealthCheck:
Unsupported SQL Plan
+--------+-----+------+--------+---------------------------------------------------------------------------------------------------+
|appIndex|sqlID|nodeID|nodeName|nodeDescription |
+--------+-----+------+--------+---------------------------------------------------------------------------------------------------+
|1 |1 |8 |Filter |Filter $line21.$read$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$Lambda$4578/[email protected]|
+--------+-----+------+--------+---------------------------------------------------------------------------------------------------+
Steps/Code to reproduce bug
Please provide a list of steps or a code sample to reproduce the issue.
Avoid posting private or sensitive data.
Profile an event log which contains dataset api (Lambda keyword) in the query plan.
Expected behavior
A clear and concise description of what you expected to happen.
"Potential Problems" column in section "SQL Duration and Executor CPU Time Percent" should show the problematic dataset api.
Environment details (please complete the following information)
Describe the bug
A clear and concise description of what the bug is.
Profiling tool does not show "Potential Problems" for dataset API in section "SQL Duration and Executor CPU Time Percent".
But the "Lambda" keyword is found in the "SQL Plan HealthCheck" section.
Such as:
Steps/Code to reproduce bug
Please provide a list of steps or a code sample to reproduce the issue.
Avoid posting private or sensitive data.
Profile an event log which contains dataset api (Lambda keyword) in the query plan.
Expected behavior
A clear and concise description of what you expected to happen.
"Potential Problems" column in section "SQL Duration and Executor CPU Time Percent" should show the problematic dataset api.
Environment details (please complete the following information)
Using latest 21.08 snapshot jar for this tool.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: