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?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]