mirror of
https://github.com/apache/impala.git
synced 2026-01-25 09:01:08 -05:00
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.