File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/core/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ class SQLContext(@transient val sparkContext: SparkContext)
112112 *
113113 * @tparam A A case class type that describes the desired schema of the parquet file to be
114114 * created.
115- * @param path The path where the directory containing partquet metadata should be created.
115+ * @param path The path where the directory containing parquet metadata should be created.
116116 * Data inserted into this table will also be stored at this location.
117117 * @param allowExisting When false, an exception will be thrown if this directory already exists.
118- * @param conf A Hadoop configuration object that can be used to specifiy options to the parquet
118+ * @param conf A Hadoop configuration object that can be used to specify options to the parquet
119119 * output format.
120120 *
121121 * @group userf
You can’t perform that action at this time.
0 commit comments