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 2019/06/21 13:10:53 UTC

[GitHub] [calcite] zabetak commented on a change in pull request #1273: [hotfix]fix the javadoc typo in RelOptRule.java.(Wenhui Tang)

zabetak commented on a change in pull request #1273: [hotfix]fix the javadoc typo in RelOptRule.java.(Wenhui Tang)
URL: https://github.com/apache/calcite/pull/1273#discussion_r296228229
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/plan/RelOptRule.java
 ##########
 @@ -536,7 +536,7 @@ public RelTrait getOutTrait() {
    * Returns the description of this rule.
    *
    * <p>It must be unique (for rules that are not equal) and must consist of
-   * only the characters A-Z, a-z, 0-9, '_', '.', '(', ')'. It must start with
+   * only the characters A-Z, a-z, 0-9, '-', '_', '.', '(', ')'. It must start with
 
 Review comment:
   @wenhuitang yes merge it with #1275 and close this one ;)

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


With regards,
Apache Git Services