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/12/22 11:23:44 UTC

[GitHub] [calcite] vlsi commented on a change in pull request #1681: [CALCITE-3601] Update elasticsearch tests upgrade from junit4 to junit5

vlsi commented on a change in pull request #1681: [CALCITE-3601] Update elasticsearch tests upgrade from junit4 to junit5
URL: https://github.com/apache/calcite/pull/1681#discussion_r360699083
 
 

 ##########
 File path: elasticsearch/src/test/java/org/apache/calcite/adapter/elasticsearch/EmbeddedElasticsearchPolicy.java
 ##########
 @@ -104,7 +98,7 @@ public static EmbeddedElasticsearchPolicy create() {
    *  }
    * </pre>
    *
-   * @param index index of the index
+   * @param index   index of the index
 
 Review comment:
   Please refrain from aligning parameter descriptions.
   It creates lots of unrelated changes, and it is prone to merge conflicts in the future.
   
   See sample reasoning (~ `it creates problems for future maintenance` ): https://google.github.io/styleguide/javaguide.html#s4.6.3-horizontal-alignment

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