This is an automated email from the ASF dual-hosted git repository. michaelsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit c8eb2692fbc9db2f5275692000d45372b20b8e79 Author: Daniel Becker <[email protected]> AuthorDate: Wed Dec 14 13:57:01 2022 +0100 IMPALA-11790: [DOCS] Document the IMPALA-10660 shell option IMPALA-10660 introduced the "hs2_fp_format" shell option which is documented in this change. Change-Id: I402ea08cb3482a84234127c125539d96b4b1ed14 Reviewed-on: http://gerrit.cloudera.org:8080/19358 Reviewed-by: Daniel Becker <[email protected]> Tested-by: Daniel Becker <[email protected]> --- docs/impala_keydefs.ditamap | 1 + docs/topics/impala_shell_options.xml | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index 6230ac60c..bedc449b6 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -10592,6 +10592,7 @@ under the License. <keydef keys="impala132"><topicmeta><keywords><keyword>Impala 1.3.2</keyword></keywords></topicmeta></keydef> <keydef keys="impala130"><topicmeta><keywords><keyword>Impala 1.3.0</keyword></keywords></topicmeta></keydef> + <keydef keys="impala42_full"><topicmeta><keywords><keyword>Impala 4.2</keyword></keywords></topicmeta></keydef> <keydef keys="impala34_full"><topicmeta><keywords><keyword>Impala 3.4</keyword></keywords></topicmeta></keydef> <keydef keys="impala33_full"><topicmeta><keywords><keyword>Impala 3.3</keyword></keywords></topicmeta></keydef> <keydef keys="impala32_full"><topicmeta><keywords><keyword>Impala 3.2</keyword></keywords></topicmeta></keydef> diff --git a/docs/topics/impala_shell_options.xml b/docs/topics/impala_shell_options.xml index d6660832c..2ceaf9d9a 100644 --- a/docs/topics/impala_shell_options.xml +++ b/docs/topics/impala_shell_options.xml @@ -602,6 +602,17 @@ under the License. <codeph>'hs2-http'</codeph> option.</p><p>Beeswax support is deprecated and will be removed in the future.</p></entry> </row> + <row rev="4.2.0 IMPALA-10660"> + <entry>--hs2_fp_format=<varname>HS2_FP_FORMAT</varname></entry> + <entry>hs2_fp_format=<varname>HS2_FP_FORMAT</varname></entry> + <entry> + Sets the printing format specification for floating point values when using HS2 + protocol. The default behaviour makes the values handled by Python's str() built-in + method. Use '16G' to match Beeswax protocol's floating-point output format + + This feature is available in <keyword keyref="impala42_full"/> and higher. + </entry> + </row> </tbody> </tgroup> </table>
