Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: Database/Schema, Query Processor, SQL
-
Labels:
-
Hadoop Flags:Reviewed
Description
The syntax for DESCRIBE is broken. It should be:
DESCRIBE [EXTENDED] [database DOT]table [column]
but is actually
DESCRIBE [EXTENDED] table[DOT col_name]