Hi, The ARRAY documentation at http://phoenix.incubator.apache.org/array_type.html says:
"*Attempts to access an array element beyond the current length will evaluate to null*." but I think that is not true for array types other than varchar. I tried it with FLOAT & INTEGER. It throws an "Index Out of Bound" exception. It returns null if we use VARCHAR ARRAY. says -- Regards Faisal Moeen
