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

    https://github.com/apache/spark/pull/4380#discussion_r35251529
  
    --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala ---
    @@ -73,6 +73,22 @@ private[hive] case class CreateTableAsSelect(
         childrenResolved
     }
     
    +/**
    + * Logical node for "INSERT OVERWRITE [LOCAL] DIRECTORY directory
    + * [ROW FORMAT row_format] STORED AS file_format SELECT ... FROM ..."
    + * @param path the target path to write data.
    + * @param child the child logical plan.
    + * @param isLocal whether to write data to local file system.
    + * @param desc describe the write property such as file format.
    + */
    +case class WriteToDirectory(
    --- End diff --
    
    `private[hive]` (though I think we can get rid of this hopefully)


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