Sergey Shelukhin created HIVE-5512: -------------------------------------- Summary: metastore filter pushdown should support "between" Key: HIVE-5512 URL: https://issues.apache.org/jira/browse/HIVE-5512 Project: Hive Issue Type: Improvement Reporter: Sergey Shelukhin Assignee: Sergey Shelukhin
Currently, metastore filter pushdown supports compare operators, "and" and "or". Between is just ">= and <=", so it should be easy to add thru changes to Filter.g or even client-side modification in partition pruner. -- This message was sent by Atlassian JIRA (v6.1#6144)