gengliangwang commented on a change in pull request #29357:
URL: https://github.com/apache/spark/pull/29357#discussion_r466104000
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetInteroperabilitySuite.scala
##########
@@ -165,7 +165,7 @@ class ParquetInteroperabilitySuite extends
ParquetCompatibilityTest with SharedS
// the assumption on column stats, and also the end-to-end
behavior.
val hadoopConf = spark.sessionState.newHadoopConf()
- val fs = FileSystem.get(hadoopConf)
+ val fs = new
Path(tableDir.getAbsolutePath).getFileSystem(hadoopConf)
Review comment:
@dongjoon-hyun Do you mean making it
```
// scalastyle:off FileSystemGet
val fs = FileSystem.get(hadoopConf)
// scalastyle:on FileSystemGet
```
here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]