Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-3267 [DOCS] Docs about nan/inf are incorrect ......................................................................
IMPALA-3267 [DOCS] Docs about nan/inf are incorrect Switched the example for Infinity and NaN in the impala.common file so it will be correct every- where this example is used in the Impala documentation. Instead of saying, "pow(-1, 0.5) returns infinity and 1/0 returns NaN" it has been corrected to "1/0 returns infinity and pow(-1, 0.5) returns NaN." Change-Id: I0e5d950b250c2e4425bde7d9e0bccbb068a73e12 Reviewed-on: http://gerrit.cloudera.org:8080/7083 Reviewed-by: Todd Lipcon <[email protected]> Reviewed-by: Michael Brown <[email protected]> Tested-by: Impala Public Jenkins --- M docs/shared/impala_common.xml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Verified Michael Brown: Looks good to me, approved Todd Lipcon: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/7083 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0e5d950b250c2e4425bde7d9e0bccbb068a73e12 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Laurel Hale <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: John Russell <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
