InvisibleProgrammer commented on code in PR #5370:
URL: https://github.com/apache/hive/pull/5370#discussion_r1701198110


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -3863,8 +3863,15 @@ public static enum ConfVars {
         "partition columns or non-partition columns while displaying columns 
in describe\n" +
         "table. From 0.12 onwards, they are displayed separately. This flag 
will let you\n" +
         "get old behavior, if desired. See, test-case in patch for 
HIVE-6689."),
+    @Deprecated
     HIVE_LINEAGE_INFO("hive.lineage.hook.info.enabled", false,
-        "Whether Hive provides lineage information to hooks."),
+        "Whether Hive provides lineage information to hooks." +
+            "Deprecated: use hive.lineage.statement.filter instead."),
+    HIVE_LINEAGE_STATEMENT_FILTER("hive.lineage.statement.filter", "ALL",

Review Comment:
   I would suggest using NONE as default.



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

Reply via email to