swaroopak commented on a change in pull request #768:
URL: https://github.com/apache/phoenix/pull/768#discussion_r412594285
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java
##########
@@ -1887,6 +1899,11 @@ public boolean isImmutableRows() {
return immutableRows;
}
+ public boolean isTableIndex() {
Review comment:
I haven't come across anything as a table index and might confuse while
reading as global index comes with its own table. How about isViewIndex() and
use this with a negation at line#1667?
----------------------------------------------------------------
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]