mirror of
https://github.com/apache/impala.git
synced 2026-02-01 03:00:22 -05:00
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 <todd@apache.org> Reviewed-by: Michael Brown <mikeb@cloudera.com> Tested-by: Impala Public Jenkins