[jira] [Commented] (CARBONDATA-354) Query execute successfully even not argument given in count function

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-354) Query execute successfully even not argument given in count function

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848031#comment-15848031 ]

anubhav tarar commented on CARBONDATA-354:
------------------------------------------

[~pkofficial] behaviour is same as that of spark hive it should be closed

here are the logs ---

0: jdbc:hive2://localhost:10000> select count() from abc;
+------+--+
| _c0  |
+------+--+
| 0    |
+------+--+


> Query execute successfully even not argument given in count function
> --------------------------------------------------------------------
>
>                 Key: CARBONDATA-354
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-354
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Prabhat Kashyap
>            Assignee: Akash R Nilugal
>            Priority: Minor
>
> When I am executing following command:
> select count() from tableName;
> It gave me no error and execute successfully but it gives following exception when I execute the same in Hive:
> FAILED: UDFArgumentException Argument expected



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)