vvysotskyi opened a new pull request, #2572:
URL: https://github.com/apache/drill/pull/2572

   # [DRILL-8245](https://issues.apache.org/jira/browse/DRILL-8245): Project 
pushdown depends on rules order and might not happen
   
   ## Description
   Fixed `DrillScanRel` cost to prefer scan with the pushed project columns and 
removed a hack of adding a dynamic star to columns for the case of creating 
`DrillScanRel` using scan rule, so dependency on rules order is removed.
   This change exposed another bug in httpd plugin, for some cases, it was 
dependent on the presence of a dynamic star, though a specific column was 
selected, fixed this issue here also.
   
   ## Documentation
   NA
   
   ## Testing
   All unit tests pass.
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to