deadwind4 commented on code in PR #3181:
URL: https://github.com/apache/incubator-kyuubi/pull/3181#discussion_r940211720
##########
extensions/spark/kyuubi-spark-connector-common/src/main/scala/org/apache/kyuubi/spark/connector/common/SparkUtils.scala:
##########
@@ -21,58 +21,15 @@ import org.apache.spark.SPARK_VERSION
object SparkUtils {
Review Comment:
Should I delete this `SparkUtils` class? @pan3793 @yaooqinn
We can skip it and directly call the
`SemanticVersion(SPARK_VERSION).isVersionAtMost(targetVersionString)`.
--
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]