Description
listPartitionsByFilter supports only non-string partitions. This is because its explicitly specified in generateJDOFilterOverPartitions in ExpressionTree.java.
//Can only support partitions whose types are string
if( ! table.getPartitionKeys().get(partitionColumnIndex).
getType().equals(org.apache.hadoop.hive.serde.Constants.STRING_TYPE_NAME) )
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-4929 the type of all numeric constants is changed to double in the plan
- Closed
- is duplicated by
-
HIVE-7164 Support non-string partition types in HCatalog
- Resolved
- is related to
-
HIVE-2048 Expedite Partition Pruning
- Open
- relates to
-
HCATALOG-347 Pig loads all partitions when it is specifically told not to load all
- Closed
-
HCATALOG-23 hcat client does not support partition keys other than string, when creating tables
- Open
-
HIVE-4888 listPartitionsByFilter doesn't support lt/gt/lte/gte
- Resolved