[ 
https://issues.apache.org/jira/browse/PHOENIX-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388674#comment-17388674
 ] 

ASF GitHub Bot commented on PHOENIX-6518:
-----------------------------------------

richardantal commented on a change in pull request #1271:
URL: https://github.com/apache/phoenix/pull/1271#discussion_r678182557



##########
File path: 
phoenix-tools/src/it/java/org/apache/phoenix/schema/SchemaToolSynthesisIT.java
##########
@@ -23,8 +23,8 @@
 import java.io.File;
 import java.net.URL;
 
-import static 
org.apache.phoenix.schema.SchemaSynthesisProcessor.ENTITY_NAME_IN_BASE_AND_ALTER_DDL_DON_T_MATCH;
-import static 
org.apache.phoenix.schema.SchemaSynthesisProcessor.UNSUPPORTED_DDL_EXCEPTION;
+import static 
org.apache.phoenix.schematool.SchemaSynthesisProcessor.ENTITY_NAME_IN_BASE_AND_ALTER_DDL_DON_T_MATCH;

Review comment:
       In this package there are the files I moved from phoenix-tools module.
   It has the SchemaSynthesis functionality as well not only the schema 
extraction.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Implement SHOW CREATE STATEMENT SQL command
> -------------------------------------------
>
>                 Key: PHOENIX-6518
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6518
>             Project: Phoenix
>          Issue Type: Task
>          Components: core
>            Reporter: Richárd Antal
>            Assignee: Richárd Antal
>            Priority: Major
>
> With PHOENIX-5946 and PHOENIX-6454 it is possible to generate effective DDL 
> for a table/view/index using the SchemaTool and an hbase command.
> Implement SHOW CREATE STATEMENT sql command to further utilize this 
> functionality.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to