CalvinKirs commented on code in PR #21191:
URL: https://github.com/apache/doris/pull/21191#discussion_r1245997145


##########
fe/pom.xml:
##########
@@ -1025,7 +1049,7 @@ under the License.
                 <groupId>org.apache.spark</groupId>
                 <artifactId>spark-launcher_2.12</artifactId>
                 <version>${spark.version}</version>
-                <!-- <scope>provided</scope> -->
+                <scope>provided</scope>

Review Comment:
   There is a CVE for the current version, and since it's an optional feature, 
I'd rather ignore it, and users can add this jar manually, if needed.
   I will investigate the version API compatibility of Spark 2 and 3 to 
complete the version upgrade.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to