You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/06/12 16:25:42 UTC

[GitHub] [drill] vvysotskyi opened a new pull request, #2572: DRILL-8245: Project pushdown depends on rules order and might not happen

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-unsubscribe@drill.apache.org

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


[GitHub] [drill] vvysotskyi merged pull request #2572: DRILL-8245: Project pushdown depends on rules order and might not happen

Posted by GitBox <gi...@apache.org>.
vvysotskyi merged PR #2572:
URL: https://github.com/apache/drill/pull/2572


-- 
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-unsubscribe@drill.apache.org

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