[Bug] Create view failed
See original GitHub issueDescribe the bug Create view failed with error: “failed to init view stmt”
To Reproduce create a view with some complex select stmt such as union and join and group by.
Why
This is because the toSql()
method of SlotRef will return like “<slot 20> col as alias”, if that SlotRef is analyzed.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
[Bug] Create view failed · Issue #4839 · apache/doris - GitHub
Describe the bug Create view failed with error: "failed to init view stmt" To Reproduce create a view with some complex select stmt...
Read more >Applying Update Error CREATE VIEW ...
Applying Update Error CREATE VIEW PS_SCD_TOPN_SUP_VW Failed With ORA-00904: "SCD_VNDSEL_TM_FRM": Invalid Id (Doc ID 2667000.1).
Read more >Cannot SHOW CREATE VIEW if underlying tabels are ALTERed
Description: If an underlying table changes SHOW CREATE VIEW is broken in 5.1 and 5.5 - but not in 5.0 This ia a...
Read more >SHOW CREATE VIEW fails for owner - Cloudera Community
We're strugling with the issue that Impala does not provide access to SHOW CREATE VIEW statement for the owner of the view (as...
Read more >Possible bug in Create database view tool - Esri Community
Failed to execute (CreateDatabaseView). I can successfully connect to the Enterprise Geodatabase in ArcMap and create other views using the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
work around : add
select * from between crate view xxx and xx union all yy
exampleyep , I know. thanks. but the purpose for my scenario is to create a view for user to query