tkhurana commented on code in PR #2130:
URL: https://github.com/apache/phoenix/pull/2130#discussion_r2096646411
##########
phoenix-core-client/src/main/java/org/apache/phoenix/query/QueryServices.java:
##########
@@ -374,8 +374,11 @@ public interface QueryServices extends SQLCloseable {
public static final String PHOENIX_TTL_SERVER_SIDE_MASKING_ENABLED =
"phoenix.ttl.server_side.masking.enabled";
// The time limit on the amount of work to be done in one RPC call
public static final String PHOENIX_SERVER_PAGE_SIZE_MS =
"phoenix.server.page.size.ms";
- // Phoenix TTL implemented by CompactionScanner and TTLRegionScanner is
enabled
+
+ // TODO : Depracate instead use PHOENIX_COMPACTION_ENABLED
Review Comment:
Nit: Typo Deprecate
--
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]