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/07/14 02:20:58 UTC

[GitHub] [calcite] chunweilei commented on a change in pull request #2064: Fix 2 typos

chunweilei commented on a change in pull request #2064:
URL: https://github.com/apache/calcite/pull/2064#discussion_r454058137



##########
File path: core/src/test/java/org/apache/calcite/test/AbstractMaterializedViewTest.java
##########
@@ -125,7 +125,7 @@ private void checkNoMaterialize(Sql sql) {
       return;
     }
     final StringBuilder errMsgBuilder = new StringBuilder();
-    errMsgBuilder.append("Optmization succeeds out of expectation: ");
+    errMsgBuilder.append("Optimization succeeds out of expectation: ");
     for (RelNode res: results) {

Review comment:
       Thanks for your PR, @auxten .




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