Khurram Faraaz created DRILL-3733:
-------------------------------------
Summary: 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
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)