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

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

stoty commented on pull request #1271:
URL: https://github.com/apache/phoenix/pull/1271#issuecomment-888410346


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   1m 32s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  Patch does not have any 
anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  The patch appears to include 
1 new or modified test files.  |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   4m 54s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |  19m  4s |  master passed  |
   | +0 |  hbaserecompile  |  32m  4s |  HBase recompiled.  |
   | +1 :green_heart: |  compile  |   1m 44s |  master passed  |
   | +1 :green_heart: |  checkstyle  |   2m  4s |  master passed  |
   | +1 :green_heart: |  javadoc  |   1m 12s |  master passed  |
   | +0 :ok: |  spotbugs  |   3m 23s |  phoenix-core in master has 964 extant 
spotbugs warnings.  |
   | +0 :ok: |  spotbugs  |   0m 47s |  phoenix-tools in master has 5 extant 
spotbugs warnings.  |
   | -0 :warning: |  patch  |   1m  3s |  Used diff version of patch file. 
Binary files and potentially other changes not applied. Please rebase and 
squash commits if necessary.  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 13s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |  15m 10s |  the patch passed  |
   | +0 |  hbaserecompile  |  21m 52s |  HBase recompiled.  |
   | +1 :green_heart: |  compile  |   1m 41s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 41s |  the patch passed  |
   | -1 :x: |  checkstyle  |   1m 49s |  phoenix-core: The patch generated 427 
new + 2618 unchanged - 20 fixed = 3045 total (was 2638)  |
   | -1 :x: |  checkstyle  |   0m 18s |  phoenix-tools: The patch generated 3 
new + 57 unchanged - 364 fixed = 60 total (was 421)  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  xml  |   0m  2s |  The patch has no ill-formed XML 
file.  |
   | +1 :green_heart: |  javadoc  |   1m 11s |  the patch passed  |
   | -1 :x: |  spotbugs  |   3m 32s |  phoenix-core generated 6 new + 964 
unchanged - 0 fixed = 970 total (was 964)  |
   | +1 :green_heart: |  spotbugs  |   0m 56s |  phoenix-tools generated 0 new 
+ 3 unchanged - 2 fixed = 3 total (was 5)  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  | 115m 14s |  phoenix-core in the patch failed.  |
   | -1 :x: |  unit  |   3m 49s |  phoenix-tools in the patch failed.  |
   | +1 :green_heart: |  asflicense  |   1m 20s |  The patch does not generate 
ASF License warnings.  |
   |  |   | 198m 27s |   |
   
   
   | Reason | Tests |
   |-------:|:------|
   | FindBugs | module:phoenix-core |
   |  |  Found reliance on default encoding in 
org.apache.phoenix.schematool.SchemaSynthesisProcessor.getQueriesFromFile(String):in
 
org.apache.phoenix.schematool.SchemaSynthesisProcessor.getQueriesFromFile(String):
 new java.io.FileReader(File)  At SchemaSynthesisProcessor.java:[line 211] |
   |  |  Null passed for non-null parameter of new 
org.apache.phoenix.parse.SQLParser(String) in 
org.apache.phoenix.schematool.SchemaSynthesisProcessor.synthesize(String, 
String)  Method invoked at SchemaSynthesisProcessor.java:of new 
org.apache.phoenix.parse.SQLParser(String) in 
org.apache.phoenix.schematool.SchemaSynthesisProcessor.synthesize(String, 
String)  Method invoked at SchemaSynthesisProcessor.java:[line 80] |
   |  |  Null passed for non-null parameter of new 
org.apache.phoenix.parse.SQLParser(String) in 
org.apache.phoenix.schematool.SchemaSynthesisProcessor.synthesize(String, 
String)  Method invoked at SchemaSynthesisProcessor.java:of new 
org.apache.phoenix.parse.SQLParser(String) in 
org.apache.phoenix.schematool.SchemaSynthesisProcessor.synthesize(String, 
String)  Method invoked at SchemaSynthesisProcessor.java:[line 81] |
   |  |  
org.apache.phoenix.schematool.SchemaSynthesisProcessor.getQueriesFromFile(String)
 may fail to close stream  At SchemaSynthesisProcessor.java:stream  At 
SchemaSynthesisProcessor.java:[line 211] |
   |  |  Invocation of toString on Throwable.getStackTrace() in 
org.apache.phoenix.util.QueryUtil.getShowCreateTableStmt(PhoenixConnection, 
String, TableName)  At QueryUtil.java:in 
org.apache.phoenix.util.QueryUtil.getShowCreateTableStmt(PhoenixConnection, 
String, TableName)  At QueryUtil.java:[line 788] |
   |  |  
org.apache.phoenix.util.QueryUtil.getShowCreateTableStmt(PhoenixConnection, 
String, TableName) may fail to clean up java.sql.Statement on checked exception 
 Obligation to clean up resource created at QueryUtil.java:to clean up 
java.sql.Statement on checked exception  Obligation to clean up resource 
created at QueryUtil.java:[line 794] is not discharged |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/phoenix/pull/1271 |
   | Optional Tests | dupname asflicense javac javadoc unit spotbugs 
hbaserebuild hbaseanti checkstyle compile xml |
   | uname | Linux 85ac32b8f57d 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev/phoenix-personality.sh |
   | git revision | master / 9b76bd5 |
   | Default Java | Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 |
   | checkstyle | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
 |
   | checkstyle | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/artifact/yetus-general-check/output/diff-checkstyle-phoenix-tools.txt
 |
   | spotbugs | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
 |
   | unit | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
 |
   | unit | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/artifact/yetus-general-check/output/patch-unit-phoenix-tools.txt
 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/testReport/
 |
   | Max. process+thread count | 10509 (vs. ulimit of 30000) |
   | modules | C: phoenix-core phoenix-tools U: . |
   | Console output | 
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1271/4/console
 |
   | versions | git=2.7.4 maven=3.3.9 spotbugs=4.1.3 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
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