bowenliang123 commented on code in PR #4887:
URL: https://github.com/apache/kyuubi/pull/4887#discussion_r1206189779
##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/ui/EngineTab.scala:
##########
@@ -110,7 +110,7 @@ case class EngineTab(
// but if use sbt to build for testing, e.g. docker image, it still uses
vanilla jetty classes.
val shaded = "org.sparkproject.jetty.servlet.ServletContextHandler"
val vanilla = "org.eclipse.jetty.servlet.ServletContextHandler"
- if (ClassUtils.classIsLoadable(shaded)) {
+ if (ReflectUtils.isClassLoadable(shaded)) {
Review Comment:
It's done in #4879 , by using chaining builders.
https://github.com/apache/kyuubi/pull/4879/files#diff-9a53f1a1af5e3f8d7bebf106722791153acce818fc25e6c61c479f628e9962bcR112
--
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]