PREHOOK: query: -- Create table create table if not exists test_invalid_column(key string, value string ) partitioned by (year string, month string) stored as textfile PREHOOK: type: CREATETABLE POSTHOOK: query: -- Create table create table if not exists test_invalid_column(key string, value string ) partitioned by (year string, month string) stored as textfile POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@test_invalid_column FAILED: SemanticException [Error 10002]: Line 3:41 Invalid column reference 'test_invalid_column': (possible column names are: key, value, year, month)