You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Daniel Becker (Jira)" <ji...@apache.org> on 2022/12/14 13:19:00 UTC

[jira] [Created] (IMPALA-11799) Fix example of the hs2_fp_format shell option

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)