Krystal created DRILL-860: ----------------------------- Summary: Join between hbase/m7 tables fail Key: DRILL-860 URL: https://issues.apache.org/jira/browse/DRILL-860 Project: Apache Drill Issue Type: Bug Components: Storage - HBase Reporter: Krystal
git.commit.id.abbrev=01bf849 The following join query runs successfully against parquet data; however, failed against hbase or m7 tables: select cast(student.onecf['name'] as varchar(35)) name, cast(student.twocf['age'] as integer) age, cast(student.threecf['gpa'] as decimal(4,2)) gpa, cast(s_voter.twocf['registration'] as varchar(20)) registration from student join s_voter on (student.onecf['name'] = s_voter.onecf['name']); Failure while running fragment. < UnsupportedOperationException -- This message was sent by Atlassian JIRA (v6.2#6252)