Daniel Becker created IMPALA-11799: -------------------------------------- Summary: Fix example of the hs2_fp_format shell option Key: IMPALA-11799 URL: https://issues.apache.org/jira/browse/IMPALA-11799 Project: IMPALA Issue Type: Bug Components: Clients Reporter: Daniel Becker Assignee: Daniel Becker
IMPALA-10660 introduced the "hs2_fp_format" shell option. In the help section describing the query option it states: {noformat} Use '%16G' to match Beeswax protocol's floating-point output format{noformat} However, '%16G' is not accepted by the shell: {code:java} bin/impala-shell.sh --hs2_fp_format='%16G' Invalid floating point format specification: %16G{code} We should change the example to '16G'. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org