Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14397#discussion_r74211188
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala
 ---
    @@ -392,11 +392,9 @@ case class InsertIntoTable(
      * This operator will be removed during analysis and the relations will be 
substituted into child.
      *
      * @param child The final query of this CTE.
    - * @param cteRelations Queries that this CTE defined,
    - *                     key is the alias of the CTE definition,
    - *                     value is the CTE definition.
    + * @param cteRelations A sequence of pair (alias, the CTE definition) that 
this CTE defined
      */
    -case class With(child: LogicalPlan, cteRelations: Map[String, 
SubqueryAlias]) extends UnaryNode {
    --- End diff --
    
    Here~


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