Skip to content

PHOENIX-6262 Bulk Load have a bug in lowercase tablename - #1072

Closed
wangchao316 wants to merge 2 commits into
apache:masterfrom
wangchao316:PHOENIX-6262
Closed

PHOENIX-6262 Bulk Load have a bug in lowercase tablename#1072
wangchao316 wants to merge 2 commits into
apache:masterfrom
wangchao316:PHOENIX-6262

Conversation

@wangchao316

Copy link
Copy Markdown
Member

No description provided.

@stoty

stoty commented Jan 7, 2021

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 52sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚test4tests0m 0sThe patch appears to include 3 new or modified test files.
_ master Compile Tests _
+1 💚mvninstall16m 53smaster passed
+1 💚compile1m 1smaster passed
+1 💚checkstyle0m 44smaster passed
+1 💚javadoc0m 50smaster passed
+0 🆗spotbugs3m 20sphoenix-core in master has 972 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall9m 23sthe patch passed
+1 💚compile1m 0sthe patch passed
+1 💚javac1m 0sthe patch passed
-1 ❌checkstyle0m 46sphoenix-core: The patch generated 67 new + 1087 unchanged - 167 fixed = 1154 total (was 1254)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
-1 ❌javadoc0m 47sphoenix-core generated 1 new + 99 unchanged - 1 fixed = 100 total (was 100)
-1 ❌spotbugs3m 31sphoenix-core generated 2 new + 972 unchanged - 0 fixed = 974 total (was 972)
_ Other Tests _
-1 ❌unit175m 13sphoenix-core in the patch failed.
-1 ❌asflicense0m 27sThe patch generated 1 ASF License warnings.
218m 33s
ReasonTests
FindBugsmodule:phoenix-core
Null passed for non-null parameter of org.apache.phoenix.util.PhoenixRuntime.getTable(Connection, String) in org.apache.phoenix.mapreduce.AbstractBulkLoadTool.loadData(Configuration, CommandLine) Method invoked at AbstractBulkLoadTool.java:of org.apache.phoenix.util.PhoenixRuntime.getTable(Connection, String) in org.apache.phoenix.mapreduce.AbstractBulkLoadTool.loadData(Configuration, CommandLine) Method invoked at AbstractBulkLoadTool.java:[line 284]
Null passed for non-null parameter of new org.apache.phoenix.schema.PTableKey(PName, String) in org.apache.phoenix.util.PhoenixRuntime.getTable(Connection, String) Method invoked at PhoenixRuntime.java:of new org.apache.phoenix.schema.PTableKey(PName, String) in org.apache.phoenix.util.PhoenixRuntime.getTable(Connection, String) Method invoked at PhoenixRuntime.java:[line 458]
Failed junit testsphoenix.end2end.TenantSpecificTablesDDLIT
phoenix.end2end.join.HashJoinPersistentCacheIT
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1072
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 8425568a8100 4.15.0-126-generic #129-Ubuntu SMP Mon Nov 23 18:53:38 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revisionmaster / 5ef5faa
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
checkstylehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
javadochttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/artifact/yetus-general-check/output/diff-javadoc-javadoc-phoenix-core.txt
spotbugshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/artifact/yetus-general-check/output/new-spotbugs-phoenix-core.html
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/testReport/
asflicensehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count5860 (vs. ulimit of 30000)
modulesC: phoenix-core U: phoenix-core
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1072/1/console
versionsgit=2.7.4 maven=3.3.9 spotbugs=4.1.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@wangchao316@stoty