dongjoon-hyun commented on code in PR #43735: URL: https://github.com/apache/spark/pull/43735#discussion_r1394847206
########## sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala: ########## @@ -243,6 +244,16 @@ class SparkSession private( @Unstable def streams: StreamingQueryManager = sessionState.streamingQueryManager + /** + * Returns an `ArtifactManager` that supports adding, managing and using session-scoped artifacts + * (jars, classfiles, etc). + * + * @since 3.5.1 Review Comment: This should be 4.0.0 because this PR is for Apache Spark 4.0.0, @vicennial . -- 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]
