Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.11.0
-
None
Description
e.g. create view v as select cast(key as string) from src;
The rewriter tries to replace both cast(key as string) and key as `src`.`key`, because cast(key as string) is a no-op.
There may be other cases like this one.
See HIVE-2439 for context.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-4547 A complex create view statement fails with new Antlr 3.4
- Closed