Skip to content
Snippets Groups Projects
Commit 20dd1109 authored by Weiqing Yang's avatar Weiqing Yang Committed by Reynold Xin
Browse files

[MINOR][DOC] Add more built-in sources in sql-programming-guide.md

## What changes were proposed in this pull request?
Add more built-in sources in sql-programming-guide.md.

## How was this patch tested?
Manually.

Author: Weiqing Yang <yangweiqing001@gmail.com>

Closes #15522 from weiqingy/dsDoc.
parent bfe7885a
No related branches found
No related tags found
No related merge requests found
......@@ -422,8 +422,8 @@ In the simplest form, the default data source (`parquet` unless otherwise config
You can also manually specify the data source that will be used along with any extra options
that you would like to pass to the data source. Data sources are specified by their fully qualified
name (i.e., `org.apache.spark.sql.parquet`), but for built-in sources you can also use their short
names (`json`, `parquet`, `jdbc`). DataFrames loaded from any data source type can be converted into other types
using this syntax.
names (`json`, `parquet`, `jdbc`, `orc`, `libsvm`, `csv`, `text`). DataFrames loaded from any data
source type can be converted into other types using this syntax.
<div class="codetabs">
<div data-lang="scala" markdown="1">
......
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