This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kudu-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e25da1b Publish commit(s) from site source repo: 18fce8197 Fix link
in 1.10.0 blog post
e25da1b is described below
commit e25da1b22d03faca77a2ce34452927fe3dcbcc4c
Author: Grant Henke <[email protected]>
AuthorDate: Tue Jul 9 14:15:00 2019 -0500
Publish commit(s) from site source repo:
18fce8197 Fix link in 1.10.0 blog post
Site-Repo-Commit: 18fce819760459e14a7fb30dbb1be0eeaca8b1f9
---
2019/07/09/apache-kudu-1-10-0-release.html | 2 +-
feed.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/2019/07/09/apache-kudu-1-10-0-release.html
b/2019/07/09/apache-kudu-1-10-0-release.html
index 2409757..e20755e 100644
--- a/2019/07/09/apache-kudu-1-10-0-release.html
+++ b/2019/07/09/apache-kudu-1-10-0-release.html
@@ -152,7 +152,7 @@ the AlterTable API
(see <a
href="https://issues.apache.org/jira/browse/KUDU-1711">KUDU-1711</a>).</li>
<li>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 <a href="https://issues.apache.org/jira/browse/KUDU-2826">KUDU-2826</a>
and
<a href="https://github.com/apache/kudu/commit/f9f9526d3">f9f9526d3</a>).</li>
<li>Predicate performance for primitive columns and IS NULL and IS NOT NULL
has been optimized
diff --git a/feed.xml b/feed.xml
index 7223982..036fdcc 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com"
version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2019-07-09T12:48:11-05:00</updated><id>/</id><entry><title>Apache
Kudu 1.10.0 Released</title><link
href="/2019/07/09/apache-kudu-1-10-0-release.html" rel="alternate"
type="text/html" title="Apache Kudu 1.10.0 Released [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com"
version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2019-07-09T14:14:43-05:00</updated><id>/</id><entry><title>Apache
Kudu 1.10.0 Released</title><link
href="/2019/07/09/apache-kudu-1-10-0-release.html" rel="alternate"
type="text/html" title="Apache Kudu 1.10.0 Released [...]
<p>The new release adds several new features and improvements, including
the
following:</p>
@@ -31,7 +31,7 @@ the AlterTable API
(see <a
href="https://issues.apache.org/jira/browse/KUDU-1711">KUDU-1711</a>).</li>
<li>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 <a
href="https://issues.apache.org/jira/browse/KUDU-2826">KUDU-2826</a>
and
<a
href="https://github.com/apache/kudu/commit/f9f9526d3">f9f9526d3</a>).</li>
<li>Predicate performance for primitive columns and IS NULL and IS NOT
NULL
has been optimized