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

ASF GitHub Bot commented on DRILL-7062:
---------------------------------------

Ben-Zvi commented on issue #1738: DRILL-7062: Initial implementation of 
run-time row-group pruning
URL: https://github.com/apache/drill/pull/1738#issuecomment-482479842
 
 
   The code has been modified, simplified and passes all the tests. The changes 
from the first PR:
   
   (a) Cancelled item (4) above (new ctor for ParquetGroupScan).
   (b) Pass the TupleSchema thru the plan API, and use it to construct the 
FilterPredicate outside the runtime FOR loop.
   (c) Reduction of any unneeded new object construction and other work inside 
the FOR loop. E.g., only allocate metadata for the "interesting" columns.
   (d) Undid most of the footer passing thru the Metadata API (item (8-b) 
above).
   (e) Solved the issue with the Hive Drill Native Scan, thus RTP is no longer 
disabled in that case (item (1) above) 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Run-time row group pruning
> --------------------------
>
>                 Key: DRILL-7062
>                 URL: https://issues.apache.org/jira/browse/DRILL-7062
>             Project: Apache Drill
>          Issue Type: Sub-task
>          Components: Metadata
>            Reporter: Venkata Jyothsna Donapati
>            Assignee: Boaz Ben-Zvi
>            Priority: Major
>             Fix For: 1.17.0
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>




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

Reply via email to