Add generating query as a "table property"
------------------------------------------

                 Key: HIVE-431
                 URL: https://issues.apache.org/jira/browse/HIVE-431
             Project: Hadoop Hive
          Issue Type: Wish
            Reporter: Adam Kramer


It would be lovely if, when I write a query that generates a table, that table 
could have a "query" property automatically set which includes the query which 
I used to create the table. This is currently doable by using ALTER TABLE 
table_name SET PROPERTIES (query_partitionid='SELECT ...'), but for my goal, 
that's an unholy mess due to quoting out ' marks...plus, it's really likely 
that I'll forget to do so (esp. if a query fails).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to