You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Khurram Faraaz (JIRA)" <ji...@apache.org> on 2016/10/05 13:56:20 UTC

[jira] [Updated] (DRILL-4932) Need to fix typos in Interval section of docs

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

Khurram Faraaz updated DRILL-4932:
----------------------------------
    Assignee: Bridget Bevens

> Need to fix typos in Interval section of docs
> ---------------------------------------------
>
>                 Key: DRILL-4932
>                 URL: https://issues.apache.org/jira/browse/DRILL-4932
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.9.0
>            Reporter: Khurram Faraaz
>            Assignee: Bridget Bevens
>            Priority: Minor
>
> We need to change INTERVALYEAR to INTERVAL YEAR and INTERVALDAY to INTERVAL DAY, in our online documentation.
> https://drill.apache.org/docs/date-time-and-timestamp/
> Under the INTERVAL section on the above page, we need to fix these typos
> {noformat}
> current sentence => The INTERVALYEAR and INTERVALDAY internal types represent a period of time. The INTERVALYEAR type specifies values from a year to a month. The INTERVALDAY type specifies values from a day to seconds.
> correct sentence => The INTERVAL YEAR and INTERVAL DAY internal types represent a period of time. The INTERVAL YEAR type specifies values from a year to a month. The INTERVAL DAY type specifies values from a day to seconds.
> {noformat}
> Under the Interval in Data Source, section
> {noformat}
> current sentence => For example, to use interval data in a JSON file, cast the JSON data, which is of the VARCHAR type, to INTERVALYEAR and INTERVALDAY using the following ISO 8601 syntax:
> correct sentence => For example, to use interval data in a JSON file, cast the JSON data, which is of the VARCHAR type, to INTERVAL YEAR and INTERVAL DAY using the following ISO 8601 syntax:
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)