John Russell has posted comments on this change. ( http://gerrit.cloudera.org:8080/9731 )
Change subject: IMPALA-6415: [DOCS] fix invalid <ph conref> ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/9731/1/docs/topics/impala_aliases.xml File docs/topics/impala_aliases.xml: http://gerrit.cloudera.org:8080/#/c/9731/1/docs/topics/impala_aliases.xml@86 PS1, Line 86: <p> : <ph conref="../shared/impala_common.xml#common/aliases_vs_identifiers"/> : </p> > This one does not get an error or warning - for some reason. <p> cannot be inside <p>, but <ph> can be inside <p>. <p> is what's known as a container tag, while <ph> is what's known as an inline tag (must always go inside some container). When a single tag like <ph> ends with />, that is shorthand notation for the start tag and end tag all in one. I.e. instead of <ph blahblah></ph>, you have <ph blahblah/>. -- To view, visit http://gerrit.cloudera.org:8080/9731 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I6768f336559eeac41f7f32f989d106740eccdc88 Gerrit-Change-Number: 9731 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Alex Rodoni <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: John Russell <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]> Gerrit-Comment-Date: Wed, 21 Mar 2018 19:24:32 +0000 Gerrit-HasComments: Yes
