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

yangzhg 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 0401c04497 [chore] remove unused code for enable_lateral_view (#10438)
0401c04497 is described below

commit 0401c04497bd34305a4f620e9d46c96eb4f7fee0
Author: camby <[email protected]>
AuthorDate: Fri Jul 1 16:45:41 2022 +0800

    [chore] remove unused code for enable_lateral_view (#10438)
    
    Co-authored-by: cambyzju <[email protected]>
---
 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 e7cdfd37f9..26fe08b4d1 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