[ https://issues.apache.org/jira/browse/DRILL-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deneche A. Hakim updated DRILL-3733: ------------------------------------ Fix Version/s: (was: 1.2.0) 1.3.0 > 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: 1.3.0 > > > 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)