gokceni commented on a change in pull request #499: Phoenix-5272 ALTER INDEX
REBUILD ALL
URL: https://github.com/apache/phoenix/pull/499#discussion_r287054621
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixStatement.java
##########
@@ -1248,8 +1248,8 @@ public MutationState execute() throws SQLException {
private static class ExecutableAlterIndexStatement extends
AlterIndexStatement implements CompilableStatement {
- public ExecutableAlterIndexStatement(NamedTableNode indexTableNode,
String dataTableName, boolean ifExists, PIndexState state, boolean async,
ListMultimap<String,Pair<String,Object>> props) {
- super(indexTableNode, dataTableName, ifExists, state, async,
props);
+ public ExecutableAlterIndexStatement(NamedTableNode indexTableNode,
String dataTableName, boolean ifExists, PIndexState state, boolean isAll,
boolean async, ListMultimap<String,Pair<String,Object>> props) {
+ super(indexTableNode, dataTableName, ifExists, state, isAll,
async, props);
Review comment:
This is auto generated. I don't think I can get rid of 'is' part
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services