Haejoon Lee created SPARK-34491:
-----------------------------------
Summary: Move data source options docs for Python and Scala into a
single page
Key: SPARK-34491
URL: https://issues.apache.org/jira/browse/SPARK-34491
Project: Spark
Issue Type: Documentation
Components: docs
Affects Versions: 3.0.2
Reporter: Haejoon Lee
Currently we documents options of various data sources for Python and Scala in
a separated page.
* Python
[here|http://spark.apache.org/docs/latest/api/python/pyspark.sql.html?highlight=registerjava#pyspark.sql.DataFrameReader]
* Scala
[here|https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/DataFrameReader.html]
However, we'd better to move this into a single page so that we can fix only
one place when we need to manage the data source options. See
[Avro|https://spark.apache.org/docs/latest/sql-data-sources-avro.html#apache-avro-data-source-guide]
for example.
Also, we need to add missing "CSV Files" and "TEXT Files" page for [Data
Sources
documents|https://spark.apache.org/docs/latest/sql-data-sources.html#data-sources].
To clarify the task,
# create "CSV Files" and "TEXT files" page for Data Source documents.
# move data source options from Python and Scala into a single page.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]