sguggilam commented on a change in pull request #768:
URL: https://github.com/apache/phoenix/pull/768#discussion_r414867829
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java
##########
@@ -1887,6 +1899,13 @@ public boolean isImmutableRows() {
return immutableRows;
}
+ public boolean isViewIndex() {
+ if (parentTableType == null) {
Review comment:
Yes @gjacoby126 , the logic that is added in the change makes sure that
the behavior is unchanged for the clients that doesn't pass the parentTableType
field (the logic uses a OR condition with !isViewIndex() )
----------------------------------------------------------------
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]