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 2015/10/08 19:54:27 UTC

[jira] [Updated] (DRILL-3733) erro message fix - NTILE function

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

Khurram Faraaz updated DRILL-3733:
----------------------------------
    Assignee: Deneche A. Hakim

> erro message fix - NTILE function
> ---------------------------------
>
>                 Key: DRILL-3733
>                 URL: https://issues.apache.org/jira/browse/DRILL-3733
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>    Affects Versions: 1.2.0
>            Reporter: Khurram Faraaz
>            Assignee: Deneche A. Hakim
>            Priority: Minor
>              Labels: window_function
>             Fix For: Future
>
>
> Can we have the message read this way
> "NTILE only accepts positive (non-zero) integer argument"
> {code}
> 0: jdbc:drill:schema=dfs.tmp> select col7 , col9 , ntile(0) over(order by col0) lastVal_col9 from FEWRWSPQQ_101;
> Error: FUNCTION ERROR: NTILE only accepts positive integer argument
> Fragment 0:0
> [Error Id: 650d44a8-73d0-4675-8c18-67609f43a962 on centos-04.qa.lab:31010] (state=,code=0)
> {code}



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