hbase.client.tableindexed.IndexSpecification, lines 72-73 should be reversed ----------------------------------------------------------------------------
Key: HBASE-2199 URL: https://issues.apache.org/jira/browse/HBASE-2199 Project: Hadoop HBase Issue Type: Bug Components: contrib Affects Versions: 0.20.3 Reporter: Adrian Popescu Priority: Minor Error in constructor of IndexSpecification, lines 72-73, where the order of ** this.makeAllColumns() and this.additionalColumns ** should be inverted. Otherwise by calling getAllColumns() only the indexed columns are returned. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.