Files
impala/testdata/workloads/functional-query/queries/QueryTest
Alan Choi dfe7690add IMP-522 Fix null pointer exception in HBase query
The ScanNode.keyRanges is an array list that can contain null. The existing HBase scan node
did not check for that.

A keyRanges would contain null if
1. the row-key is a string type and it is referenced in the query and,
2. there is no predicate on the row-key.
2014-01-08 10:46:36 -08:00
..
2014-01-08 10:45:04 -08:00
2014-01-08 10:46:14 -08:00
2014-01-08 10:44:38 -08:00
2014-01-08 10:46:33 -08:00