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)

Reply via email to