You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/05/07 17:03:37 UTC

[GitHub] [phoenix] gokceni commented on a change in pull request #499: Phoenix 4703 ALTER INDEX REBUILD ALL

gokceni commented on a change in pull request #499: Phoenix 4703 ALTER INDEX REBUILD ALL 
URL: https://github.com/apache/phoenix/pull/499#discussion_r281731558
 
 

 ##########
 File path: phoenix-core/src/main/java/org/apache/phoenix/parse/AlterIndexStatement.java
 ##########
 @@ -65,6 +67,10 @@ public boolean isAsync() {
         return async;
     }
 
+    public boolean isAll() {
 
 Review comment:
   I can do that. But the reason I picked this name is; this class maps directly to Sql statement. The name of the keyword is ALL

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