You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Hussain Towaileb (Jira)" <ji...@apache.org> on 2019/11/26 16:48:00 UTC

[jira] [Created] (ASTERIXDB-2683) Add tests for filters using large (>50K) in-lists.

Hussain Towaileb created ASTERIXDB-2683:
-------------------------------------------

             Summary: Add tests for filters using large (>50K) in-lists.
                 Key: ASTERIXDB-2683
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2683
             Project: Apache AsterixDB
          Issue Type: Task
          Components: OTH - Other
    Affects Versions: 0.9.4.1
            Reporter: Hussain Towaileb
            Assignee: Hussain Towaileb
             Fix For: 0.9.5


Add a test case for large number of items (<50k) in filters to ensure the query works correctly without failing.

 
{code:java}
select name from test where name in [ "...", "...", ...];
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)