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

    https://github.com/apache/spark/pull/15093#discussion_r78953757
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -1658,19 +1658,14 @@ class Analyzer(
           // Third, for every Window Spec, we add a Window operator and set 
currentChild as the
           // child of it.
           var currentChild = child
    -      var i = 0
    -      while (i < groupedWindowExpressions.size) {
    -        val ((partitionSpec, orderSpec), windowExpressions) = 
groupedWindowExpressions(i)
    +      groupedWindowExpressions.foreach { case ((partitionSpec, orderSpec), 
windowExpressions) =>
    --- End diff --
    
    Ah, that's clear and better. I will try. Thanks!


---
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