Github user bomeng commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13246#discussion_r64142270
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/planning/patterns.scala
 ---
    @@ -227,8 +227,8 @@ object IntegerIndex {
      *  - Unnamed grouping expressions are named so that they can be referred 
to across phases of
      *    aggregation
      *  - Aggregations that appear multiple times are deduplicated.
    - *  - The compution of the aggregations themselves is separated from the 
final result. For example,
    - *    the `count` in `count + 1` will be split into an 
[[AggregateExpression]] and a final
    + *  - The computation of the aggregations themselves is separated from the 
final result. For
    + *    example, the `count` in `count + 1` will be split into an 
[[AggregateExpression]] and a final
    --- End diff --
    
    This is just needed for 100-char line limit as previous line fix.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to