You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Bridget Bevens (JIRA)" <ji...@apache.org> on 2017/04/05 00:24:41 UTC

[jira] [Resolved] (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 ]

Bridget Bevens resolved DRILL-4932.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

Edited the doc to fix this issue. Resolving the issue.

Thanks,
Bridget

> 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
>             Fix For: 1.10.0
>
>
> 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.15#6346)