Skip to content

PHOENIX-6444 Extend Cell Tags to Delete object for Indexer coproc - #1200

Merged
gjacoby126 merged 1 commit into
apache:4.xfrom
shahrs87:PHOENIX-6444-4.x
Apr 21, 2021
Merged

PHOENIX-6444 Extend Cell Tags to Delete object for Indexer coproc#1200
gjacoby126 merged 1 commit into
apache:4.xfrom
shahrs87:PHOENIX-6444-4.x

Conversation

@shahrs87

Copy link
Copy Markdown
Contributor

No description provided.

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec4m 57sDocker 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ 4.x Compile Tests _
+1 💚mvninstall15m 1s4.x passed
+1 💚compile1m 11s4.x passed
+1 💚checkstyle0m 49s4.x passed
+1 💚javadoc0m 52s4.x passed
+0 🆗spotbugs3m 22sphoenix-core in 4.x has 945 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall6m 39sthe patch passed
+1 💚compile1m 18sthe patch passed
+1 💚javac1m 18sthe patch passed
-1 ❌checkstyle0m 56sphoenix-core: The patch generated 12 new + 1120 unchanged - 14 fixed = 1132 total (was 1134)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚javadoc0m 54sthe patch passed
+1 💚spotbugs3m 36sthe patch passed
_ Other Tests _
+1 💚unit142m 4sphoenix-core in the patch passed.
+1 💚asflicense0m 14sThe patch does not generate ASF License warnings.
182m 53s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1200/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1200
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux d2366ea93861 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / b0772eb
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-1200/1/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1200/1/testReport/
Max. process+thread count6387 (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-1200/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.

@shahrs87

Copy link
Copy Markdown
ContributorAuthor

There are few checkstyle warnings for line length.
According to checker.xml file, the line length should be less than 100 but I am getting warning for less than 80 length.

@shahrs87

Copy link
Copy Markdown
ContributorAuthor

@gjacoby126 could you please review this patch ? Thank you !

@gjacoby126

Copy link
Copy Markdown
Contributor

@shahrs87 - the JIRA and master-branch version of this PR say "PHOENIX-6444 - Extend Cell Tags..." while this one is "PHOENIX-6444 - Add Cell Tags...". I don't have an opinion between the two options, but the commits should have the same title between the JIRA and two branches.

@gjacoby126gjacoby126 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to the change itself, just please see comment about harmonizing the commit names across branches.

@shahrs87shahrs87 changed the title PHOENIX-6444 Add Cell Tags to Delete object for Indexer coprocPHOENIX-6444 Extend Cell Tags to Delete object for Indexer coprocApr 21, 2021
@shahrs87

Copy link
Copy Markdown
ContributorAuthor

+1 to the change itself, just please see comment about harmonizing the commit names across branches.

@gjacoby126 Done. Changed the commit message here to be same as master branch.

@gjacoby126
gjacoby126 merged commit 049b9d8 into apache:4.xApr 21, 2021
@shahrs87

Copy link
Copy Markdown
ContributorAuthor

Thank you @gjacoby126 for the review and commit,

@stoty

Copy link
Copy Markdown
Contributor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 30sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo 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 doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ 4.x Compile Tests _
+1 💚mvninstall13m 58s4.x passed
+1 💚compile1m 0s4.x passed
+1 💚checkstyle0m 54s4.x passed
+1 💚javadoc0m 47s4.x passed
+0 🆗spotbugs2m 59sphoenix-core in 4.x has 945 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall5m 47sthe patch passed
+1 💚compile1m 1sthe patch passed
+1 💚javac1m 1sthe patch passed
-1 ❌checkstyle0m 55sphoenix-core: The patch generated 12 new + 1120 unchanged - 14 fixed = 1132 total (was 1134)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚javadoc0m 45sthe patch passed
+1 💚spotbugs3m 12sthe patch passed
_ Other Tests _
+1 💚unit136m 36sphoenix-core in the patch passed.
+1 💚asflicense0m 11sThe patch does not generate ASF License warnings.
169m 32s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1200/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1200
Optional Testsdupname asflicense javac javadoc unit spotbugs hbaseanti checkstyle compile
unameLinux 8acd1d1b2422 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / b0772eb
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-1200/2/artifact/yetus-general-check/output/diff-checkstyle-phoenix-core.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1200/2/testReport/
Max. process+thread count5938 (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-1200/2/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.

3 participants

@shahrs87@stoty@gjacoby126