You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by rb...@apache.org on 2019/09/24 13:45:00 UTC

[hive] branch master updated: HIVE-22214: Explain vectorization should disable user level explain (Rajesh Balamohan, reviewed by Gopal V)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5098d15  HIVE-22214: Explain vectorization should disable user level explain (Rajesh Balamohan, reviewed by Gopal V)
5098d15 is described below

commit 5098d155a1e6a164253f5fa98755273bc34085df
Author: Rajesh Balamohan <rb...@apache.org>
AuthorDate: Tue Sep 24 19:14:32 2019 +0530

    HIVE-22214: Explain vectorization should disable user level explain (Rajesh Balamohan, reviewed by Gopal V)
---
 ql/src/java/org/apache/hadoop/hive/ql/parse/ExplainSemanticAnalyzer.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/ExplainSemanticAnalyzer.java b/ql/src/java/org/apache/hadoop/hive/ql/parse/ExplainSemanticAnalyzer.java
index 6d7af38..578f994 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/parse/ExplainSemanticAnalyzer.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/ExplainSemanticAnalyzer.java
@@ -199,6 +199,7 @@ public class ExplainSemanticAnalyzer extends BaseSemanticAnalyzer {
         && !config.isDependency()
         && !config.isCbo()
         && !config.isLogical()
+        && !config.isVectorization()
         && !config.isAuthorize()
         && (
              (