Hello, I am interested in two features that i have not been able to found in API docs and mailing lists.
First of all, is there any way to miss CF name in ColumnPath or ColumnParent (or better enumerate CFs to be retrieved). It would be commonly used to fetch all the data of a complex object identified by key. Secondly, it would be great to have an ability to fetch differently structured data by single request, providng map<key : string, list<<ColumnParent>, <Predicate>>> to multiget_slice() Is it possible to be implemented. If so, when? Thank you.