This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 18fce81 Fix link in 1.10.0 blog post
18fce81 is described below
commit 18fce819760459e14a7fb30dbb1be0eeaca8b1f9
Author: Grant Henke <[email protected]>
AuthorDate: Tue Jul 9 14:12:20 2019 -0500
Fix link in 1.10.0 blog post
Change-Id: I941ffcf27b363a05cf33f1fb1eb7597413decc9f
Reviewed-on: http://gerrit.cloudera.org:8080/13827
Reviewed-by: Grant Henke <[email protected]>
Tested-by: Grant Henke <[email protected]>
---
_posts/2019-07-09-apache-kudu-1-10-0-release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2019-07-09-apache-kudu-1-10-0-release.md
b/_posts/2019-07-09-apache-kudu-1-10-0-release.md
index 9e7f819..2729582 100644
--- a/_posts/2019-07-09-apache-kudu-1-10-0-release.md
+++ b/_posts/2019-07-09-apache-kudu-1-10-0-release.md
@@ -36,7 +36,7 @@ following:
(see [KUDU-1711](https://issues.apache.org/jira/browse/KUDU-1711)).
- The performance of mutations (i.e. UPDATE, DELETE, and re-INSERT) to
not-yet-flushed Kudu data has been significantly optimized
- (see [KUDU-2826]https://issues.apache.org/jira/browse/KUDU-2826) and
+ (see [KUDU-2826](https://issues.apache.org/jira/browse/KUDU-2826) and
[f9f9526d3](https://github.com/apache/kudu/commit/f9f9526d3)).
- Predicate performance for primitive columns and IS NULL and IS NOT NULL
has been optimized