This is an automated email from the ASF dual-hosted git repository.

xuyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c8c31a5f8 [chore](Session) remove unused codes for enable_lateral_view
3c8c31a5f8 is described below

commit 3c8c31a5f81dfec9dbb691b0fefd4adb02b1ff2f
Author: xy720 <[email protected]>
AuthorDate: Wed Jan 11 11:24:28 2023 +0800

    [chore](Session) remove unused codes for enable_lateral_view
    
    session variable `enable_lateral_view` has been removed for a long time.
    This cl just remove variable name `enable_lateral_view`.
---
 fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index c953ccb956..1ec875a851 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -175,8 +175,6 @@ public class SessionVariable implements Serializable, 
Writable {
 
     public static final String ENABLE_PARALLEL_OUTFILE = 
"enable_parallel_outfile";
 
-    public static final String ENABLE_LATERAL_VIEW = "enable_lateral_view";
-
     public static final String SQL_QUOTE_SHOW_CREATE = "sql_quote_show_create";
 
     public static final String RETURN_OBJECT_DATA_AS_BINARY = 
"return_object_data_as_binary";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to