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 @@ -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
You can’t perform that action at this time.
0 commit comments