You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "LiPenglin (Jira)" <ji...@apache.org> on 2022/09/21 09:27:00 UTC

[jira] [Created] (IMPALA-11602) "SHOW CREATE VIEW name" does not display time travel information

LiPenglin created IMPALA-11602:
----------------------------------

             Summary: "SHOW CREATE VIEW name" does not display time travel information
                 Key: IMPALA-11602
                 URL: https://issues.apache.org/jira/browse/IMPALA-11602
             Project: IMPALA
          Issue Type: Bug
            Reporter: LiPenglin
            Assignee: LiPenglin


Query: create view ice_view_a as select * from ice_tbl_a for system_version as of 9029263888750566277

+------------------------+
| summary                |
+------------------------+
| View has been created. |
+------------------------+

 

Query: show create table ice_view_a
+-------------------------------------+
| result                              |
+-------------------------------------+
| CREATE VIEW `default`.ice_view_a AS |
| SELECT * FROM `default`.ice_tbl_a   |
+-------------------------------------+

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)