Steven Phillips created DRILL-1425:
--------------------------------------
Summary: Handle unknown operators in web ui
Key: DRILL-1425
URL: https://issues.apache.org/jira/browse/DRILL-1425
Project: Apache Drill
Issue Type: Bug
Reporter: Steven Phillips
If the operator type doesn't match with one of the enumerated types in
CoreOperatorType, the web ui fails to load the query profile.
To solve this, we will first check if the CoreOperatorType is null, and if so,
use the String "UNKNOWN_OPERATOR".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)