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 2020/05/01 10:12:27 UTC

[GitHub] [calcite] xy2953396112 removed a comment on pull request #1936: [CALCITE-3928] Trim unused fields before materialized view matching (…

xy2953396112 removed a comment on pull request #1936:
URL: https://github.com/apache/calcite/pull/1936#issuecomment-622329835


   > ```
   > Expected: "LogicalProject(deptno=[CAST($0):TINYINT], count_sal=[$1])\r\n  LogicalTableScan(table=[[mv0]])\r\n"
   >          but: was "LogicalProject(deptno=[CAST($0):TINYINT], count_sal=[$1])\n  LogicalTableScan(table=[[mv0]])\n"
   > ```
   > 
   > Can you fix the test failure?
   
   
   
   > ```
   > Expected: "LogicalProject(deptno=[CAST($0):TINYINT], count_sal=[$1])\r\n  LogicalTableScan(table=[[mv0]])\r\n"
   >          but: was "LogicalProject(deptno=[CAST($0):TINYINT], count_sal=[$1])\n  LogicalTableScan(table=[[mv0]])\n"
   > ```
   > 
   > Can you fix the test failure?
   
   Thanks, i have fixed the test failure.


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

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