| PREHOOK: query: DROP VIEW xxx5 |
| PREHOOK: type: DROPVIEW |
| POSTHOOK: query: DROP VIEW xxx5 |
| POSTHOOK: type: DROPVIEW |
| PREHOOK: query: CREATE VIEW xxx5 |
| PARTITIONED ON (value) |
| AS |
| SELECT * FROM src |
| PREHOOK: type: CREATEVIEW |
| PREHOOK: Input: default@src |
| PREHOOK: Output: database:default |
| PREHOOK: Output: default@xxx5 |
| POSTHOOK: query: CREATE VIEW xxx5 |
| PARTITIONED ON (value) |
| AS |
| SELECT * FROM src |
| POSTHOOK: type: CREATEVIEW |
| POSTHOOK: Input: default@src |
| POSTHOOK: Output: database:default |
| POSTHOOK: Output: default@xxx5 |
| POSTHOOK: Lineage: xxx5.key SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ] |
| FAILED: SemanticException LOCATION clause illegal for view partition |