yaooqinn commented on code in PR #6578: URL: https://github.com/apache/kyuubi/pull/6578#discussion_r1719457701
########## externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/operation/PlanOnlyStatement.scala: ########## @@ -28,6 +28,7 @@ import org.apache.spark.sql.types.StructType import org.apache.kyuubi.KyuubiSQLException import org.apache.kyuubi.config.KyuubiConf.{LINEAGE_PARSER_PLUGIN_PROVIDER, OPERATION_PLAN_ONLY_EXCLUDES, OPERATION_PLAN_ONLY_OUT_STYLE} import org.apache.kyuubi.engine.spark.KyuubiSparkUtil.getSessionConf +import org.apache.kyuubi.engine.spark.operation.planonly.SQLStringifyPlugins Review Comment: So the plugin is actually a must for spark sql engine? why do we need to separate it from the engine module? -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org