Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hive#getPartitionsByNames method can be used to obtain partition objects from the metastore by specifying their names and other options.
public List<Partition> getPartitionsByNames(Table tbl, List<String> partNames, boolean getColStats)
However, the partition statistics are missing from the returned objects no matter the value of the getColStats parameter.
The problem is here and was caused by HIVE-24743.
Attachments
Issue Links
- is caused by
-
HIVE-24743 [HS2] Send tableId to get_partitions_by_names_req HMS API from HS2
- Resolved