Does hive partition filter support more operators other than below? like
between keyword? But ExpressionTree class in Metastore package only
provides operators like below.


   - =
   - <
   - <=
   - >
   - >=
   - <>
   - AND
   - OR
   - LIKE (on keys of type string only, supports literal string template
   with '.*' wildcard)


https://cwiki.apache.org/confluence/display/Hive/Partition+Filter+Syntax

Does it mean that sql like this : *select * from emr_timestamp where ts
between timestamp'1901-12-16 12:00:00' and timestamp'2017-12-18 12:00:00'*
will be translated to above listed operators when querying hive metastore?

Thanks,
Bargitta

Reply via email to