I am testing 2.2.3 and I get and ArrayIndexOutOfBoundsException when creating an index with more than 1 column in the INCLUDE statement.
CREATE INDEX KWD_IDX ON "keywordideas" ("jobName","parentKeyword") INCLUDE
("keywordText","relatedKeywordRank);
Error: java.lang.ArrayIndexOutOfBoundsException (state=08000,code=101)
Is this a bug, or has something changed with 2.2.3? The table was created
on top of an existing HBase table.
Thanks
Justin
