aboutsummaryrefslogtreecommitdiff
path: root/docs/structured-streaming-programming-guide.md
diff options
context:
space:
mode:
authorwindpiger <songjun@outlook.com>2017-03-10 20:59:32 -0800
committerWenchen Fan <wenchen@databricks.com>2017-03-10 20:59:32 -0800
commitf6fdf92d0dce2cb3340f3e2ff768e09ef69176cd (patch)
tree3f1be05f6be1d490d7be1e5b52c4548d5bb1207e /docs/structured-streaming-programming-guide.md
parentfb9beda54622e0c3190c6504fc468fa4e50eeb45 (diff)
downloadspark-f6fdf92d0dce2cb3340f3e2ff768e09ef69176cd.tar.gz
spark-f6fdf92d0dce2cb3340f3e2ff768e09ef69176cd.tar.bz2
spark-f6fdf92d0dce2cb3340f3e2ff768e09ef69176cd.zip
[SPARK-19723][SQL] create datasource table with an non-existent location should work
## What changes were proposed in this pull request? This JIRA is a follow up work after [SPARK-19583](https://issues.apache.org/jira/browse/SPARK-19583) As we discussed in that [PR](https://github.com/apache/spark/pull/16938) The following DDL for datasource table with an non-existent location should work: ``` CREATE TABLE ... (PARTITIONED BY ...) LOCATION path ``` Currently it will throw exception that path not exists for datasource table for datasource table ## How was this patch tested? unit test added Author: windpiger <songjun@outlook.com> Closes #17055 from windpiger/CTDataSourcePathNotExists.
Diffstat (limited to 'docs/structured-streaming-programming-guide.md')
0 files changed, 0 insertions, 0 deletions