Description
.../UnsafeInMemorySorter.java:284: warning: [static] static method should be qualified by type name, TaskMemoryManager, instead of by an expression [WARNING] currentPageNumber = memoryManager.decodePageNumber(recordPointer)
We can use static method via Class reference not via instance which produces an warning.
This was introduced in https://github.com/apache/spark/pull/14693
Attachments
Issue Links
- is duplicated by
-
SPARK-17542 Compiler warning in UnsafeInMemorySorter class
- Resolved
- links to