Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22976#discussion_r232552336
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/GenerateOrdering.scala
 ---
    @@ -68,62 +68,55 @@ object GenerateOrdering extends 
CodeGenerator[Seq[SortOrder], Ordering[InternalR
         genComparisons(ctx, ordering)
       }
     
    +  /**
    +   * Creates the variables for ordering based on the given order.
    +   */
    +  private def createOrderKeys(
    +    ctx: CodegenContext,
    --- End diff --
    
    4 space identation


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to