-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/lateral-viewarea/plannerIssues or PRs related to the query plannerIssues or PRs related to the query plannerarea/viewIssues or PRS related to viewIssues or PRS related to viewkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
Doris 1.0.0
What's Wrong?
ERROR 1054 (42S22): errCode = 2, detailMessage = Unknown column 'topic_id' in 't'
What You Expected?
Return result
How to Reproduce?
- create table dwd_content_create_base with column topic_ids
- create view
CREATE VIEW `tmp_1` AS SELECT `t`.`topic_id` AS `topic_id` FROM (SELECT `topic_ids` AS `topic_ids` FROM `dwd_content_create_base`) t1 lateral view explode_split(`t1`.`topic_ids`, ',') t as topic_id;
- query
select topic_id from tmp_1
Anything Else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area/lateral-viewarea/plannerIssues or PRs related to the query plannerIssues or PRs related to the query plannerarea/viewIssues or PRS related to viewIssues or PRS related to viewkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.