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

alexey pushed a commit to branch branch-1.11.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.11.x by this push:
     new 724b25e  [docs] add KUDU-2980 into 1.11.0 release notes
724b25e is described below

commit 724b25eec2ed4b06cf5923c6d3b36748890e13ec
Author: Alexey Serbin <[email protected]>
AuthorDate: Thu Oct 24 12:04:24 2019 -0700

    [docs] add KUDU-2980 into 1.11.0 release notes
    
    Change-Id: I6e0311c1175d7b990243d0953a314d21b949b8c0
    Reviewed-on: http://gerrit.cloudera.org:8080/14544
    Reviewed-by: Adar Dembo <[email protected]>
    Tested-by: Alexey Serbin <[email protected]>
---
 docs/release_notes.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 8a33fa5..76cbd7d 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -44,7 +44,7 @@
 
 * The Kudu Flume integration is deprecated and may be removed in the
   next minor release. The integration will be moved to the Apache Flume
-  project going forward.
+  project going forward
   (see link:https://issues.apache.org/jira/browse/FLUME-3345[FLUME-3345]).
 
 [[rn_1.11.0_new_features]]
@@ -201,6 +201,10 @@
 [[rn_1.11.0_fixed_issues]]
 == Fixed Issues
 
+* Fixed an issue of fault-tolerant scan operation failing for a projection
+  with key columns specified in other than the table schema's order
+  (see link:https://issues.apache.org/jira/browse/KUDU-2980[KUDU-2980]).
+
 * Fixed an issue that would cause frequent leader elections in case when
   persisting Raft transactions to the WAL took longer than the leader
   election timeout. The issue was contributing to election storms

Reply via email to