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-unsubscr...@calcite.apache.org

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


Reply via email to