Description
HiveMetaStoreClient::dropPartitions() assumes that the dropped List<Partition> must be returned to the caller. That's a lot of thrift traffic that the caller might choose not to pay for.
I propose an overload that retains the default behaviour, but allows needResult to be overridden.