Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.13.0
-
None
Description
Steps:
- Execute the following query:
show schemas;
- On the Web-UI, go to the Profiles tab
- Open the profile for the query you executed
Expected result: You can access to the profile entry
Actual result: Error is displayed:
{ "errorMessage" : "1" }
Note: This error doesn't happen with every query. For example, "select * from system.version" can be accessed without error, while "show tables", "use dfs", "alter sessions" etc end with this error.
Attachments
Issue Links
- contains
-
DRILL-6142 Operator Id and Types are not correctly marked in Minor fragments
- Open
- is caused by
-
DRILL-6140 Operators listed in Profiles Page doesn't always correspond with operator specified in Physical Plan
- Resolved
- links to