You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/12/09 01:29:27 UTC

[GitHub] [calcite] NobiGo opened a new pull request #2637: reformat debug log about the plan which after physical tweaks

NobiGo opened a new pull request #2637:
URL: https://github.com/apache/calcite/pull/2637


   Before the PR, The Log:
   ```
   Plan after physical tweaks: EnumerableValues(tuples=[[{ 1, 'a' }, { 2, 'b' }]]): rowcount = 2.0, cumulative cost = {2.0 rows, 1.0 cpu, 0.0 io}, id = 30
   ```
   
   After the PR, The Log:
   ```
   Plan after physical tweaks:
   EnumerableValues(tuples=[[{ 1, 'a' }, { 2, 'b' }]]): rowcount = 2.0, cumulative cost = {2.0 rows, 1.0 cpu, 0.0 io}, id = 30
   ```


-- 
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: commits-unsubscribe@calcite.apache.org

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



[GitHub] [calcite] NobiGo merged pull request #2637: reformat debug log about the plan which after physical tweaks

Posted by GitBox <gi...@apache.org>.
NobiGo merged pull request #2637:
URL: https://github.com/apache/calcite/pull/2637


   


-- 
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: commits-unsubscribe@calcite.apache.org

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