Skip to content
Snippets Groups Projects
Commit f8c6bec6 authored by Davies Liu's avatar Davies Liu Committed by Michael Armbrust
Browse files

[SPARK-11197][SQL] run SQL on files directly

This PR introduce a new feature to run SQL directly on files without create a table, for example:

```
select id from json.`path/to/json/files` as j
```

Author: Davies Liu <davies@databricks.com>

Closes #9173 from davies/source.
parent 7c74ebca
No related branches found
No related tags found
No related merge requests found
Showing
with 91 additions and 9 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