Skip to content

Commit a82b451

Browse files
author
Andrew Or
committed
Fix style
1 parent 10f7e3e commit a82b451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ private[sql] class ParquetRelation2(
255255

256256
Utils.withDummyCallSite(sqlContext.sparkContext) {
257257
// TODO Stop using `FilteringParquetRowInputFormat` and overriding `getPartition`.
258-
// After upgrading to Parquet 1.6.0, we should be able to stop caching `FileStatus` objects and
259-
// footers. Especially when a global arbitrative schema (either from metastore or data source
260-
// DDL) is available.
258+
// After upgrading to Parquet 1.6.0, we should be able to stop caching `FileStatus` objects
259+
// and footers. Especially when a global arbitrative schema (either from metastore or data
260+
// source DDL) is available.
261261
new SqlNewHadoopRDD(
262262
sc = sqlContext.sparkContext,
263263
broadcastedConf = broadcastedConf,

0 commit comments

Comments
 (0)