B Anil Kumar created DRILL-1273: ----------------------------------- Summary: In case of multiple storage plugins (with optimization rules), all the queries with "where" clause will fail. Key: DRILL-1273 URL: https://issues.apache.org/jira/browse/DRILL-1273 Project: Apache Drill Issue Type: Bug Components: Execution - Flow Affects Versions: 0.4.0, 0.5.0 Reporter: B Anil Kumar Priority: Critical
In case of multiple storage plugins with respective optimization rules (like predicate push down), optiq optimizer will call onMatch() method on all the sub classes of "StoragePluginOptimizerRule". In this case, all the queries with "where" clause will fail with ClassCastException. -- This message was sent by Atlassian JIRA (v6.2#6252)