You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jr...@apache.org on 2017/05/23 22:56:25 UTC

[1/2] incubator-impala git commit: IMPALA-5031: Initialize only_parsing_header_ before reading it

Repository: incubator-impala
Updated Branches:
  refs/heads/master 7cd81c52f -> 4b54df8cd


IMPALA-5031: Initialize only_parsing_header_ before reading it

UBSan reports "runtime error: load of value 32, which is not a valid
value for type 'bool'".

Change-Id: I0ddc496019941048b3e0775606fa5e8e3f9c075a
Reviewed-on: http://gerrit.cloudera.org:8080/6937
Reviewed-by: Tim Armstrong <ta...@cloudera.com>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/d49d964c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/d49d964c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/d49d964c

Branch: refs/heads/master
Commit: d49d964c610af18d5000d6a9daac8214b2fd8039
Parents: 7cd81c5
Author: Jim Apple <jb...@apache.org>
Authored: Sun May 14 15:55:11 2017 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Tue May 23 20:22:34 2017 +0000

----------------------------------------------------------------------
 be/src/exec/base-sequence-scanner.cc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d49d964c/be/src/exec/base-sequence-scanner.cc
----------------------------------------------------------------------
diff --git a/be/src/exec/base-sequence-scanner.cc b/be/src/exec/base-sequence-scanner.cc
index 411d87c..ca9b0c9 100644
--- a/be/src/exec/base-sequence-scanner.cc
+++ b/be/src/exec/base-sequence-scanner.cc
@@ -69,6 +69,7 @@ Status BaseSequenceScanner::IssueInitialRanges(HdfsScanNodeBase* scan_node,
 BaseSequenceScanner::BaseSequenceScanner(HdfsScanNodeBase* node, RuntimeState* state)
   : HdfsScanner(node, state),
     header_(NULL),
+    only_parsing_header_(false),
     block_start_(0),
     total_block_size_(0),
     num_syncs_(0) {
@@ -77,6 +78,7 @@ BaseSequenceScanner::BaseSequenceScanner(HdfsScanNodeBase* node, RuntimeState* s
 BaseSequenceScanner::BaseSequenceScanner()
   : HdfsScanner(),
     header_(NULL),
+    only_parsing_header_(false),
     block_start_(0),
     total_block_size_(0),
     num_syncs_(0) {


[2/2] incubator-impala git commit: IMPALA-4803: [DOCS] 2.9 release notes placeholder

Posted by jr...@apache.org.
IMPALA-4803: [DOCS] 2.9 release notes placeholder

Change-Id: I636a6f2dcd0555ab9b46304e3a7298c598a511da
Reviewed-on: http://gerrit.cloudera.org:8080/6964
Reviewed-by: Michael Brown <mi...@cloudera.com>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/4b54df8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/4b54df8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/4b54df8c

Branch: refs/heads/master
Commit: 4b54df8cd33936546d67e2136c5e12aa8f43d64b
Parents: d49d964
Author: John Russell <jr...@cloudera.com>
Authored: Tue May 23 13:32:07 2017 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Tue May 23 22:55:52 2017 +0000

----------------------------------------------------------------------
 docs/topics/impala_fixed_issues.xml         | 16 ++++++++++++++++
 docs/topics/impala_incompatible_changes.xml | 23 +++++++++++++++++++++++
 2 files changed, 39 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4b54df8c/docs/topics/impala_fixed_issues.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_fixed_issues.xml b/docs/topics/impala_fixed_issues.xml
index 3383d98..06c1c65 100644
--- a/docs/topics/impala_fixed_issues.xml
+++ b/docs/topics/impala_fixed_issues.xml
@@ -46,6 +46,22 @@ under the License.
     <p outputclass="toc inpage"/>
   </conbody>
 
+<!-- All 2.9.x subsections go under here -->
+
+  <concept rev="2.9.0" id="fixed_issues_290">
+
+    <title>Issues Fixed in <keyword keyref="impala290"/></title>
+
+    <conbody>
+
+      <p>
+        For the full list of issues closed in this release, including bug fixes,
+        see the <xref keyref="changelog_29">changelog for <keyword keyref="impala29"/></xref>.
+      </p>
+
+    </conbody>
+  </concept>
+
 <!-- All 2.8.x subsections go under here -->
 
   <concept rev="2.8.0" id="fixed_issues_280">

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4b54df8c/docs/topics/impala_incompatible_changes.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_incompatible_changes.xml b/docs/topics/impala_incompatible_changes.xml
index bb4c434..3878c51 100644
--- a/docs/topics/impala_incompatible_changes.xml
+++ b/docs/topics/impala_incompatible_changes.xml
@@ -53,6 +53,29 @@ under the License.
     <p outputclass="toc inpage"/>
   </conbody>
 
+  <concept rev="2.9.0" id="incompatible_changes_29x">
+
+    <title>Incompatible Changes Introduced in Impala 2.9.x</title>
+
+    <conbody>
+
+      <p>
+        For the full list of issues closed in this release, including any that introduce
+        behavior changes or incompatibilities, see the
+        <xref keyref="changelog_29">changelog for <keyword keyref="impala29"/></xref>.
+      </p>
+
+<!-- Prose explanations of specific incompatible changes - TBD.
+      <ul>
+        <li>
+        </li>
+      </ul>
+-->
+
+    </conbody>
+
+  </concept>
+
   <concept rev="2.8.0" id="incompatible_changes_28x">
 
     <title>Incompatible Changes Introduced in Impala 2.8.x</title>