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
This is a bug. The query is failing at the planning state itself. Can you
raise a jira for the same with the details you posted here?
- Rahul
On Thu, Sep 1, 2016 at 2:03 AM, Khurram Faraaz wrote:
> What is your Drill version and HBase version ?
>
> On Thu, Sep 1, 2016 at 5:05 AM, Ki Kang wrote
What is your Drill version and HBase version ?
On Thu, Sep 1, 2016 at 5:05 AM, Ki Kang wrote:
> 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
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