Description
This JIRA is a follow up work after SPARK-19583
As we discussed in that PR
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