pan3793 commented on code in PR #7184:
URL: https://github.com/apache/kyuubi/pull/7184#discussion_r2329144641


##########
extensions/spark/kyuubi-spark-lineage/src/main/scala/org/apache/spark/kyuubi/lineage/LineageConf.scala:
##########
@@ -46,6 +46,14 @@ object LineageConf {
       "Unsupported lineage dispatchers")
     .createWithDefault(Seq(LineageDispatcherType.SPARK_EVENT.toString))
 
+  val LEGACY_COLLECT_INPUT_TABLES_ENABLED =
+    
ConfigBuilder("spark.kyuubi.plugin.lineage.legacy.collectInputTablesByColumn")
+      .doc(" When true collect input tables by column lineage." +
+        " When false collect all the input tables by the plan.")

Review Comment:
   ```suggestion
         .internal
         .doc("When true, collect input tables by column lineage. " +
           "When false, collect all the input tables by the plan.")
   ```



-- 
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

Reply via email to