Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
None
-
HDP 3.0
Hive 3.1.0.3.0.0.0-1634
Description
After upgrading to Hive 3.1 from Hive 1.2, I can't run my queries anymore. It seems that "if not exists" is ignored in "create view".
Example:
- create view if not exists test as select 1;
- create view if not exists test as select 1;
The second call fails with "Table already exists: default.test". I changed this to "create or replace view" as a workaround.
Also documented link here
Attachments
Attachments
Issue Links
- is related to
-
HIVE-21675 CREATE VIEW IF NOT EXISTS broken
- Closed