You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/12 11:55:32 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue, #9529: [Bug](Lateral View) Create incorrect view when view includes the lateral view

EmmyMiao87 opened a new issue, #9529:
URL: https://github.com/apache/incubator-doris/issues/9529

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) 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?
   
   1. create table dwd_content_create_base with column topic_ids
   2. 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;
   ```
   3. query
   ```
   select topic_id from tmp_1
   ```
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #9529: [Bug](Lateral View) Create incorrect view when view includes the lateral view

Posted by GitBox <gi...@apache.org>.
morningman closed issue #9529: [Bug](Lateral View) Create incorrect view when view includes the lateral view
URL: https://github.com/apache/incubator-doris/issues/9529


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org