Skip to content
Snippets Groups Projects
Commit f7679055 authored by Jane Wang's avatar Jane Wang Committed by gatorsmile
Browse files

[SPARK-4131] Support "Writing data into the filesystem from queries"

## What changes were proposed in this pull request?

This PR implements the sql feature:
INSERT OVERWRITE [LOCAL] DIRECTORY directory1
  [ROW FORMAT row_format] [STORED AS file_format]
  SELECT ... FROM ...

## How was this patch tested?
Added new unittests and also pulled the code to fb-spark so that we could test writing to hdfs directory.

Author: Jane Wang <janewang@fb.com>

Closes #18975 from janewangfb/port_local_directory.
parent e4d8f9a3
No related branches found
No related tags found
No related merge requests found
Showing
with 1015 additions and 225 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment