You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The following operators are supported when constructing filters for partition columns (derived from HIVE-1862):

  • =
  • <
  • <=
  • >
  • >=
  • <>
  • LIKE (supports literal string template with .* wildcard only)
  • AND
  • OR
  • No labels