[
https://issues.apache.org/jira/browse/PHOENIX-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219889#comment-17219889
]
ASF GitHub Bot commented on PHOENIX-6198:
-----------------------------------------
swaroopak commented on a change in pull request #937:
URL: https://github.com/apache/phoenix/pull/937#discussion_r511094066
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java
##########
@@ -192,6 +191,14 @@ public static IndexDisableLoggingType fromValue(byte[]
value) {
}
}
+ /**
+ * Which table to use as the source table
+ */
+ public enum SourceTable {
Review comment:
I agree with Gokcen, does not hurt to use it. In the future, we may want
to use both. Would be a good extension.
----------------------------------------------------------------
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]
> Add option to IndexTool to specify the source table for scan
> ------------------------------------------------------------
>
> Key: PHOENIX-6198
> URL: https://issues.apache.org/jira/browse/PHOENIX-6198
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Tanuj Khurana
> Assignee: Tanuj Khurana
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)