kadirozde commented on a change in pull request #531: PHOENIX-5385:
GlobalIndexChecker coproc doesn't load on view indexes
URL: https://github.com/apache/phoenix/pull/531#discussion_r303634546
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java
##########
@@ -837,14 +838,18 @@ public long getBatchCount() {
private final PName hTableName;
@Nonnull
private final TableRef origTableRef;
+ //This is a phoenix/logical table name
+ private String pTableFullName;
Review comment:
Should not this be of type PName instead of String in this context to be
compatible with the rest of the implementation?
----------------------------------------------------------------
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