jkylling opened a new pull request, #39024: URL: https://github.com/apache/spark/pull/39024
`input_file_name()` returns the URI encoded file name ([the string](https://github.com/apache/spark/blob/69aa727ff495f6698fe9b37e952dfaf36f1dd5eb/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/inputFileBlock.scala#L49) `input_file_name()` is based on always comes from a [Hadoop Path](https://github.com/apache/spark/blob/f8277d3aa308d267ff0423f85ffd884480cedf59/core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala#L255)/[URI encoded path](https://github.com/apache/spark/blob/0d91f9c3f3f1e756e1ae02cb0e166385163026ea/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/FilePartitionReader.scala#L104)). Update the documentation to reflect this. -- 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]
