XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.0.1, 2.1.0
    • Build
    • None

    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

          Activity

            People

              gurwls223 Hyukjin Kwon
              gurwls223 Hyukjin Kwon
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: