yabola commented on code in PR #7184: URL: https://github.com/apache/kyuubi/pull/7184#discussion_r2329133733
########## 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 COLLECT_INPUT_TABLES_BY_PLAN_ENABLED = + ConfigBuilder("spark.kyuubi.plugin.lineage.collectInputTablesByPlan.enabled") + .doc("Whether to collect input tables by the plan." + + " By Default collect input tables by the column lineages.") + .version("1.11.0") + .booleanConf + .createWithDefault(false) Review Comment: Thank you for review, I modified the default value and config name, see if it is appropriate -- 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