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

    https://github.com/apache/spark/pull/19301#discussion_r140155406
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/view.scala 
---
    @@ -38,7 +38,7 @@ import org.apache.spark.sql.internal.SQLConf
      *         view resolution, in this way, we are able to get the correct 
view column ordering and
      *         omit the extra columns that we don't require);
      *    1.2. Else set the child output attributes to `queryOutput`.
    - * 2. Map the `queryQutput` to view output by index, if the corresponding 
attributes don't match,
    + * 2. Map the `queryOutput` to view output by index, if the corresponding 
attributes don't match,
    --- End diff --
    
    It looks all the same?


---

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

Reply via email to