Search code examples
hadoophiveamazon-emr

Does Hive have something equivalent to DUAL?


I'd like to run statements like

SELECT date_add('2008-12-31', 1) FROM DUAL

Does Hive (running on Amazon EMR) have something similar?


Solution

  • Not yet: https://issues.apache.org/jira/browse/HIVE-1558