You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Dmitry Lychagin (JIRA)" <ji...@apache.org> on 2018/07/19 05:00:00 UTC

[jira] [Created] (ASTERIXDB-2417) Issues with LIMIT clause

Dmitry Lychagin created ASTERIXDB-2417:
------------------------------------------

             Summary: Issues with LIMIT clause
                 Key: ASTERIXDB-2417
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2417
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: COMP - Compiler
            Reporter: Dmitry Lychagin
            Assignee: Dmitry Lychagin


1. When limit or offset is a non-integer value the rule that pushes limits fails with NPE.

2. We should allow float/double values that are integers to be specified in limit/offset. 

3. Make consistent offset/limit types. Currently StreamLimitRuntimeFactory expects limit/offset to be of type integer, but PushLimitIntoOrderByRule/PushLimitIntoPrimarySearchRule assume bigint. We should make those rules consistent with the runtime.

 



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