You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Frederick Reiss (JIRA)" <ji...@apache.org> on 2016/09/14 17:02:20 UTC

[jira] [Created] (SPARK-17542) Compiler warning in UnsafeInMemorySorter class

Frederick Reiss created SPARK-17542:
---------------------------------------

             Summary: Compiler warning in UnsafeInMemorySorter class
                 Key: SPARK-17542
                 URL: https://issues.apache.org/jira/browse/SPARK-17542
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
            Reporter: Frederick Reiss
            Priority: Trivial


*This is a small starter task to help new contributors practice the pull request and code review process.*

When building Spark with Java 8, there is a compiler warning in the class UnsafeInMemorySorter:
{noformat}
[WARNING] .../core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeInMemorySorter.java:284: warning: [static] 
static method should be qualified by type name, TaskMemoryManager, instead of
 by an expression
{noformat}

Spark should compile without these kinds of warnings.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org