Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22746#discussion_r226189929
--- Diff: docs/_data/menu-sql.yaml ---
@@ -0,0 +1,81 @@
+- text: Getting Started
+ url: sql-getting-started.html
+ subitems:
+ - text: "Starting Point: SparkSession"
+ url: sql-getting-started.html#starting-point-sparksession
+ - text: Creating DataFrames
+ url: sql-getting-started.html#creating-dataframes
+ - text: Untyped Dataset Operations (DataFrame operations)
+ url:
sql-getting-started.html#untyped-dataset-operations-aka-dataframe-operations
+ - text: Running SQL Queries Programmatically
+ url: sql-getting-started.html#running-sql-queries-programmatically
+ - text: Global Temporary View
+ url: sql-getting-started.html#global-temporary-view
+ - text: Creating Datasets
+ url: sql-getting-started.html#creating-datasets
+ - text: Interoperating with RDDs
+ url: sql-getting-started.html#interoperating-with-rdds
+ - text: Aggregations
+ url: sql-getting-started.html#aggregations
+- text: Data Sources
+ url: sql-data-sources.html
+ subitems:
+ - text: "Generic Load/Save Functions"
+ url: sql-data-sources-load-save-functions.html
+ - text: Parquet Files
+ url: sql-data-sources-parquet.html
+ - text: ORC Files
+ url: sql-data-sources-other.html#orc-files
+ - text: JSON Datasets
+ url: sql-data-sources-other.html#json-datasets
+ - text: Hive Tables
+ url: sql-data-sources-hive-tables.html
+ - text: JDBC To Other Databases
+ url: sql-data-sources-jdbc.html
+ - text: Avro Files
+ url: sql-data-sources-avro.html
+ - text: Troubleshooting
+ url: sql-data-sources-other.html#troubleshooting
--- End diff --
Hi, @xuanyuanking . Generally, it looks good.
Can we split `sql-data-sources-other` into three files? For me,
`troubleshooting` looks weird in terms of level of information. Actually,
`sql-data-sources-other` has only two files and `troubleshooting` for JDBC.
Maybe, `sql-data-sources-orc`, `sql-data-sources-json` and `toubleshooting`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]