[jira] [Created] (DRILL-4885) WHERE clause causing a ClassCastException on HBase tables
Ki Kang created DRILL-4885: -- Summary: WHERE clause causing a ClassCastException on HBase tables Key: DRILL-4885 URL: https://issues.apache.org/jira/browse/DRILL-4885 Project: Apache Drill Issue
WHERE clause causing a ClassCastException on HBase tables
Can someone help or point me to where I can maybe get some help? I am trying to figure out why I am getting a ClassCastException when I do the following query. If I change the "FROM" clause to just "FROM (VALUES(0))" it works just fine, but whenever I have "FROM" to an HBase table, I get the er