Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
git.commit.id.abbrev=29dde76
The below query which joins 2 hbase tables fails with the below error
select student.onecf['name'] name from student inner join voter on (student.onecf['name'] = voter.onecf['name']); Query failed: Failure while running fragment. Failure finding function that runtime code generation expected. Signature: compare_to( VARBINARY:OPTIONALINT:OPTIONAL, ) returns INT:REQUIRED [0ffd82e9-43ac-4a29-934f-b72fa76ddb78]
Attached the data and log files
Attachments
Attachments
Issue Links
- relates to
-
DRILL-3239 Join between empty hive tables throws an IllegalStateException
- Reopened