[
https://issues.apache.org/jira/browse/PHOENIX-6996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17815066#comment-17815066
]
ASF GitHub Bot commented on PHOENIX-6996:
-----------------------------------------
jpisaac commented on code in PR #1752:
URL: https://github.com/apache/phoenix/pull/1752#discussion_r1480821675
##########
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java:
##########
@@ -360,6 +360,7 @@ public interface QueryServices extends SQLCloseable {
public static final String PHOENIX_SERVER_PAGE_SIZE_MS =
"phoenix.server.page.size.ms";
// Phoenix TTL implemented by CompactionScanner and TTLRegionScanner is
enabled
public static final String PHOENIX_TABLE_TTL_ENABLED =
"phoenix.table.ttl.enabled";
+ public static final String PHOENIX_TABLE_TTL_ENABLED_FOR_UPGRADE =
"phoenix.table.ttl.enabled.upgrade";
Review Comment:
nit: Should it be called PHOENIX_TABLE_TTL_ENABLED_IN_SYSCAT?
> Provide an upgrade path for Phoenix tables with HBase TTL to move their TTL
> spec to SYSTEM.CATALOG
> --------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6996
> URL: https://issues.apache.org/jira/browse/PHOENIX-6996
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Jacob Isaac
> Assignee: Lokesh Khurana
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)