You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Alex Rodoni (JIRA)" <ji...@apache.org> on 2019/07/09 01:05:00 UTC

[jira] [Closed] (IMPALA-8745) Impala Doc: Fix description of Impala function initcap() in docs

     [ https://issues.apache.org/jira/browse/IMPALA-8745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rodoni closed IMPALA-8745.
-------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0

> Impala Doc: Fix description of Impala function initcap() in docs
> ----------------------------------------------------------------
>
>                 Key: IMPALA-8745
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8745
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Docs
>            Reporter: Alex Rodoni
>            Assignee: Alex Rodoni
>            Priority: Major
>             Fix For: Impala 3.3.0
>
>
> The docs for the Impala function initcap() state:
> Purpose: Returns the input string with the first letter capitalized.
> But what this function actually does is: Returns the input string with the first letter of every word capitalized and every other letter lowercase. This sentence in the docs should be corrected to reflect this.
> To confirm that Impala's behavior is as I describe, run a simple Impala query like:
> SELECT initcap("i gOt mY HorSeS in tHe bacK");
> The result will be:
> "I Got My Horses In The Back"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)