Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Project Infra
    • None

    Description

      core/src/main/scala/org/apache/spark/Aggregator.scala
      // for example
        def combineCombinersByKey(iter: Iterator[_ <: Product2[K, C]], context: TaskContext)
            : Iterator[(K, C)] =
        {
      
      ...
      
        def combineValuesByKey(iter: Iterator[_ <: Product2[K, V]],
                               context: TaskContext): Iterator[(K, C)] = {
      
      

      there are not conform to the rule.https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide

      there are so much code like this

      Attachments

        Activity

          People

            Unassigned Unassigned
            shijinkui shijinkui
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: