JackyWoo commented on code in PR #35897:
URL: https://github.com/apache/doris/pull/35897#discussion_r3200597153


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -1738,7 +1738,7 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) 
{
             description = {"当物化视图不足以提供查询的全部数据时,是否允许基表和物化视图 union 来响应查询",
                     "When the materialized view is not enough to provide all 
the data for the query, "
                             + "whether to allow the union of the base table 
and the materialized view to "
-                            + "respond to the query"})
+                            + "respond to the query"}, varType = 
VariableAnnotation.REMOVED)

Review Comment:
   Why mark the config removed which is still active?



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