[ https://issues.apache.org/jira/browse/DRILL-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17987253#comment-17987253 ]
ASF GitHub Bot commented on DRILL-8527: --------------------------------------- cgivre commented on PR #2997: URL: https://github.com/apache/drill/pull/2997#issuecomment-3024543082 @shfshihuafeng Thanks for submitting this. Any idea why the process time increased with the limit pushdown? I'd think at a minimum it would stay the same. > Hive Limit Push Down > -------------------- > > Key: DRILL-8527 > URL: https://issues.apache.org/jira/browse/DRILL-8527 > Project: Apache Drill > Issue Type: Improvement > Components: Storage - Hive > Affects Versions: 1.22.0 > Reporter: shihuafeng > Priority: Major > Fix For: 1.23.0 > > Attachments: image-2025-07-01-20-13-15-175.png, > image-2025-07-01-20-14-31-627.png, image-2025-07-01-20-15-26-235.png > > > Support hive limit push down。i test the same sql > sql :select * from hive.testorc limit 2 > data size :5001 > data file : file1:1 row file: 5000 > *Before limit push down* > !image-2025-07-01-20-14-31-627.png! > *After limit push down* > !image-2025-07-01-20-15-26-235.png! > > > > > > -- This message was sent by Atlassian Jira (v8.20.10#820010)