Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.7.0
-
None
-
None
Description
Cases that should fail:
- handler has usesIndexTable=false, and user supplies table name/format
- handler has usesIndexTable=true, and user supplies table format that is incompatible with handler (does compact handler have any restrictions?)
- user tries to create index on external table
- user tries to create index on index table
- user tries to create index on column of unsupported datatype (e.g. array/map/struct probably does not make sense)
Attachments
Attachments
Issue Links
- relates to
-
HIVE-417 Implement Indexing in Hive
- Closed