Good afternoon! Your Drill is perfect! But i have some questions, how can i select all of columns by FamilyColum, for example
select CONVERT_FROM(row_key, 'UTF8') as id, CONVERT_FROM(h.basicproperties.link, 'UTF8') as link, CONVERT_FROM(h.goodproperties.vendorname, 'UTF8') as vendor h.alternativegoods.* from hbase.newheureka h where CONVERT_FROM(h.goodproperties.vendorname, 'UTF8') like '%Lenovo%'; OR select CONVERT_FROM(row_key, 'UTF8') as id, CONVERT_FROM(h.basicproperties.link, 'UTF8') as link, CONVERT_FROM(h.goodproperties.vendorname, 'UTF8') as vendor h.alternativegoods.link-%%% from hbase.newheureka h where CONVERT_FROM(h.goodproperties.vendorname, 'UTF8') like '%Lenovo%'; Thank you Maybe, if it possible, give me contact or forum where i can ask about queries by Drill! Yours sincerely, Viktor Kvachan
