Skip to content

Commit d101fdf

Browse files
committed
Style issues fixed
1 parent d2238cd commit d101fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ import scala.collection.JavaConversions._
3939

4040
/**
4141
* Allows creation of parquet based tables using the syntax
42-
* `CREATE TEMPORARY TABLE ... USING org.apache.spark.sql.parquet`. Currently the only option required
43-
* is `path`, which should be the location of a collection of, optionally partitioned,
42+
* `CREATE TEMPORARY TABLE ... USING org.apache.spark.sql.parquet`. Currently the only option
43+
* required is `path`, which should be the location of a collection of, optionally partitioned,
4444
* parquet files.
4545
*/
4646
class DefaultSource extends RelationProvider {

0 commit comments

Comments
 (0)