You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/11 01:42:47 UTC

[GitHub] [shardingsphere] boyjoy1127 opened a new issue, #18295: "ShardingSphereOptimizer" should only change traits during optimization.

boyjoy1127 opened a new issue, #18295:
URL: https://github.com/apache/shardingsphere/issues/18295

   ## Feature Request
   
   "ShardingSphereOptimizer" should only change traits during optimization. This 'planner.changeTraits()' should be modified. 
   ```
       private RelNode optimize(final SqlToRelConverter converter, final RelRoot relRoot) {
          ...
           RelNode optimizedRelNode = planner.changeTraits(relRoot.rel, getDesiredTraitSet(converter.getCluster().traitSet(), EnumerableConvention.INSTANCE));
           ...
       }
   ```
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] terrymanu closed issue #18295: "ShardingSphereOptimizer" should only change traits during optimization.

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #18295: "ShardingSphereOptimizer" should only change traits during optimization.
URL: https://github.com/apache/shardingsphere/issues/18295


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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