Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    f8c6bec6
    [SPARK-11197][SQL] run SQL on files directly · f8c6bec6
    Davies Liu authored
    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.
    f8c6bec6
    History
    [SPARK-11197][SQL] run SQL on files directly
    Davies Liu authored
    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.