Daniel Becker has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19359
Change subject: IMPALA-11799: Fix example of the hs2_fp_format shell option ...................................................................... IMPALA-11799: Fix example of the hs2_fp_format shell option IMPALA-10660 introduced the "hs2_fp_format" shell option. In the help section describing the query option it states: Use '%16G' to match Beeswax protocol's floating-point output format However, '%16G' is not accepted by the shell: bin/impala-shell.sh --hs2_fp_format='%16G' Invalid floating point format specification: %16G This commit changes the example to '16G'. Change-Id: If53e69b495dfeb8d6d65878eff9580c5e12f793d --- M shell/option_parser.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/59/19359/1 -- To view, visit http://gerrit.cloudera.org:8080/19359 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If53e69b495dfeb8d6d65878eff9580c5e12f793d Gerrit-Change-Number: 19359 Gerrit-PatchSet: 1 Gerrit-Owner: Daniel Becker <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
