advancedxy commented on code in PR #1317:
URL:
https://github.com/apache/incubator-uniffle/pull/1317#discussion_r1398619339
##########
client-spark/common/src/main/java/org/apache/spark/shuffle/SparkVersionUtils.java:
##########
@@ -22,6 +22,7 @@
public class SparkVersionUtils {
public static final String SPARK_VERSION = package$.MODULE$.SPARK_VERSION();
+ public static final String SPARK_VERSION_SHORT =
package$.MODULE$.SPARK_VERSION_SHORT();
Review Comment:
For Spark 2, I don't think we can access `SPARK_VERSION_SHORT`.
That's why the `MINOR_VERSION` exists.
--
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]