Hi There, From the docs. HTableDescriptor is deprecated and will be removed from 3.0. But both client.Table#getTableDescriptor and client.Admin#getTableDescriptor returns HTableDescriptor object. Is there a reason why these methods return the deprecated type? Looking to change code from prior versions to not use the deprecated classes.
Thanks, Biju
