Details
Description
Impala requires that partition values are selected based on the actual data type, unlike Hive which can take string values for all partitions. As such, we will have to use the DESCRIBE FORMATTED table information to get the actual data types of the partition columns and then pass that into the PartitionValue wrapper to form the select query.