Skip to content

Conversation

@weiqingy
Copy link
Contributor

@weiqingy weiqingy commented Aug 8, 2016

What changes were proposed in this pull request?

This PR is to fix the minor Java linter errors as following:
[ERROR] src/main/java/org/apache/spark/sql/catalyst/expressions/VariableLengthRowBasedKeyValueBatch.java:42,10 RedundantModifier: Redundant 'final' modifier.
[ERROR] src/main/java/org/apache/spark/sql/catalyst/expressions/VariableLengthRowBasedKeyValueBatch.java:97,10 RedundantModifier: Redundant 'final' modifier.

How was this patch tested?

Manual test.
dev/lint-java
Using mvn from path: /usr/local/bin/mvn
Checkstyle checks passed.

@srowen
Copy link
Member

srowen commented Aug 8, 2016

Thank you, yeah was going to fix those. LGTM

@srowen
Copy link
Member

srowen commented Aug 8, 2016

Jenkins test this please

@SparkQA
Copy link

SparkQA commented Aug 8, 2016

Test build #63342 has finished for PR 14532 at commit 736cee2.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Aug 8, 2016

Merged to master

@asfgit asfgit closed this in e10ca8d Aug 8, 2016
Sign up for free to 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