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/04/07 10:37:41 UTC

[GitHub] [calcite] liyafan82 commented on a change in pull request #2383: Fix copy-paste error at Mappings.multiply

liyafan82 commented on a change in pull request #2383:
URL: https://github.com/apache/calcite/pull/2383#discussion_r608537711



##########
File path: core/src/main/java/org/apache/calcite/util/mapping/Mappings.java
##########
@@ -145,8 +145,8 @@ public static Mapping divide(Mapping mapping1, Mapping mapping2) {
   /**
    * Multiplies one mapping by another.
    *
-   * <p>{@code divide(A, B)} returns a mapping C such that B . C (the mapping
-   * B followed by the mapping C) is equivalent to A.
+   * <p>{@code multiply(A, B)} returns a mapping C such that A . B (the mapping
+   * B followed by the mapping A) is equivalent to C.

Review comment:
       It should be "the mapping A followed by the mapping B"?




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