I need to programmatically query Qubole for the list of partitions for a Hive table. I can do this by calling the correct API endpoint as described here, but I would like to use the qds-sdj-java client to do this (I am already using it for other things).
In looking through the client's Javadoc API documentation, I don't see an option for doing this. Is there a way and I am just overlooking it? Is calling the endpoint directly the only option?