cloud-fan commented on code in PR #41054:
URL: https://github.com/apache/spark/pull/41054#discussion_r1185686116


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormat.scala:
##########
@@ -267,7 +267,7 @@ object FileFormat {
   val BASE_METADATA_EXTRACTORS: Map[String, PartitionedFile => Any] = Map(
     FILE_PATH -> { pf: PartitionedFile =>
       // Use new Path(Path.toString).toString as a form of canonicalization

Review Comment:
   ```suggestion
         // Use `new Path(Path.toString)` as a form of canonicalization
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to