Dmytriy Grinchenko created DRILL-7196:
-----------------------------------------
Summary: Drillbit should raise more clear exception message when
query is executed on a disabled storage plugin
Key: DRILL-7196
URL: https://issues.apache.org/jira/browse/DRILL-7196
Project: Apache Drill
Issue Type: Bug
Components: Query Planning & Optimization
Affects Versions: 1.12.0
Reporter: Dmytriy Grinchenko
Assignee: Dmytriy Grinchenko
Fix For: 1.17.0
Currently Drillbit will return exception like below:
{code}
Error: SYSTEM ERROR: AssertionError: Rule's description should be unique;
existing rule=TestRuleName; new rule=TestRuleName
{code}
This error message is not representative about the real failure cause. Instead
we need to provide more clear exception, for example: "Unable to execute query
using disabled storage plugin."
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)