Xinyi Yan created PHOENIX-5431:
----------------------------------
Summary: Support clone Phoenix table schema
Key: PHOENIX-5431
URL: https://issues.apache.org/jira/browse/PHOENIX-5431
Project: Phoenix
Issue Type: New Feature
Reporter: Xinyi Yan
People want to clone an existing table schema for testing purpose. Copy and
paste CREATE SQL statement for a list of tables kind of painful, especially we
have all the information from the SYSTEM.CATALOG. Lets' implement clone phoenix
table schema! :D
{code:java}
CREATE TABLE AAA_CLONE LIKE AAA;
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)