You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Terence Namusonge Sifuna (JIRA)" <ji...@apache.org> on 2019/05/17 11:40:01 UTC

[jira] [Created] (DRILL-7264) Using LIMIT causes ClassCastException

Terence Namusonge Sifuna created DRILL-7264:
-----------------------------------------------

             Summary: Using LIMIT causes ClassCastException
                 Key: DRILL-7264
                 URL: https://issues.apache.org/jira/browse/DRILL-7264
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.16.0
         Environment: ubuntu 18.04
            Reporter: Terence Namusonge Sifuna


a simple select on one table throws and exception if *IN* operater is used and *LIMIT*  as well

```_select id,lid,what,pid,ppid,uid,gid,euid,eguid,exe,tty,cmdline,`start` from procs WHERE lid in ('5cdd87378082155f3dd4fa71','5cdd885a8082155f3dd4fa72') limit 1000;_```

 

same select works if the limit is removed



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)