Details
Description
The get_partitions call queries "SHOW PARTITIONS tbl" via an execute_query_statement call, but fails to reset the latter's max_rows=1000 default with max_rows=max_parts, so the results fetched ends up getting capped to 1000 despite what you've configured max_parts in hue.ini to be.