Hadoop Hive-specific SQL limitations
A few of the following key limitations in Hive prevent some regular Metadata Editor features from working as intended, and limit the structure of your SQL queries in Report Designer:
Outer joins are not supported.
Each column can only be used once in a
SELECTclause.Duplicate columns in
SELECTstatements cause errors.Conditional joins can only use the = conditional unless you use a
WHEREclause.Any non-equal conditional in a FROM statement forces the Metadata Editor to use a Cartesian join and a
WHEREclause conditional to limit it.
Last updated
Was this helpful?

