You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Brown (JIRA)" <ji...@apache.org> on 2018/04/27 15:40:00 UTC

[jira] [Created] (IMPALA-6945) IMPALA-6892 doesn't clean pick to 2.x

Michael Brown created IMPALA-6945:
-------------------------------------

             Summary: IMPALA-6892 doesn't clean pick to 2.x
                 Key: IMPALA-6945
                 URL: https://issues.apache.org/jira/browse/IMPALA-6945
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.13.0
            Reporter: Michael Brown
            Assignee: Tim Armstrong


{noformat}
mikeb@mikeb-ub16:1:~/Impala (2.x|CHERRY-PICKING) $ git diff
diff --cc be/src/exec/exec-node.cc
index c94f38c,d2dd85f..0000000
--- a/be/src/exec/exec-node.cc
+++ b/be/src/exec/exec-node.cc
@@@ -68,11 -68,6 +68,14 @@@

  using strings::Substitute;

++<<<<<<< HEAD
 +DECLARE_int32(be_port);
 +DECLARE_string(hostname);
 +DEFINE_bool_hidden(enable_partitioned_hash_join, true, "Deprecated - has no effect");
 +DEFINE_bool_hidden(enable_partitioned_aggregation, true, "Deprecated - has no effect");
 +
++=======
++>>>>>>> 518bcd3... IMPALA-6892: CheckHashAndDecrypt() includes file and host
  namespace impala {

  const string ExecNode::ROW_THROUGHPUT_COUNTER = "RowsReturnedRate";
mikeb@mikeb-ub16:0:~/Impala (2.x|CHERRY-PICKING) $
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)