[DOCS] Fix typo in link text The "Known Issue" link to IMPALA-1480 is the full URL + the text "IMPALA-1480" after it, instead of "IMPALA-1480" being the link, because "IMPALA-1480" went by accident outside the </xref> end tag for the link.
Also fill in Known Issues title for IMPALA-3441. Change-Id: I87b6c7b9f4c6db50c63aed7f6248dc8e808e4f6f Reviewed-on: http://gerrit.cloudera.org:8080/5881 Reviewed-by: Jim Apple <[email protected]> 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/5b8b6186 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/5b8b6186 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/5b8b6186 Branch: refs/heads/master Commit: 5b8b61864e321978891c21fe7e90545ba798b930 Parents: e5c098b Author: John Russell <[email protected]> Authored: Thu Feb 2 15:07:15 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Feb 3 00:13:38 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_known_issues.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5b8b6186/docs/topics/impala_known_issues.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_known_issues.xml b/docs/topics/impala_known_issues.xml index fee82b8..99c670d 100644 --- a/docs/topics/impala_known_issues.xml +++ b/docs/topics/impala_known_issues.xml @@ -212,7 +212,7 @@ https://issues.cloudera.org/browse/IMPALA-2144 - Don't have <concept id="IMPALA-3441" rev="IMPALA-3441"> - <title></title> + <title>Impala should not crash for invalid avro serialized data</title> <conbody> @@ -305,7 +305,7 @@ https://issues.cloudera.org/browse/IMPALA-2144 - Don't have </p> <p> - <b>Bug:</b> <xref href="https://issues.cloudera.org/browse/IMPALA-1480" scope="external" format="html"></xref>IMPALA-1480 + <b>Bug:</b> <xref href="https://issues.cloudera.org/browse/IMPALA-1480" scope="external" format="html">IMPALA-1480</xref> </p> <p>
