Venkata Sai Akhil Gudesa created SPARK-44829:
------------------------------------------------

             Summary: Expose uploadAllArtifactClasses in ArtifactManager to 
`sql` package
                 Key: SPARK-44829
                 URL: https://issues.apache.org/jira/browse/SPARK-44829
             Project: Spark
          Issue Type: Bug
          Components: Connect
    Affects Versions: 3.5.1
            Reporter: Venkata Sai Akhil Gudesa


Currently, the 
[uploadAllClassFilesArtifacts|https://github.com/apache/spark/blob/master/connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/connect/client/ArtifactManager.scala#L144-L146]
 method is private[client] but this limits the ability of non-client features 
to use UDFs (which require the class files). Currently, this is not an issue 
because classfiles are uploaded in all analyze/execute operations. Any new code 
paths would suffer from CNFE if they are not able to call this method. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to