maropu commented on a change in pull request #30973:
URL: https://github.com/apache/spark/pull/30973#discussion_r551083216



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/BaseScriptTransformationExec.scala
##########
@@ -364,3 +430,46 @@ object ScriptTransformationIOSchema {
       input.schemaLess)
   }
 }
+
+/**
+ * Maps a relative pathname to an absolute pathname using the PATH environment.
+ */
+class PathFinder(val envPath: String) {

Review comment:
       Why do we need this class? We cannot create a helper private method 
instead?




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

Reply via email to