Skip to content

Commit 31465d6

Browse files
Scalastyle: fixing commented out bottom
1 parent de02538 commit 31465d6

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/ParquetTestData.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ private[sql] object ParquetTestData {
386386
writer.close()
387387
}
388388

389-
/* // TODO: this is not actually used anywhere but useful for debugging
390-
def readNestedFile(file: File, schemaString: String): Unit = {
389+
// TODO: this is not actually used anywhere but useful for debugging
390+
/* def readNestedFile(file: File, schemaString: String): Unit = {
391391
val configuration = new Configuration()
392392
val path = new Path(new Path(file.toURI), new Path("part-r-0.parquet"))
393393
val fs: FileSystem = path.getFileSystem(configuration)
@@ -399,6 +399,6 @@ private[sql] object ParquetTestData {
399399
val reader = new ParquetReader(new Path(path.toString), new GroupReadSupport())
400400
val first = reader.read()
401401
assert(first != null)
402-
}*/
402+
} */
403403
}
404404

0 commit comments

Comments
 (0)