mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
[DOCS] Copy edits in impala_conversion_functions.xml
Change-Id: I32b6d146f0a78abdeb28cb103edcab847fe5b9da Reviewed-on: http://gerrit.cloudera.org:8080/14876 Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: Alex Rodoni <arodoni@cloudera.com>
This commit is contained in:
@@ -397,10 +397,8 @@ under the License.
|
|||||||
Month number
|
Month number
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<p>
|
<p> In date/time to string conversions, 1-digit months are
|
||||||
In date/time to string conversions, a 1-digit month is prefixed with a
|
prefixed with a zero. </p>
|
||||||
zero.
|
|
||||||
</p>
|
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@@ -424,9 +422,8 @@ under the License.
|
|||||||
In string to date/time conversions:
|
In string to date/time conversions:
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li> Converts a textual month name to a 2-digit month
|
||||||
Converts textual month names to 2-digit month numbers.
|
number. </li>
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
The input strings are expected without trailing spaces, e.g.
|
The input strings are expected without trailing spaces, e.g.
|
||||||
@@ -504,15 +501,12 @@ under the License.
|
|||||||
Week of year (1-53)
|
Week of year (1-53)
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<p>
|
<p> Not supported in string to date/time conversions. </p>
|
||||||
Not supported in a string to date/time conversions.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p> The 1st week begins on January 1st and ends on January
|
||||||
1st week begins on January 1st and ends on January 7th.
|
7th. </p>
|
||||||
</p>
|
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@@ -558,10 +552,8 @@ under the License.
|
|||||||
Day of month (1-31)
|
Day of month (1-31)
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<p>
|
<p> In date/time to string conversions, 1-digit days are
|
||||||
In date/time to string conversions, one digit day is prefixed with a
|
prefixed with a zero. </p>
|
||||||
zero.
|
|
||||||
</p>
|
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|||||||
Reference in New Issue
Block a user