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

Julian Hyde commented on DRILL-175:
-----------------------------------

> it really depends on the query right?

Yes, but I was trying to design for the common case. In the end I decided that 
limit with sort was more common than limit without sort. That's why I added the 
limit parameters "fetch" and "offset" to SortRel rather than adding a new 
LimitRel. People who write rules for SortRel will have to be careful that 
they're not ignoring fetch and offset.

> If I implement depending on your commit, when will optiq-0.4.11 be released?

0.4.11 is already out. I release about every 2 weeks, and Drill has tended to 
stay fairly up to date.
                
> Limit Operator end to end
> -------------------------
>
>                 Key: DRILL-175
>                 URL: https://issues.apache.org/jira/browse/DRILL-175
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Timothy Chen
>            Assignee: Timothy Chen
>
> Get Limit operator working end to end

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to