File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sql/core/src/main/scala/org/apache/spark/sql/parquet Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments