Hi,
I put an array in hbase column (now in Json string, but is not necessary if drill requires the change), is it possible I can query whether an item is in the array? For example, I put string "["192.168.0.1","192.168.0.2",...]" in a hbase column, and want to query out rows contains 192.168.0.1 in the array. Thanks! Alfie
